Problem | cuberoot |
---|---|
User | zjaelynx |
Submission Time | 2024-02-07 16:14:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:9:5: error: expected initializer before ‘for’
9 | for (int i = 0; i < x; i++) {
| ^~~
cuberoot.cpp:9:21: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < x; i++) {
| ^