ENG  RUSTimus Online Judge
Online Judge
Задачи
Авторы
Соревнования
О системе
Часто задаваемые вопросы
Новости сайта
Форум
Ссылки
Архив задач
Отправить на проверку
Состояние проверки
Руководство
Регистрация
Исправить данные
Рейтинг авторов
Текущее соревнование
Расписание
Прошедшие соревнования
Правила
вернуться в форум

Общий форум

Compilation Error
Послано Dumitran Daniel 22 фев 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
Послано Vinicius Fortuna 22 фев 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?