Search found 6 matches

by ausiva
Mon May 29, 2006 8:39 pm
Forum: Volume 4 (400-499)
Topic: 400 - Unix ls
Replies: 93
Views: 29888

how did u get rid of the PE...i cud not no matter wat i do...ths s my code..pls let me knw if u see something missing..thanks

int main()
{
vector<string> strings;
string temp;
vector<string>::const_iterator iter;
unsigned num=0;
unsigned count=0;
unsigned maxLength = 0;
unsigned cols=0 ...
by ausiva
Mon May 29, 2006 6:54 pm
Forum: C++
Topic: Getting a CE-Please help
Replies: 2
Views: 2105

thanks a lot,A1

The replies have been goin to my spam folder...i will look at it now...
by ausiva
Mon May 29, 2006 9:29 am
Forum: C++
Topic: Getting a CE-Please help
Replies: 2
Views: 2105

Getting a CE-Please help

Somehow I get CE even though it runs perfectly in my machine...

Here is the code..please help.

Also, please let me know where do i look for the particular error messages taht the online compiler throws..

Thanks.


#include<iostream>
#include<string>
#include<vector>
#include<iomanip>
#include ...
by ausiva
Thu Mar 16, 2006 11:25 am
Forum: Volume 2 (200-299)
Topic: 201 - Squares
Replies: 32
Views: 8084

Re: 201 Squares

I have the same problem...my output exactly matches with the output in the link...but still i get WA

Siva

Hi everybody,

I have a solution for 201 (Squares) that passes the test cases for the 1989 finals (available from http://contest.mff.cuni.cz/archive/finl1989/) but still I get WA from the ...
by ausiva
Tue Mar 14, 2006 6:03 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 317994

The above code is for problem 100.
by ausiva
Tue Mar 14, 2006 6:02 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 317994

Repeated Compiler Error

My code compiles fine in my gcc..but the judge throws up compiler error always...I have tried MANY times..This is teh code..Any help would be appreciated. Thanks

#include<stdio.h>
#include<stdlib.h>

//This function returns the 'cycle length' for n, as defined in the 3n+1 problem
unsigned long ...

Go to advanced search