Borderou de evaluare (job #595257)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Bețișoare (clasa a 6-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 6 apr. 2021 21:47:42 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void citire()':
main.cpp:43:21: error: expected primary-expression before ')' token
43 | for()
| ^
main.cpp:45:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
45 | val_nr = 0;
| ~~~~~~~^~~
main.cpp:46:18: error: expected primary-expression before 'if'
46 | if(c=='+')
| ^~
main.cpp:45:29: error: expected ')' before 'if'
45 | val_nr = 0;
| ^
| )
46 | if(c=='+')
| ~~
main.cpp:43:20: note: to match this '('
43 | for()
| ^