Problem dyingpolynomial
User pseudocoder101
Submission Time 2025-06-19 16:07:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:29:18: error: ‘x’ was not declared in this scope
29 | ans = (a*x*x*x + b*x*x + c*x);
| ^