0_0_30378667_30611.cpp:83:11: error: redefinition of 'const int mod'
const int mod = 1e9+7;
^
0_0_30378667_30611.cpp:7:11: note: 'const int mod' previously defined here
const int mod = 1e9+7;
^
0_0_30378667_30611.cpp: In function 'll qp(ll, ll)':
0_0_30378667_30611.cpp:84:4: error: redefinition of 'll qp(ll, ll)'
ll qp(ll x,ll n)
^
0_0_30378667_30611.cpp:8:4: note: 'll qp(ll, ll)' previously defined here
ll qp(ll x,ll n)
^
0_0_30378667_30611.cpp: At global scope:
0_0_30378667_30611.cpp:96:16: error: redefinition of 'int prime [10010]'
int prime[10010],a[10010],yin[10010];
^
0_0_30378667_30611.cpp:20:5: note: 'int prime [10010]' previously declared here
int prime[10010],a[10010],yin[10010];
^
0_0_30378667_30611.cpp:96:25: error: redefinition of 'int a [10010]'
int prime[10010],a[10010],yin[10010];
^
0_0_30378667_30611.cpp:20:18: note: 'int a [10010]' previously declared here
int prime[10010],a[10010],yin[10010];
^
0_0_30378667_30611.cpp:96:36: error: redefinition of 'int yin [10010]'
int prime[10010],a[10010],yin[10010];
^
0_0_30378667_30611.cpp:20:27: note: 'int yin [10010]' previously declared here
int prime[10010],a[10010],yin[10010];
^
0_0_30378667_30611.cpp: In function 'll Fac(ll)':
0_0_30378667_30611.cpp:97:4: error: redefinition of 'll Fac(ll)'
ll Fac(ll n)
^
0_0_30378667_30611.cpp:21:4: note: 'll Fac(ll)' previously defined here
ll Fac(ll n)
^
0_0_30378667_30611.cpp: In function 'int main()':
0_0_30378667_30611.cpp:106:5: error: redefinition of 'int main()'
int main()
^
0_0_30378667_30611.cpp:30:5: note: 'int main()' previously defined here
int main()
^
|