Borderou de evaluare (job #654916)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Mare (clasele 5-6) | Compilator | cpp-32 |
| Rundă | Tabara Nerdvana 2022 - Ziua 5 | Status | evaluat |
| Dată | 8 iul. 2022 12:55:10 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:12:9: error: 'i' was not declared in this scope
12 | for(i = 0; i < m; ++i) {
| ^
main.cpp:15:13: error: 'j' was not declared in this scope
15 | for(j = 0; j <)
| ^
main.cpp:15:23: error: expected primary-expression before ')' token
15 | for(j = 0; j <)
| ^
main.cpp:15:23: error: expected ';' before ')' token
15 | for(j = 0; j <)
| ^
| ;
main.cpp:16:5: error: expected primary-expression before '}' token
16 | }
| ^