ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

Compilation Error
Posted by Dumitran Daniel 22 Feb 2002 02:46

   I tried to submit several problems today, but I got compilation errors. For the last problem, I tried both C and C++, but I still get a compilation error. GCC does not report any error or warnings (not even with the -Wall option). I got the following e-mail :

You tried to solve problem 1073. Your solution on C++ was compiled with the following errors:

143804
temp\143804(19) : error C2471: cannot update program database 'e:\judge\vc60.pdb'


    Can anyone help me?
Re: Compilation Error
Posted by Vinicius Fortuna 22 Feb 2002 04:03
The problem is not with your program. The problem is with the
submission system of the site. Everybody that is trying to submit
C/C++ programs is having the same problem.

I hope this problem to be solved as soon as possible.
I've already been waiting for more than a day to submit 3 programs of
mine... Snif! :ґ(


>    I tried to submit several problems today, but I got compilation
errors. For the last problem, I tried both C and C++, but I still get
a compilation error. GCC does not report any error or warnings (not
even with the -Wall option). I got the following e-mail :
>
> You tried to solve problem 1073. Your solution on C++ was compiled
with the following errors:
>
> 143804
> temp\143804(19) : error C2471: cannot update program
database 'e:\judge\vc60.pdb'
>
>
>     Can anyone help me?