Problem cuberoot
User zjaelynx
Submission Time 2024-02-07 16:17:11
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 (long long i = 0; i < x; i++) {
| ^~~
cuberoot.cpp:9:31: error: ‘i’ was not declared in this scope
9 | for (long long i = 0; i < x; i++) {
| ^