Problem | dyingpolynomial |
---|---|
User | lleytonng |
Submission Time | 2024-06-19 11:42:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp:7:18: error: declaration does not declare anything [-fpermissive]
7 | #define int long long;
| ^~~~
dyingpolynomial.cpp:9:1: note: in expansion of macro ‘int’
9 | int poly(int x,int a,int b,int c){
| ^~~
dyingpolynomial.cpp:7:22: error: expected ‘)’ before ‘;’ token
7 | #define int long long;
| ^
dyingpolynomial.cpp:9:10: note: in expansion of macro ‘int’
9 | int poly(int x,int a,int b,int c){
| ^~~
dyingpolynomial.cpp:9:9: note: to match this ‘(’
9 | int poly(int x,int a,int b,int c){
| ^
dyingpolynomial.cpp:7:22: error: expected constructor, destructor, or type conversion before ‘;’ token
7 | #define int long long;
| ^
dyingpolynomial.cpp:9:10: note: in expansion of macro ‘int’
9 | int poly(int x,int a,int b,int c){
| ^~~
dyingpolynomial.cpp:9:14: er