Borderou de evaluare (job #613887)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Regele (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 2 nov. 2021 18:11:58 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:13: error: 'regele' was not declared in this scope
5 | ifstream f (regele.in);
| ^~~~~~
main.cpp:6:13: error: 'regele' was not declared in this scope
6 | ofstream g (regele.out);
| ^~~~~~
main.cpp: In function 'int main()':
main.cpp:21:15: warning: statement has no effect [-Wunused-value]
21 | g << i;
| ~~^~~~