Problem cuberoot
User Jaysonwee22
Submission Time 2026-06-25 15:39:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:15:10: error: expected ‘}’ before ‘else’
15 | else if (y < x) {
| ^~~~
cuberoot.cpp:12:12: note: to match this ‘{’
12 | if(y == x) {
| ^
cuberoot.cpp:17:11: error: expected ‘}’ before ‘else’
17 | else {
| ^~~~
cuberoot.cpp:15:26: note: to match this ‘{’
15 | else if (y < x) {
| ^
cuberoot.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
cuberoot.cpp:9:25: note: to match this ‘{’
9 | while (low <= high) {
| ^
cuberoot.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
cuberoot.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^