| Problem | dyingpolynomial |
|---|---|
| User | blackpanther |
| Submission Time | 2025-06-19 16:17:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:23:7: error: ‘a’ was not declared in this scope
23 | if((a*x^3+b*x^2+c*x)<d){
| ^
dyingpolynomial.cpp:23:13: error: ‘b’ was not declared in this scope
23 | if((a*x^3+b*x^2+c*x)<d){
| ^
dyingpolynomial.cpp:23:19: error: ‘c’ was not declared in this scope
23 | if((a*x^3+b*x^2+c*x)<d){
| ^
dyingpolynomial.cpp:23:24: error: ‘d’ was not declared in this scope
23 | if((a*x^3+b*x^2+c*x)<d){
| ^