Search found 2 matches

by Rajesh V
Sat Mar 15, 2008 6:43 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153623

please help - getting WA for jolly jumpers

I tested my code with all the given sample inputs and the inputs in the board.
But, the judge gives me "Wrong Answer".
Here is my code.


#include<iostream>
#include<vector>
#include<numeric>
#include<cstdio>
#include<cstdlib>
#include<algorithm>

using namespace std;

int main()
{
int n;
while ...
by Rajesh V
Tue Feb 05, 2008 4:53 pm
Forum: Volume 100 (10000-10099)
Topic: 10013 - Super long sums
Replies: 212
Views: 68523

Help me - Getting Wrong answer Super Long Sums

I am getting right answers for the test cases given. But I am tired with the WAs given by the judge. Please help me and thanks in advance.


#include<iostream>
#include<string>
#include<map>
#include<vector>
using namespace std;
char a[1000001] = {'\0'}, b[1000001] = {'\0'}, c[1000001] = { '\0 ...

Go to advanced search