live archive compilation Problem

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

Moderator: Board moderators

Locked
taha
New poster
Posts: 12
Joined: Mon Oct 31, 2005 10:17 am
Location: Egypt

live archive compilation Problem

Post by taha »

Hey,
i tried to submit in the ACM-ICPC live archive, but each time i submit i got a compilation error (i was trying to submit problem E in the 2006 finals).
Even with a file having just scanf and printf i get compilation error, it seems something is not working regarding the C++ compilation.
Jan
Guru
Posts: 1334
Joined: Wed Jun 22, 2005 10:58 pm
Location: Dhaka, Bangladesh
Contact:

Post by Jan »

Yes, I got the same error. After getting a lot of compile errors I submitted...

Code: Select all

int main()
{
    return 0;
}
And this code got compile error, too. So, I think that the compiler is not working correctly.
Ami ekhono shopno dekhi...
HomePage
Carlos
System administrator
Posts: 1286
Joined: Sat Oct 13, 2001 2:00 am
Location: Valladolid, Spain
Contact:

Post by Carlos »

There's a bugs and suggestions forum in live archive.

Anyway, can you tell me what compile error message you get, or the submission numbers?
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.
Jan
Guru
Posts: 1334
Joined: Wed Jun 22, 2005 10:58 pm
Location: Dhaka, Bangladesh
Contact:

Post by Jan »

Carlos wrote:There's a bugs and suggestions forum in live archive.
I saw that, but I thought that I would need to register again. But later I found that the same id(in board only!) worked fine.

The submission numbers are given below

Code: Select all

143256-143267
Ami ekhono shopno dekhi...
HomePage
Carlos
System administrator
Posts: 1286
Joined: Sat Oct 13, 2001 2:00 am
Location: Valladolid, Spain
Contact:

Post by Carlos »

This is what I got from both of your submissions:

Dear Marce:
Your program has used more time (10.074 seconds) than the maximum allowed for this problem by this judge (10 seconds).

Dear Marce:
Your program has not solved the problem. It ran during 0.002 seconds.

I see that at this time every submitted problem got CE. I've rejudged all those submissions, so that it takes the right veredict.

Sorry for the problem. Next time, will you please enable mail answers and tell me the exact compile error you get? Thanks!
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.
Locked

Return to “Bugs and suggestions”