0_0_30861479_16182.cpp:129:5: error: redefinition of 'int n'
int n,m,t;
^
0_0_30861479_16182.cpp:22:5: note: 'int n' previously declared here
int n,m,t;
^
0_0_30861479_16182.cpp:129:7: error: redefinition of 'int m'
int n,m,t;
^
0_0_30861479_16182.cpp:22:7: note: 'int m' previously declared here
int n,m,t;
^
0_0_30861479_16182.cpp:129:9: error: redefinition of 'int t'
int n,m,t;
^
0_0_30861479_16182.cpp:22:9: note: 'int t' previously declared here
int n,m,t;
^
0_0_30861479_16182.cpp: In function 'int read()':
0_0_30861479_16182.cpp:130:12: error: redefinition of 'int read()'
inline int read()
^
0_0_30861479_16182.cpp:23:12: note: 'int read()' previously defined here
inline int read()
^
0_0_30861479_16182.cpp: At global scope:
0_0_30861479_16182.cpp:147:11: error: redefinition of 'const int N'
const int N = 2000005;
^
0_0_30861479_16182.cpp:40:11: note: 'const int N' previously defined here
const int N = 2000005;
^
0_0_30861479_16182.cpp:148:5: error: redefinition of 'int qwq'
int qwq;
^
0_0_30861479_16182.cpp:41:5: note: 'int qwq' previously declared here
int qwq;
^
0_0_30861479_16182.cpp:149:12: error: redefinition of 'int ch [2000005][2]'
int ch[N][2],numson,val[N];
^
0_0_30861479_16182.cpp:42:5: note: 'int ch [2000005][2]' previously declared here
int ch[N][2],numson,val[N];
^
0_0_30861479_16182.cpp:149:14: error: redefinition of 'int numson'
int ch[N][2],numson,val[N];
^
0_0_30861479_16182.cpp:42:14: note: 'int numson' previously declared here
int ch[N][2],numson,val[N];
^
0_0_30861479_16182.cpp:149:26: error: redefinition of 'int val [2000005]'
int ch[N][2],numson,val[N];
^
0_0_30861479_16182.cpp:42:21: note: 'int val [2000005]' previously declared here
int ch[N][2],numson,val[N];
^
0_0_30861479_16182.cpp: In function 'void insert(int)':
0_0_30861479_16182.cpp:150:9: error: redefinition of 'void insert(int)'
IL void insert(int x)
^
0_0_30861479_16182.cpp:43:9: note: 'void insert(int)' previously defined here
IL void insert(int x)
^
0_0_30861479_16182.cpp: In function 'int find(int)':
0_0_30861479_16182.cpp:170:8: error: redefinition of 'int find(int)'
IL int find(int x)
^
0_0_30861479_16182.cpp:63:8: note: 'int find(int)' previously defined here
IL int find(int x)
^
0_0_30861479_16182.cpp: At global scope:
0_0_30861479_16182.cpp:191:5: error: redefinition of 'int __s_SD_sf999asd_DFOOOAooajdf'
int __s_SD_sf999asd_DFOOOAooajdf;
^
0_0_30861479_16182.cpp:84:5: note: 'int __s_SD_sf999asd_DFOOOAooajdf' previously declared here
int __s_SD_sf999asd_DFOOOAooajdf;
^
0_0_30861479_16182.cpp: In function 'int main()':
0_0_30861479_16182.cpp:192:5: error: redefinition of 'int main()'
int main()
^
0_0_30861479_16182.cpp:85:5: note: 'int main()' previously defined here
int main()
^
|