Problem | dyingpolynomial |
---|---|
User | pseudocoder101 |
Submission Time | 2025-06-19 16:08:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:30:38: error: expected ‘;’ before ‘if’
30 | ans = (a*x*x*x + b*x*x + c*x)
| ^
| ;
31 | if (ans ==d){
| ~~
dyingpolynomial.cpp:33:10: error: ‘else’ without a previous ‘if’
33 | }else{
| ^~~~