| Problem | dyingpolynomial |
|---|---|
| User | REP196 |
| Submission Time | 2026-06-25 17:23:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:22:9: error: ‘temp’ was not declared in this scope
22 | if ((temp = a*guess*guess*guess + b*guess*guess + c*guess) >= d) {
| ^~~~