Borderou de evaluare (job #791019)

Utilizator avatar WiseAndrei4 Vetrila Andrei WiseAndrei4 IP ascuns
Problemă Partiții (clasa a 7-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 23 oct. 2024 19:48:10 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:13: error: variable 'std::ifstream fin' has initializer but incomplete type 4 | ifstream fin("partitii.in"); | ^ main.cpp:5:14: error: variable 'std::ofstream gout' has initializer but incomplete type 5 | ofstream gout("partitii.out"); | ^ main.cpp: In function 'void afis(int)': main.cpp:13:29: error: 'x' was not declared in this scope 13 | if(v[i]<=9)buf[++m]=x[i]+'0'; | ^ main.cpp: In function 'void bck(int, int)': main.cpp:31:13: error: 'x' was not declared in this scope 31 | x[k]=i; | ^