Borderou de evaluare (job #716570)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Poziții (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 24 apr. 2023 15:19:18 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:11:7: error: 'i' was not declared in this scope
11 | i = 0;
| ^
main.cpp: At global scope:
main.cpp:19:3: error: 'fout' does not name a type
19 | fout << cnt;
| ^~~~
main.cpp:21:5: error: expected unqualified-id before 'return'
21 | return 0;
| ^~~~~~
main.cpp:22:1: error: expected declaration before '}' token
22 | }
| ^