| Problem | cuberoot |
|---|---|
| User | ThinkingGeek257 |
| Submission Time | 2026-06-25 14:33:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:11:7: error: redeclaration of ‘int i’
11 | int i = 0;
| ^
cuberoot.cpp:8:11: note: ‘int i’ previously declared here
8 | for (int i = 0; i<t; i++){
| ^