Problem cuberoot
User Shreyas123456789
Submission Time 2026-04-29 15:59:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:8:29: error: invalid operands of types ‘long double’ and ‘const char [2]’ to binary ‘operator<<’
8 | cout<<floor(cbrtl(a)<<"\n");
| ~~~~~~~~^~~~~~
| | |
| | const char [2]
| long double