Problem cuberoot
User AltheaZ
Submission Time 2023-06-30 10:09:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘bool isCube(int, int)’:
cuberoot.cpp:6:9: error: invalid type argument of unary ‘*’ (have ‘int’)
6 | if (n**3==x){
| ^