|
|
back to boardCommon BoardCompilation errors 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 ? > 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 > > |
|
|