Borderou de evaluare (job #734294)

Utilizator avatar razvyvoica Razvan Razvan razvyvoica IP ascuns
Problemă Zapada2 (clasele 11 și 12) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 30 sept. 2023 12:33:56 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:1: error: 'ifstream' does not name a type 4 | ifstream fin("zapada2.in"); | ^~~~~~~~ main.cpp:5:1: error: 'ofstream' does not name a type 5 | ofstream fout("zapada2.out"); | ^~~~~~~~ main.cpp: In function 'void citire()': main.cpp:12:5: error: 'fin' was not declared in this scope; did you mean 'sin'? 12 | fin>>n; | ^~~ | sin main.cpp: In function 'int main()': main.cpp:45:5: error: 'fout' was not declared in this scope 45 | fout<<rezolvare(); | ^~~~