Problem cuberoot
User JK13
Submission Time 2023-11-09 11:55:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:12:3: error: expected primary-expression before ‘if’
12 | if (cubrt <= t) {
| ^~
cuberoot.cpp:18:15: error: expected ‘;’ before ‘}’ token
18 | cout << cubrt
| ^
| ;
19 | }
| ~