Problem cuberoot
User Zubair
Submission Time 2026-06-25 15:55:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:6:1: error: ‘testcases’ was not declared in this scope
6 | testcases
| ^~~~~~~~~
cuberoot.cpp:8:15: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
8 | int t; cin >> t;
| ^
| tm
cuberoot.cpp:9:1: error: expected primary-expression before ‘]’ token
9 | ]
| ^
cuberoot.cpp:36:1: error: expected ‘}’ at end of input
36 | }
| ^
cuberoot.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^