Borderou de evaluare (job #674120)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Semipalindrom | Compilator | cpp-32 |
Rundă | tema1_5_2022 | Status | evaluat |
Dată | 5 nov. 2022 16:23:35 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:30:25: error: expected ')' before ';' token
30 | while(i < nrcifre / 2;){
| ~ ^
| )
main.cpp:30:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
30 | while(i < nrcifre / 2;){
| ^~~~~
main.cpp:30:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
30 | while(i < nrcifre / 2;){
| ^
main.cpp:30:26: error: expected primary-expression before ')' token