| Problem | cuberoot |
|---|---|
| User | YYCMMR5382 |
| Submission Time | 2026-06-25 16:30:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:1: error: expected ‘,’ or ‘;’ before ‘cin’
10 | cin >> k;
| ^~~
cuberoot.cpp:11:18: error: expected ‘)’ before ‘;’ token
11 | while (count <= k;){
| ~ ^
| )
cuberoot.cpp:11:19: error: expected primary-expression before ‘)’ token
11 | while (count <= k;){
| ^