Problem | cuberoot |
---|---|
User | Abi |
Submission Time | 2024-08-16 16:55:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:12:16: error: ‘i’ was not declared in this scope
12 | if (j^2 == V[i]) {
| ^
cuberoot.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
cuberoot.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^