0_0_37336837_4219.cpp:3:13: error: 'LL' does not name a type
#define int LL
^
0_0_37336837_4219.cpp:5:7: note: in expansion of macro 'int'
const int P=1e9+7;
^
0_0_37336837_4219.cpp:3:13: error: variable or field 'Mul' declared void
#define int LL
^
0_0_37336837_4219.cpp:6:10: note: in expansion of macro 'int'
void Mul(int &x,int y){
^
0_0_37336837_4219.cpp:3:13: error: 'LL' was not declared in this scope
#define int LL
^
0_0_37336837_4219.cpp:6:10: note: in expansion of macro 'int'
void Mul(int &x,int y){
^
0_0_37336837_4219.cpp:6:15: error: 'x' was not declared in this scope
void Mul(int &x,int y){
^
0_0_37336837_4219.cpp:3:13: error: 'LL' was not declared in this scope
#define int LL
^
0_0_37336837_4219.cpp:6:17: note: in expansion of macro 'int'
void Mul(int &x,int y){
^
0_0_37336837_4219.cpp:3:13: error: 'LL' does not name a type
#define int LL
^
0_0_37336837_4219.cpp:10:1: note: in expansion of macro 'int'
int qikpow(int a,int b){
^
0_0_37336837_4219.cpp:3:13: error: 'LL' does not name a type
#define int LL
^
0_0_37336837_4219.cpp:17:1: note: in expansion of macro 'int'
int mark[N],pri[N],tt,mo[N];
^
0_0_37336837_4219.cpp:3:13: error: 'LL' does not name a type
#define int LL
^
0_0_37336837_4219.cpp:18:1: note: in expansion of macro 'int'
int Num[M][M],sum[M],p[M];
^
0_0_37336837_4219.cpp:3:13: error: variable or field 'Mul_' declared void
#define int LL
^
0_0_37336837_4219.cpp:19:11: note: in expansion of macro 'int'
void Mul_(int h,int b){//x+b
^
0_0_37336837_4219.cpp:3:13: error: 'LL' was not declared in this scope
#define int LL
^
0_0_37336837_4219.cpp:19:11: note: in expansion of macro 'int'
void Mul_(int h,int b){//x+b
^
0_0_37336837_4219.cpp:3:13: error: 'LL' was not declared in this scope
#define int LL
^
0_0_37336837_4219.cpp:19:17: note: in expansion of macro 'int'
void Mul_(int h,int b){//x+b
^
0_0_37336837_4219.cpp:3:13: error: variable or field 'get' declared void
#define int LL
^
0_0_37336837_4219.cpp:24:10: note: in expansion of macro 'int'
void get(int *A,int K){
^
0_0_37336837_4219.cpp:3:13: error: 'LL' was not declared in this scope
#define int LL
^
0_0_37336837_4219.cpp:24:10: note: in expansion of macro 'int'
void get(int *A,int K){
^
0_0_37336837_4219.cpp:24:15: error: 'A' was not declared in this scope
void get(int *A,int K){
^
0_0_37336837_4219.cpp:3:13: error: 'LL' was not declared in this scope
#define int LL
^
0_0_37336837_4219.cpp:24:17: note: in expansion of macro 'int'
void get(int *A,int K){
^
|