Problem cuberoot
User zjaelynx
Submission Time 2024-02-07 16:15:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:9:9: error: expected initializer before ‘for’
9 | for (int i = 0; i < x; i++) {
| ^~~
cuberoot.cpp:9:25: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < x; i++) {
| ^