Problem dyingpolynomial
User pseudocoder101
Submission Time 2025-06-19 16:07:16
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
| ^
dyingpolynomial.cpp:29:37: error: expected ‘)’ before ‘if’
29 | ans = (a*x*x*x + b*x*x + c*x
| ~ ^
| )
30 | if (ans ==d){
| ~~