| Problem | cuberoot |
|---|---|
| User | yq |
| Submission Time | 2026-06-25 15:50:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:8:16: error: expected ‘;’ before ‘<’ token
8 | for(int i=0, i<t, i++){
| ^
| ;
cuberoot.cpp:8:16: error: expected primary-expression before ‘<’ token
cuberoot.cpp:8:23: error: expected ‘;’ before ‘)’ token
8 | for(int i=0, i<t, i++){
| ^
| ;
cuberoot.cpp:11:9: error: expected ‘;’ before ‘base’
11 | for(log base j a[i] = k){
| ^~~~~
| ;
cuberoot.cpp:13:2: error: statement cannot resolve address of overloaded function
13 | }
| ^
cuberoot.cpp:14:1: error: expected primary-expression before ‘}’ token
14 | }
| ^
cuberoot.cpp:13:3: error: expected ‘;’ before ‘}’ token
13 | }
| ^
| ;
14 | }
| ~
cuberoot.cpp:14:1: error: expected primary-expression before ‘}’ token<