Problem | cuberoot |
---|---|
User | MrPuddleVon |
Submission Time | 2025-06-19 14:29:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:6:5: error: expected ‘;’ before ‘V’
6 | cin V;
| ^~
| ;
cuberoot.cpp:11:7: error: ‘X’ was not declared in this scope
11 | if (X*X*X>V) r=X+1;
| ^