Problem dyingpolynomial
User n1k1trh
Submission Time 2025-07-29 17:53:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dyingpolynomial.cpp:3:1: error: ‘typdef’ does not name a type; did you mean ‘typeof’?
3 | typdef long long ll;
| ^~~~~~
| typeof
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:6:5: error: ‘ll’ was not declared in this scope
6 | ll n; cin >> n;
| ^~
dyingpolynomial.cpp:6:18: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | ll n; cin >> n;
| ^
| yn
dyingpolynomial.cpp:7:11: error: expected ‘;’ before ‘i’
7 | for(ll i = 0;i < n;i++) {
| ^~
| ;
dyingpolynomial.cpp:7:18: error: ‘i’ was not declared in this scope
7 | for(ll i = 0;i < n;i++) {
| ^
dyingpolynomial.cpp:8:11: error: expected ‘;’ before ‘a’
8 | ll a, b, c, d; cin >> a >> b >> c >> d;
| ^~
|