Page 1 of 1

live archive compilation Problem

Posted: Sat Dec 09, 2006 4:17 pm
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.

Posted: Sun Dec 10, 2006 6:02 am
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.

Posted: Sun Dec 10, 2006 5:10 pm
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?

Posted: Sun Dec 10, 2006 7:10 pm
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

Posted: Sun Dec 17, 2006 3:14 pm
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!