Search found 2 matches

by lobato
Thu Oct 30, 2014 11:08 pm
Forum: Volume 5 (500-599)
Topic: 540 - Team Queue
Replies: 37
Views: 24143

Re: 540 - Team Queue

I am getting Wrong Answer, although I checked all the text cases in the board and made a few more taste cases in UDebug, my program got all of them but I still have WA, does anybody have any test cases I could use or any tricky input.


#include <stdio.h>
#include <stdlib.h>
#include <strings.h ...
by lobato
Fri Oct 17, 2014 7:56 pm
Forum: Volume 110 (11000-11099)
Topic: 11057 - Exact Sum
Replies: 50
Views: 30897

Re: 11057 - Exact Sum

Why do I get Wrong Answer, I have already compared my output to all the outputs in the board saving them on a text file and using the Diff command in terminal to verify my output and the board output. It was always the same


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

Go to advanced search