| Problem | cuberoot |
|---|---|
| User | Fjerds |
| Submission Time | 2026-05-22 17:17:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
cuberoot.cpp:9:2: note: in expansion of macro ‘ll’
9 | ll tmp;
| ^~
cuberoot.cpp:9:5: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
9 | ll tmp;
| ^~~
| tm