| Problem | cuberoot |
|---|---|
| User | w1gglya3hh |
| Submission Time | 2026-08-28 10:04:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:12:7: error: ‘atuo’ was not declared in this scope; did you mean ‘auto’?
12 | for (atuo i : ns) {
| ^~~~
| auto
cuberoot.cpp:15:1: error: expected primary-expression before ‘}’ token
15 | }
| ^
cuberoot.cpp:14:3: error: expected ‘;’ before ‘}’ token
14 | }
| ^
| ;
15 | }
| ~
cuberoot.cpp:15:1: error: expected primary-expression before ‘}’ token
15 | }
| ^
cuberoot.cpp:14:3: error: expected ‘)’ before ‘}’ token
14 | }
| ^
| )
15 | }
| ~
cuberoot.cpp:12:6: note: to match this ‘(’
12 | for (atuo i : ns) {
| ^
cuberoot.cpp:15:1: error: expected primary-expression before ‘}’ token
15 | }
| ^