Problem | cuberoot |
---|---|
User | DuckyKayden |
Submission Time | 2025-07-22 06:25:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:13:27: error: lvalue required as increment operand
13 | for(int i = 1; i <= x; ++1) {
| ^
cuberoot.cpp:14:28: error: lvalue required as increment operand
14 | for(int j = 1; j <= i; ++1) {
| ^