Problem | dyingpolynomial |
---|---|
User | bribritt |
Submission Time | 2023-03-16 13:21:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int32_t main()’:
dyingpolynomial.cpp:8:3: error: ‘ll’ was not declared in this scope
8 | ll l = -1, h = 1e5;
| ^~
dyingpolynomial.cpp:9:9: error: ‘h’ was not declared in this scope
9 | while(h - l > 1) {
| ^
dyingpolynomial.cpp:9:13: error: ‘l’ was not declared in this scope
9 | while(h - l > 1) {
| ^
dyingpolynomial.cpp:14:11: error: ‘h’ was not declared in this scope
14 | cout << h << "\n";
| ^