Problem cuberoot
User wongethan8192
Submission Time 2023-02-27 16:46:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:4:69: error: expected ‘}’ at end of input
4 | for(int x=0;x<a;x++){long int h;cin>>h;cout<<pow(h,1.0/3)<<"\n";}
| ^
cuberoot.cpp:3:11: note: to match this ‘{’
3 | int main(){int a;cin>>a;
| ^