Problem | dyingpolynomial |
---|---|
User | JonahKoh |
Submission Time | 2025-04-30 16:21:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:9:4: error: ‘x’ was not declared in this scope
9 | a*x*x*x+b*x*x+c*x >= d;
| ^