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