Borderou de evaluare (job #756442)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Bizar (clasele 9-10) | Compilator | cpp-32 | vezi sursa |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 21 ian. 2024 12:26:11 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:17:12: warning: missing terminating " character
17 | ofstream g("bizar
| ^
main.cpp:17:12: error: missing terminating " character
17 | ofstream g("bizar
| ^~~~~~
main.cpp:18:16: warning: missing terminating " character
18 | .out");
| ^
main.cpp:18:16: error: missing terminating " character
18 | .out");
| ^~~
main.cpp:18:12: error: expected primary-expression before '.' token
18 | .out");
| ^
main.cpp:19:8: error: 'i' was not declared in this scope
19 | int nr,i,j,st,dr;
| ^
main.cpp:19:10: error: 'j' was not declared in this scope; did you mean 'jn'?
19 | int nr,i,j,st,dr;
| ^
| jn
main.cpp:19:12: error: 'st' was not declared in this scope; did you mean 'std'?
19 | int nr,i,j,st,dr;
| ^~
| std
main.cpp:19:15: error: 'dr' was not declared in this scope
19 | int nr,i,j,st,dr;
| ^~