Problem cuberoot
User kashsinghal
Submission Time 2023-11-09 13:27:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:7:14: error: expected primary-expression before ‘>’ token
7 | while (h-1) > 1) {
| ^
cuberoot.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
cuberoot.cpp:5:13: note: to match this ‘{’
5 | int main () {
| ^