Problem | cuberoot |
---|---|
User | Biologyhater123 |
Submission Time | 2025-06-06 13:37:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int32_t main()’:
cuberoot.cpp:27:28: error: expected ‘;’ before ‘}’ token
27 | cout << ans << '\n'
| ^
| ;
28 |
29 | }
| ~