Borderou de evaluare (job #579075)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Puteri | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 21 ian. 2021 18:20:06 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:15:17: error: expected ';' before '}' token
15 | p=p
| ^
| ;
16 | }
| ~
main.cpp:8:11: warning: unused variable 'i' [-Wunused-variable]
8 | int x,i,p=1;
| ^