Borderou de evaluare (job #745811)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Bancomat (clasa a 5-a) | Compilator | cpp-32 |
Rundă | snake_vs | Status | evaluat |
Dată | 18 nov. 2023 09:09:18 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:12: error: expected ';' before 'x'
14 | fin x;
| ^~
| ;
main.cpp:14:9: warning: statement has no effect [-Wunused-value]
14 | fin x;
| ^~~
main.cpp:16:13: error: 's' was not declared in this scope
16 | s+=x/10;
| ^
main.cpp:19:5: error: 'else' without a previous 'if'
19 | else if(x/10<=s)
| ^~~~
main.cpp:19:19: error: 's' was not declared in this scope
19 | else if(x/10<=s)
| ^