Problem | cuberoot |
---|---|
User | claireau |
Submission Time | 2024-07-08 13:55:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:1:1: error: ‘std’ does not name a type
1 | std <iostream>
| ^~~
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> t;
| ^~~
cuberoot.cpp:7:1: error: ‘cout’ was not declared in this scope
7 | cout<<t*t*t;
| ^~~~