0_0_23217308_26444.cpp:104:11: error: redefinition of 'const int N'
const int N=10010;
^
0_0_23217308_26444.cpp:21:11: note: 'const int N' previously defined here
const int N=10010;
^
0_0_23217308_26444.cpp:105:10: error: redefinition of 'const LL II'
const LL II=100000000;
^
0_0_23217308_26444.cpp:22:10: note: 'const LL II' previously defined here
const LL II=100000000;
^
0_0_23217308_26444.cpp:106:11: error: redefinition of 'const int INF'
const int INF=0x3f3f3f3f;
^
0_0_23217308_26444.cpp:23:11: note: 'const int INF' previously defined here
const int INF=0x3f3f3f3f;
^
0_0_23217308_26444.cpp:107:14: error: redefinition of 'const double PI'
const double PI=acos(-1.0);
^
0_0_23217308_26444.cpp:24:14: note: 'const double PI' previously defined here
const double PI=acos(-1.0);
^
0_0_23217308_26444.cpp: In function 'int ext_gcd(int, int, int&, int&)':
0_0_23217308_26444.cpp:109:5: error: redefinition of 'int ext_gcd(int, int, int&, int&)'
int ext_gcd(int a,int b,int &x,int &y)
^
0_0_23217308_26444.cpp:26:5: note: 'int ext_gcd(int, int, int&, int&)' previously defined here
int ext_gcd(int a,int b,int &x,int &y)
^
0_0_23217308_26444.cpp: In function 'int gcd(int, int)':
0_0_23217308_26444.cpp:122:5: error: redefinition of 'int gcd(int, int)'
int gcd(int m,int n)
^
0_0_23217308_26444.cpp:39:5: note: 'int gcd(int, int)' previously defined here
int gcd(int m,int n)
^
0_0_23217308_26444.cpp: In function 'int main()':
0_0_23217308_26444.cpp:130:5: error: redefinition of 'int main()'
int main()
^
0_0_23217308_26444.cpp:47:5: note: 'int main()' previously defined here
int main()
^
|