Problem | dyingpolynomial |
---|---|
User | dieunq1309 |
Submission Time | 2023-09-24 22:06:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
dyingpolynomial.cpp:10:5: note: in expansion of macro ‘ll’
10 | ll q;
| ^~
dyingpolynomial.cpp:10:8: error: ‘q’ was not declared in this scope
10 | ll q;
| ^
dyingpolynomial.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
dyingpolynomial.cpp:14:9: note: in expansion of macro ‘ll’
14 | ll a, b, c, d;
| ^~
dyingpolynomial.cpp:14:12: error: ‘a’ was not declared in this scope
14 | ll a, b, c, d;
| ^
dyingpolynomial.cpp:14:15: error: ‘b’ was not declared in this scope
14 | ll a, b, c, d;
| ^
dyingpolynomial.cpp:14:18: error: ‘c’ was not de