0_0_30771026_29319.cpp:60:11: error: redefinition of 'const int N'
const int N=25;
^
0_0_30771026_29319.cpp:10:11: note: 'const int N' previously defined here
const int N=1e5+5;
^
0_0_30771026_29319.cpp:61:10: error: conflicting declaration 'const ll mod'
const ll mod=998244353;
^
0_0_30771026_29319.cpp:9:11: note: previous declaration as 'const int mod'
const int mod=998244353;
^
0_0_30771026_29319.cpp:62:5: error: redefinition of 'int T'
int T,m;
^
0_0_30771026_29319.cpp:15:7: note: 'int T' previously declared here
int n,T;
^
0_0_30771026_29319.cpp:63:8: error: conflicting declaration 'int p [100005]'
int p[N],q[N],inv[N];
^
0_0_30771026_29319.cpp:13:4: note: previous declaration as 'll p [25]'
ll p[25],q[25],inv[25];
^
0_0_30771026_29319.cpp:63:13: error: conflicting declaration 'int q [100005]'
int p[N],q[N],inv[N];
^
0_0_30771026_29319.cpp:13:10: note: previous declaration as 'll q [25]'
ll p[25],q[25],inv[25];
^
0_0_30771026_29319.cpp:63:20: error: conflicting declaration 'int inv [100005]'
int p[N],q[N],inv[N];
^
0_0_30771026_29319.cpp:13:16: note: previous declaration as 'll inv [25]'
ll p[25],q[25],inv[25];
^
0_0_30771026_29319.cpp:64:4: error: redefinition of 'll ans'
ll ans,x;
^
0_0_30771026_29319.cpp:14:9: note: 'll ans' previously declared here
ll sum, ans;
^
0_0_30771026_29319.cpp: In function 'int main()':
0_0_30771026_29319.cpp:84:5: error: redefinition of 'int main()'
int main() {
^
0_0_30771026_29319.cpp:33:5: note: 'int main()' previously defined here
int main() {
^
|