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

Compile Error

dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:2:2: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
dyingpolynomial.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~
dyingpolynomial.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout.tie(0);
| ^~~~
dyingpolynomial.cpp:9:12: error: ‘pow’ was not declared in this scope
9 | if ((a*(pow(x,3)))+(b*(pow(x,2)))+(c*(x))>=d){
| ^~~