| Problem | dyingpolynomial |
|---|---|
| User | smartsword |
| Submission Time | 2026-01-28 17:52:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:26:17: error: ‘x’ was not declared in this scope
26 | if(a[i]*x*x*x+b[i]*x*x+c[i]*x>=d[i]){
| ^
dyingpolynomial.cpp:27:17: error: ‘middle’ was not declared in this scope
27 | r = middle;
| ^~~~~~
dyingpolynomial.cpp:31:17: error: ‘middle’ was not declared in this scope
31 | l = middle+1;
| ^~~~~~