Problem cuberoot
User Teeskit
Submission Time 2025-07-01 13:18:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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