Borderou de evaluare (job #834774)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Bip | Compilator | cpp |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 4 oct. 2025 12:15:31 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:13:18: error: lvalue required as left operand of assignment
13 | if(sc%10=sc/10%10)cnt++;
| ~~^~~
main.cpp:14:19: error: expected ';' before '}' token
14 | sc/=10
| ^
| ;
15 | }
| ~
main.cpp:34:23: error: expected ';' before '}' token
34 | nr/=10
| ^
| ;
35 | }
| ~