0_0_33900301_10694.cpp:47:3: error: stray '#' in program
} #include<bits/stdc++.h>
^
0_0_33900301_10694.cpp:47:4: error: 'include' does not name a type
} #include<bits/stdc++.h>
^
0_0_33900301_10694.cpp:49:5: error: redefinition of 'int n'
int n,t,m,x[1000],y[1000];
^
0_0_33900301_10694.cpp:3:5: note: 'int n' previously declared here
int n,t,m,x[1000],y[1000];
^
0_0_33900301_10694.cpp:49:7: error: redefinition of 'int t'
int n,t,m,x[1000],y[1000];
^
0_0_33900301_10694.cpp:3:7: note: 'int t' previously declared here
int n,t,m,x[1000],y[1000];
^
0_0_33900301_10694.cpp:49:9: error: redefinition of 'int m'
int n,t,m,x[1000],y[1000];
^
0_0_33900301_10694.cpp:3:9: note: 'int m' previously declared here
int n,t,m,x[1000],y[1000];
^
0_0_33900301_10694.cpp:49:17: error: redefinition of 'int x [1000]'
int n,t,m,x[1000],y[1000];
^
0_0_33900301_10694.cpp:3:11: note: 'int x [1000]' previously declared here
int n,t,m,x[1000],y[1000];
^
0_0_33900301_10694.cpp:49:25: error: redefinition of 'int y [1000]'
int n,t,m,x[1000],y[1000];
^
0_0_33900301_10694.cpp:3:19: note: 'int y [1000]' previously declared here
int n,t,m,x[1000],y[1000];
^
0_0_33900301_10694.cpp:50:11: error: redefinition of 'long long int ans'
long long ans;
^
0_0_33900301_10694.cpp:4:11: note: 'long long int ans' previously declared here
long long ans;
^
0_0_33900301_10694.cpp:51:8: error: redefinition of 'struct node'
struct node
^
0_0_33900301_10694.cpp:5:8: error: previous definition of 'struct node'
struct node
^
0_0_33900301_10694.cpp:54:9: error: invalid type in declaration before ';' token
}e[1000];
^
0_0_33900301_10694.cpp:54:9: error: conflicting declaration 'int e [1000]'
0_0_33900301_10694.cpp:8:2: note: previous declaration as 'node e [1000]'
}e[1000];
^
0_0_33900301_10694.cpp: In function 'int panduan(int, int)':
0_0_33900301_10694.cpp:55:5: error: redefinition of 'int panduan(int, int)'
int panduan(int xi,int yi)
^
0_0_33900301_10694.cpp:9:5: note: 'int panduan(int, int)' previously defined here
int panduan(int xi,int yi)
^
0_0_33900301_10694.cpp: In function 'int qujian(int, int)':
0_0_33900301_10694.cpp:61:5: error: redefinition of 'int qujian(int, int)'
int qujian(int st,int ed)
^
0_0_33900301_10694.cpp:15:5: note: 'int qujian(int, int)' previously defined here
int qujian(int st,int ed)
^
0_0_33900301_10694.cpp: In function 'int main()':
0_0_33900301_10694.cpp:66:5: error: redefinition of 'int main()'
int main()
^
0_0_33900301_10694.cpp:20:5: note: 'int main()' previously defined here
int main()
^
|