Problem dyingpolynomial
User dieunq1309
Submission Time 2023-09-24 22:06:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:15:16: error: ‘a’ was not declared in this scope
15 | cin >> a >> b >> c >> d;
| ^
dyingpolynomial.cpp:15:21: error: ‘b’ was not declared in this scope
15 | cin >> a >> b >> c >> d;
| ^
dyingpolynomial.cpp:15:26: error: ‘c’ was not declared in this scope
15 | cin >> a >> b >> c >> d;
| ^
dyingpolynomial.cpp:15:31: error: ‘d’ was not declared in this scope
15 | cin >> a >> b >> c >> d;
| ^
dyingpolynomial.cpp: At global scope:
dyingpolynomial.cpp:31:5: error: expected unqualified-id before ‘return’
31 | return 0;
| ^~~~~~
dyingpolynomial.cpp:32:1: error: expected declaration before ‘}’ token
32 | }<