| Problem | dyingpolynomial |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-07-18 11:47:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int32_t main()’:
dyingpolynomial.cpp:29:9: error: expected unqualified-id before ‘.’ token
29 | vector.push_back(low);
| ^
dyingpolynomial.cpp:31:7: error: ‘i’ was not declared in this scope
31 | for (i = 0; i < n; i++) {
| ^
dyingpolynomial.cpp:31:18: error: ‘n’ was not declared in this scope
31 | for (i = 0; i < n; i++) {
| ^