Problem dyingpolynomial
User god
Submission Time 2025-06-19 15:42:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:16:15: error: invalid type argument of unary ‘*’ (have ‘int’)
16 | if( (w*(x**3)) + (x*(x**2)) + (y*x) < z) {
| ^
dyingpolynomial.cpp:16:28: error: invalid type argument of unary ‘*’ (have ‘int’)
16 | if( (w*(x**3)) + (x*(x**2)) + (y*x) < z) {
| ^
dyingpolynomial.cpp:22:11: error: ‘guess’ was not declared in this scope
22 | cout << guess << "\n";
| ^~~~~