| Problem | dyingpolynomial |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-06-17 11:29:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:22:5: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
22 | ans = mid;
| ^~~
| abs
dyingpolynomial.cpp:27:11: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
27 | cout << ans << "\n";
| ^~~
| abs