Problem | cuberoot |
---|---|
User | claireau |
Submission Time | 2024-07-08 13:59:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:4:1: error: ‘longlong’ was not declared in this scope
4 | longlong t;
| ^~~~~~~~
cuberoot.cpp:5:8: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
5 | cin >> t;
| ^
| tm