Problem cuberoot
User R9q5P8
Submission Time 2025-11-18 14:21:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp:4:10: error: ‘n’ was not declared in this scope
4 | int crbt(n)
| ^
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:28:19: error: ‘crbt’ cannot be used as a function
28 | cout << crbt(inp);
| ^