724 - Reverse

The forum to report every bug you find or tell us what you'd like to find in UVa OJ

Moderator: Board moderators

724 - Reverse

Postby Tommy Wu » Sat Mar 29, 2008 6:52 am

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;
}
Tommy Wu
New poster
 
Posts: 6
Joined: Tue Jan 23, 2007 12:32 pm
Location: Kaousiung,Taiwan

Re: 724 - Reverse

Postby hamedv » Sun Aug 03, 2008 8:46 am

Yeah i submited this code and got ac !!!
main(){}
hamedv
Learning poster
 
Posts: 98
Joined: Mon May 07, 2007 8:30 am

Re: 724 - Reverse

Postby hamedv » Sun Aug 03, 2008 8:49 am

but i think the correct code is this:
Code: Select all
Code deleted by moderator.
hamedv
Learning poster
 
Posts: 98
Joined: Mon May 07, 2007 8:30 am

Re: 724 - Reverse

Postby Carlos » Sun Aug 03, 2008 10:49 pm

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.
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.
User avatar
Carlos
System administrator
 
Posts: 1277
Joined: Sat Oct 13, 2001 2:00 am
Location: Valladolid, Spain


Return to Bugs and suggestions

Who is online

Users browsing this forum: No registered users and 0 guests