Borderou de evaluare (job #860197)

Utilizator avatar Sandu_Gaura ghita christian Sandu_Gaura IP ascuns
Problemă Bancomat (clasa a 5-a) Compilator cpp
Rundă Arhiva de probleme Status evaluat
Dată 12 mai 2026 12:54:03 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:2:1: error: 'ifstream' does not name a type 2 | ifstream in("bancomat.in") | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:9:5: error: 'in' was not declared in this scope; did you mean 'i'? 9 | in>>S>>n; | ^~ | i main.cpp:12:16: error: expected primary-expression before ';' token 12 | in>>x>>; | ^ main.cpp:22:5: error: 'out' was not declared in this scope 22 | out<<S; | ^~~