Borderou de evaluare (job #721140)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cartonaș (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 23 mai 2023 19:15:44 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:13:1: error: 'ofsream' does not name a type
13 | ofsream fout ("cartonas.out");
| ^~~~~~~
main.cpp: In function 'int main()':
main.cpp:46:4: error: 'fout' was not declared in this scope
46 | fout << v[0];
| ^~~~
main.cpp:19:12: warning: unused variable 'nivel' [-Wunused-variable]
19 | int n,x,nivel=1,ok=0,rx;
| ^~~~~