| Problem | cuberoot |
|---|---|
| User | yq |
| Submission Time | 2026-06-25 22:16:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘void solve()’:
cuberoot.cpp:17:16: error: a function-definition is not allowed here before ‘{’ token
17 | signed main() {
| ^
cuberoot.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
cuberoot.cpp:4:14: note: to match this ‘{’
4 | void solve() {
| ^