Borderou de evaluare (job #853754)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Semipalindrom | Compilator | cpp |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 19 feb. 2026 20:35:14 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:27:18: error: expected ';' before 'if'
27 | st=a/(put*10)
| ^
| ;
28 | if(st==dr)
| ~~
main.cpp:30:5: error: 'else' without a previous 'if'
30 | else cout<<ca;
| ^~~~