Problem cuberoot
User yay
Submission Time 2026-04-06 13:54:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:10:18: error: invalid type argument of unary ‘*’ (have ‘int’)
10 | cout << x**(1/3);
| ^