| Problem | dyingpolynomial |
|---|---|
| User | yuanbin |
| Submission Time | 2026-07-18 11:45:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int32_t main()’:
dyingpolynomial.cpp:14:4: error: ‘m’ was not declared in this scope
14 | m = (left+right)/2
| ^
dyingpolynomial.cpp:17:6: error: ‘else’ without a previous ‘if’
17 | } else {
| ^~~~