Problem cuberoot
User YTj
Submission Time 2024-07-23 11:05:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:3: error: ‘res’ was not declared in this scope
10 | res = guess*guess*guess;
| ^~~
cuberoot.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
cuberoot.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^