Problem | dyingpolynomial |
---|---|
User | louisleehi |
Submission Time | 2023-01-29 14:23:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:13:5: error: ‘ull’ was not declared in this scope
13 | ull t; cin >> t;
| ^~~
dyingpolynomial.cpp:13:19: error: ‘t’ was not declared in this scope
13 | ull t; cin >> t;
| ^
dyingpolynomial.cpp:15:12: error: expected ‘;’ before ‘a’
15 | ull a, b, c, d; cin >> a >> b >> c >> d;
| ^~
| ;
dyingpolynomial.cpp:15:32: error: ‘a’ was not declared in this scope
15 | ull a, b, c, d; cin >> a >> b >> c >> d;
| ^
dyingpolynomial.cpp:15:37: error: ‘b’ was not declared in this scope
15 | ull a, b, c, d; cin >> a >> b >> c >> d;
| ^
dyingpolynomial.cpp:15:42: error: ‘c’ was not declared in this scope
15 |