Problem cuberoot
User TheVeryJerryBerry
Submission Time 2026-06-25 16:20:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘long long int out(long long int)’:
cuberoot.cpp:10:5: error: expected ‘,’ or ‘;’ before ‘bool’
10 | bool top = true;
| ^~~~
cuberoot.cpp:11:11: error: ‘top’ was not declared in this scope
11 | while(top == true){
| ^~~