Borderou de evaluare (job #692705)

Utilizator avatar DavidHoria David Horia Alexandru DavidHoria IP ascuns
Problemă Inimioare (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 4 feb. 2023 00:21:58 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:1: error: 'ifstream' does not name a type 4 | ifstream fin("inimioare.in"); | ^~~~~~~~ main.cpp:5:1: error: 'ofstream' does not name a type 5 | ofstream fout("inimioare.out"); | ^~~~~~~~ main.cpp: In function 'void cartonase_copil(int, int, int, int, int, int, int, int, int)': main.cpp:15:9: error: 'fin' was not declared in this scope 15 | fin>>a>>b>>c>>d; | ^~~ main.cpp:71:5: error: 'fout' was not declared in this scope 71 | fout<<max<<max1; | ^~~~ main.cpp:73:5: error: 'fout' was not declared in this scope 73 | fout<<max1<<max; | ^~~~ main.cpp: In function 'int main()': main.cpp:80:5: error: 'fin' was not declared in this scope 80 | fin>>n; | ^~~