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

Общий форум

Marat Bakirov Compilation errors [1] 27 апр 2001 01:13
Guys! I recomend to ALWAYS set the e-mail in "reply" field.
because you'll see compilation erros in detailed manner,
like this:


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

31487
temp\31487(9) : error C2143: syntax error : missing ';'
before 'type'
temp\31487(9) : error C2143: syntax error : missing ';'
before 'type'
temp\31487(9) : error C2143: syntax error : missing ')'
before 'type'
temp\31487(9) : error C2143: syntax error : missing ';'
before 'type'
temp\31487(9) : error C2065: 'i' : undeclared identifier
temp\31487(9) : warning C4552: '<' : operator has no
effect; expected operator with
side-effect
temp\31487(9) : error C2059: syntax error : ')'
temp\31487(9) : error C2146: syntax error : missing ';'
before identifier 'scanf'
temp\31487(11) : error C2143: syntax error : missing ';'
before 'type'
temp\31487(14) : error C2065: 'sort' : undeclared identifier
temp\31487(19) : error C2143: syntax error : missing ';'
before 'type'
temp\31487(21) : error C2065: 'temp' : undeclared identifier
temp\31487(23) : error C2065: 'sort' : undeclared identifier
Tran Nam Trung (trungduck@yahoo.com) Compilation errors --> What about access violation ? 27 апр 2001 17:49
> Guys! I recomend to ALWAYS set the e-mail in "reply"
field.
> because you'll see compilation erros in detailed manner,
> like this:
>
>
> You tried to solve problem 1002. Your solution on C was
> compiled with the following
> errors:
>
> 31487
> temp\31487(9) : error C2143: syntax error : missing ';'
> before 'type'
> temp\31487(9) : error C2143: syntax error : missing ';'
> before 'type'
> temp\31487(9) : error C2143: syntax error : missing ')'
> before 'type'
> temp\31487(9) : error C2143: syntax error : missing ';'
> before 'type'
> temp\31487(9) : error C2065: 'i' : undeclared identifier
> temp\31487(9) : warning C4552: '<' : operator has no
> effect; expected operator with
> side-effect
> temp\31487(9) : error C2059: syntax error : ')'
> temp\31487(9) : error C2146: syntax error : missing ';'
> before identifier 'scanf'
> temp\31487(11) : error C2143: syntax error : missing ';'
> before 'type'
> temp\31487(14) : error C2065: 'sort' : undeclared
identifier
> temp\31487(19) : error C2143: syntax error : missing ';'
> before 'type'
> temp\31487(21) : error C2065: 'temp' : undeclared
identifier
> temp\31487(23) : error C2065: 'sort' : undeclared
identifier
>
>