Problem | cuberoot |
---|---|
User | asbx |
Submission Time | 2023-12-09 13:09:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:8:17: error: ‘n’ was not declared in this scope
8 | for(int i=0; i<n; i++){
| ^
cuberoot.cpp:11:17: error: ‘n’ was not declared in this scope
11 | for(int i=0; i<n; i++){
| ^