Borderou de evaluare (job #860198)

Utilizator avatar fpot filip potec fpot IP ascuns
Problemă Bancomat (clasa a 5-a) Compilator cpp
Rundă Arhiva de probleme Status evaluat
Dată 12 mai 2026 12:54:43 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:3:9: error: expected unqualified-id before '.' token 3 | ifstream.in("bancomat.in"); | ^ main.cpp:4:9: error: expected unqualified-id before '.' token 4 | ofstream.out("bancomat.out"); | ^ 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:21:5: error: 'out' was not declared in this scope 21 | out<<S; | ^~~