Problem cuberoot
User MDXCI
Submission Time 2025-06-09 23:20:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> t;
| ^~~
cuberoot.cpp:20:3: error: ‘cout’ was not declared in this scope
20 | cout << ans << endl;
| ^~~~
cuberoot.cpp:20:18: error: ‘endl’ was not declared in this scope
20 | cout << ans << endl;
| ^~~~