Borderou de evaluare (job #787834)

Utilizator avatar penguinvanilic Perciun Cristiano penguinvanilic IP ascuns
Problemă Bancomat (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 25 sept. 2024 19:49:41 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:9:5: error: expected ',' or ';' before 'int' 9 | int s,n,k; | ^~~ main.cpp:10:10: error: 's' was not declared in this scope 10 | fin>>s; fin>>n; | ^ main.cpp:10:18: error: 'n' was not declared in this scope; did you mean 'yn'? 10 | fin>>s; fin>>n; | ^ | yn main.cpp:13:14: error: 'k' was not declared in this scope 13 | fin>>k; | ^