Problem cuberoot
User Dan64091
Submission Time 2025-03-15 23:01:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:13:16: error: ‘z’ was not declared in this scope
13 | usll int num;z
| ^
cuberoot.cpp: At global scope:
cuberoot.cpp:18:3: error: expected unqualified-id before ‘return’
18 | return 0;
| ^~~~~~
cuberoot.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^