Problem cuberoot
User averagejav
Submission Time 2025-10-31 00:53:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:16:13: error: expected ‘,’ or ‘;’ before ‘if’
16 | if (target > temp){
| ^~
cuberoot.cpp:18:15: error: ‘else’ without a previous ‘if’
18 | } else if (target < temp) {
| ^~~~