| Problem | cuberoot |
|---|---|
| User | averagejav |
| Submission Time | 2025-10-31 00:53:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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) {
| ^~~~