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

Compile Error

dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:7:13: error: expected ‘;’ before ‘j’
7 | cout.tie(0)j;
| ^
| ;
dyingpolynomial.cpp:9:16: error: ‘q’ was not declared in this scope
9 | for(int i=0;i<q;i++) {
| ^
dyingpolynomial.cpp:13:12: error: ‘guess’ was not declared in this scope
13 | if( (w*(guess**3)) + (x*(guess**2)) + (y*guess) < z) {
| ^~~~~
dyingpolynomial.cpp:13:19: error: invalid type argument of unary ‘*’ (have ‘int’)
13 | if( (w*(guess**3)) + (x*(guess**2)) + (y*guess) < z) {
| ^
dyingpolynomial.cpp:13:36: error: invalid type argument of unary ‘*’ (have ‘int’)
13 | if( (w*(guess**3)) + (x*(guess**2)) + (y*guess) < z) {
| ^
dyingpolynomial.cpp:19:11: error: ‘guess’ was not declared in this scope
19 | cout << guess &l