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 errors
Posted by Marat Bakirov 27 Apr 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
Compilation errors --> What about access violation ?
Posted by Tran Nam Trung (trungduck@yahoo.com) 27 Apr 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
>
>