| Problem | cuberoot |
|---|---|
| User | jopoddb |
| Submission Time | 2026-06-25 15:47:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:2:9: error: ‘cin’ was not declared in this scope
2 | int t; cin >> t;
| ^~~
cuberoot.cpp:12:3: error: ‘cout’ was not declared in this scope
12 | cout << x1 << endl;
| ^~~~
cuberoot.cpp:12:17: error: ‘endl’ was not declared in this scope
12 | cout << x1 << endl;
| ^~~~