Borderou de evaluare (job #732768)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Hobbit (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 20 sept. 2023 14:27:54 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:13: error: variable 'std::ifstream in' has initializer but incomplete type
4 | ifstream in ("hobbit.in")
| ^
main.cpp:5:1: error: expected ',' or ';' before 'ifstream'
5 | ifstream out ("hobbit.out")
| ^~~~~~~~