Problem | cuberoot |
---|---|
User | yqiiiiiii |
Submission Time | 2025-06-16 15:39:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:6:2: error: ‘arr’ was not declared in this scope
6 | arr[t];
| ^~~
cuberoot.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
cuberoot.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^