| Problem | cuberoot |
|---|---|
| User | chien |
| Submission Time | 2025-06-19 15:15:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:3:9: error: ‘cin’ was not declared in this scope
3 | cin >> t; // t= no. of integers
| ^~~
cuberoot.cpp:18:9: error: ‘cout’ was not declared in this scope
18 | cout<< l <<'\n'; //output is outside of while loop, inside for loop
| ^~~~