Problem cuberoot
User PyAce
Submission Time 2026-01-22 21:58:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:12:24: error: expected ‘;’ before ‘}’ token
12 | cout << templ << "\n"
| ^
| ;
13 | }
| ~