Problem cuberoot
User Pout
Submission Time 2026-07-04 11:06:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp:2:20: error: expected β€˜;’ before β€˜int’
2 | using namespace std
| ^
| ;
3 |
4 | int main () {
| ~~~