Borderou de evaluare (job #712231)

Utilizator avatar Iustincmb Iustin Iustincmb IP ascuns
Problemă Tuburi (clasa a 7-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 27 mar. 2023 14:55:42 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:25:18: error: variable 'std::ifstream cin' has initializer but incomplete type 25 | ifstream cin ("tuburi.in"); | ^ main.cpp:26:19: error: variable 'std::ofstream cout' has initializer but incomplete type 26 | ofstream cout ("tuburi.out"); | ^ main.cpp:27:61: warning: unused variable 'l1' [-Wunused-variable] 27 | int cer, aux=0, l=0, in=1, col=1, dir, cnt=0, max=0, k, l1=0; | ^~