Problem cuberoot
User Nayaa2403
Submission Time 2025-06-17 16:08:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:9:17: error: expected ‘;’ before ‘}’ token
9 | cout << n*(n/3)
| ^
| ;
10 | }
| ~