| Problem | cuberoot |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-11-18 14:21:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:4:8: error: ‘n’ was not declared in this scope
4 | int cr(n)
| ^
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:28:17: error: ‘cr’ cannot be used as a function
28 | cout << cr(inp);
| ^