Problem cuberoot
User CYangTong
Submission Time 2026-07-10 15:44:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:23:3: error: expected ‘}’ at end of input
23 | }
| ^
cuberoot.cpp:10:24: note: to match this ‘{’
10 | for (int i=0;i<a;i++) {
| ^
cuberoot.cpp:23:3: error: expected ‘}’ at end of input
23 | }
| ^
cuberoot.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^