Problem | cuberoot |
---|---|
User | Kanish |
Submission Time | 2023-11-09 13:46:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:4:11: error: expected unqualified-id before numeric constant
4 | long long 1 = 0, h = 1000001;
| ^
cuberoot.cpp:5:1: error: expected unqualified-id before ‘while’
5 | while (h 1 > 1) {
| ^~~~~
cuberoot.cpp:14:1: error: ‘cout’ does not name a type
14 | cout << 1 << "\n";
| ^~~~
cuberoot.cpp:15:1: error: expected declaration before ‘}’ token
15 | }
| ^