Borderou de evaluare (job #732769)

Utilizator avatar wasd wasdw wasd IP ascuns
Problemă Hobbit (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 20 sept. 2023 14:32:59 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:3:13: error: variable 'std::ifstream in' has initializer but incomplete type 3 | ifstream in ("hobbit.in") | ^ main.cpp:4:1: error: expected ',' or ';' before 'ofstream' 4 | ofstream out ("hobbit.out") | ^~~~~~~~