0_0_26990387_12928.cpp:113:11: error: redefinition of 'const int INF'
const int INF = 1e9;
^
0_0_26990387_12928.cpp:10:11: note: 'const int INF' previously defined here
const int INF = 1e9;
^
0_0_26990387_12928.cpp:114:5: error: redefinition of 'int n'
int n,m;
^
0_0_26990387_12928.cpp:26:5: note: 'int n' previously declared here
int n;
^
0_0_26990387_12928.cpp:115:8: error: conflicting declaration 'LL ar [10005]'
LL ar[N],r[N],sum;
^
0_0_26990387_12928.cpp:27:4: note: previous declaration as 'LL ar [1000006]'
LL ar[MXN], r[MXN];
^
0_0_26990387_12928.cpp:115:13: error: conflicting declaration 'LL r [10005]'
LL ar[N],r[N],sum;
^
0_0_26990387_12928.cpp:27:13: note: previous declaration as 'LL r [1000006]'
LL ar[MXN], r[MXN];
^
0_0_26990387_12928.cpp: In function 'void exgcd(LL, LL, LL&, LL&, LL&)':
0_0_26990387_12928.cpp:116:13: error: redefinition of 'void exgcd(LL, LL, LL&, LL&, LL&)'
inline void exgcd(LL a,LL b,LL &d,LL &x,LL &y){
^
0_0_26990387_12928.cpp:32:13: note: 'void exgcd(LL, LL, LL&, LL&, LL&)' previously defined here
inline void exgcd(LL a,LL b,LL &d,LL &x,LL &y){
^
0_0_26990387_12928.cpp: In function 'LL gcd(LL, LL)':
0_0_26990387_12928.cpp:153:4: error: redefinition of 'LL gcd(LL, LL)'
LL gcd(LL a,LL b){
^
0_0_26990387_12928.cpp:28:4: note: 'LL gcd(LL, LL)' previously defined here
LL gcd(LL a,LL b){
^
0_0_26990387_12928.cpp: In function 'int main()':
0_0_26990387_12928.cpp:157:5: error: redefinition of 'int main()'
int main(){
^
0_0_26990387_12928.cpp:87:5: note: 'int main()' previously defined here
int main(){
^
|