Problem dyingpolynomial
User WHEE29alt
Submission Time 2024-06-19 09:58:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:12:48: error: expected ‘;’ before ‘)’ token
12 | while(a*(pow(x,3)))+(b*(pow(x,2)))+(c*(x))<=d){
| ^
| ;