|
|||||||||||||||
ultima problemă
grupă: mică
sursă: OMI 2016 ultimul articol
autor: Prof. Radu Vişinescu
ultimul software
autor: Prof. Emanuela Cerchez
|
Sursa 226016
Mesaj evaluator:
magic5.cpp:3: ISO C++ forbids declaration of `inx' with no type
magic5.cpp: In function `int main()':
magic5.cpp:20: `x' undeclared (first use this function)
magic5.cpp:20: (Each undeclared identifier is reported only once for each
function it appears in.)
magic5.cpp: At global scope:
magic5.cpp:26: parse error before `while'
magic5.cpp:27: syntax error before `<<' token
magic5.cpp:28: ISO C++ forbids declaration of `x' with no type
magic5.cpp:28: variable-size type declared outside of any function
magic5.cpp:28: `int x[2]' used prior to declaration
magic5.cpp:28: invalid initializer
magic5.cpp:29: parse error before `for'
magic5.cpp:29: syntax error before `<=' token
magic5.cpp:29: syntax error before `++' token
magic5.cpp:32: syntax error before `.' token
magic5.cpp:33: syntax error before `.' token
magic5.cpp:40: `cif' was not declared in this scope
magic5.cpp:40: syntax error before `++' token
magic5.cpp:45: redefinition of `int i'
magic5.cpp:25: `int i' previously defined here
magic5.cpp:46: parse error before `while'
magic5.cpp:47: syntax error before `<<' token
magic5.cpp:48: ISO C++ forbids declaration of `x' with no type
magic5.cpp:48: variable-size type declared outside of any function
magic5.cpp:48: redefinition of `int x[2]'
magic5.cpp:28: `int x[2]' previously defined here
magic5.cpp:48: invalid initializer
magic5.cpp:49: parse error before `for'
magic5.cpp:49: syntax error before `<=' token
magic5.cpp:49: syntax error before `++' token
magic5.cpp:52: syntax error before `.' token
magic5.cpp:53: syntax error before `.' token
|
||||||||||||||
ajutor |