| Problem | cuberoot |
|---|---|
| User | YYCMMR5382 |
| Submission Time | 2026-06-25 16:30:13 |
| 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;){
| ^
cuberoot.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
cuberoot.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^