Problem | cuberoot |
---|---|
User | Ctjh |
Submission Time | 2024-01-22 13:50:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> n;
| ^~~
cuberoot.cpp:7:9: error: ‘cout’ was not declared in this scope
7 | cout << cbrt(num) << "\n";
| ^~~~
cuberoot.cpp:7:17: error: ‘cbrt’ was not declared in this scope
7 | cout << cbrt(num) << "\n";
| ^~~~