Borderou de evaluare (job #652265)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Tower | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 6 iun. 2022 00:25:26 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:12:17: error: expected ';' before 'while'
12 | cin >> x
| ^
| ;
13 | while(top > 0 && stk[top] < x){
| ~~~~~