I think that the judge for this problem has a bug.
A big number of my friends submit the following code which is obviously deserve to get WA but it got AC.
code(in C++):
main(){}
code (in C) (Is this code able to avoid compile error?)
#include<stdio.h>
#include<stdlib.h>
int main()
{
freopen(stdin,"r.txt","r");
return 0;
}
724 - Reverse
Moderator: Board moderators
Re: 724 - Reverse
but i think the correct code is this:
Code: Select all
Code deleted by moderator.
-
- System administrator
- Posts: 1286
- Joined: Sat Oct 13, 2001 2:00 am
- Location: Valladolid, Spain
- Contact:
Re: 724 - Reverse
As with the rest of the problems with no input, if you write a void output you get AC. It's a known bug in the judge (btw, not solvable for the moment...).
Please, don't use this bug to increase the number of AC problems. You'll get wrong submissions as soon as we fix this bug.
Please, don't use this bug to increase the number of AC problems. You'll get wrong submissions as soon as we fix this bug.
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.