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