Problem cuberoot
User Kanish
Submission Time 2023-11-09 13:47:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:5:11: error: expected unqualified-id before numeric constant
5 | long long 1 = 0, h = 1000001;
| ^
cuberoot.cpp:6:8: error: ‘h’ was not declared in this scope
6 | while (h 1 > 1) {
| ^
cuberoot.cpp:6:9: error: expected ‘)’ before numeric constant
6 | while (h 1 > 1) {
| ~ ^~
| )
cuberoot.cpp:6:15: error: expected ‘;’ before ‘)’ token
6 | while (h 1 > 1) {
| ^
| ;