Borderou de evaluare (job #678810)

Utilizator avatar alexandrarizea Alexandra Rizea alexandrarizea IP ascuns
Problemă Bancomat (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 1 dec. 2022 17:46:21 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:2: error: 'ifstream' does not name a type 4 | ifstream fin ("bancomat.in"); | ^~~~~~~~ main.cpp:5:2: error: 'ofstream' does not name a type 5 | ofstream fout ("bancomat.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:11:5: error: 'fin' was not declared in this scope 11 | fin>>S; | ^~~ main.cpp:22:5: error: 'fout' was not declared in this scope 22 | fout<<S; | ^~~~