Problem | cuberoot |
---|---|
User | Um |
Submission Time | 2023-04-29 17:26:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:8: error: ‘x’ was not declared in this scope
10 | cin>>x
| ^
cuberoot.cpp:16:9: error: expected ‘;’ before ‘}’ token
16 | return 0
| ^
| ;
17 | }
| ~