Borderou de evaluare (job #777403)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Analiza (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 12 mai 2024 13:19:20 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:10:5: error: 'in' was not declared in this scope; did you mean 'i'?
10 | in>>c;
| ^~
| i
main.cpp:31:9: error: 'out' was not declared in this scope
31 | out<<cmax;
| ^~~
main.cpp:42:9: error: 'out' was not declared in this scope
42 | out<<cmax2;i
| ^~~
main.cpp:42:21: error: expected ';' before '}' token
42 | out<<cmax2;i
| ^
| ;
43 | }
| ~
main.cpp:42:20: warning: statement has no effect [-Wunused-value]
42 | out<<cmax2;i
| ^