0_0_37741607_6215.cpp:44:2: error: stray '#' in program
}#include<cstdio>
^
0_0_37741607_6215.cpp:44:3: error: 'include' does not name a type
}#include<cstdio>
^
0_0_37741607_6215.cpp:57:11: error: redefinition of 'const int MAXX'
const int MAXX=200005;
^
0_0_37741607_6215.cpp:14:11: note: 'const int MAXX' previously defined here
const int MAXX=200005;
^
0_0_37741607_6215.cpp:59:10: error: redefinition of 'const LL mod'
const LL mod=1e9+7;
^
0_0_37741607_6215.cpp:16:10: note: 'const LL mod' previously defined here
const LL mod=1e9+7;
^
0_0_37741607_6215.cpp: In function 'LL fastpow(LL, LL)':
0_0_37741607_6215.cpp:60:4: error: redefinition of 'LL fastpow(LL, LL)'
LL fastpow(LL jj,LL kk){
^
0_0_37741607_6215.cpp:17:4: note: 'LL fastpow(LL, LL)' previously defined here
LL fastpow(LL jj,LL kk){
^
0_0_37741607_6215.cpp: In function 'LL rev(LL)':
0_0_37741607_6215.cpp:70:4: error: redefinition of 'LL rev(LL)'
LL rev(LL jj){
^
0_0_37741607_6215.cpp:27:4: note: 'LL rev(LL)' previously defined here
LL rev(LL jj){
^
0_0_37741607_6215.cpp: At global scope:
0_0_37741607_6215.cpp:74:4: error: redefinition of 'LL n'
LL n,m;
^
0_0_37741607_6215.cpp:31:4: note: 'LL n' previously declared here
LL n,m;
^
0_0_37741607_6215.cpp:74:6: error: redefinition of 'LL m'
LL n,m;
^
0_0_37741607_6215.cpp:31:6: note: 'LL m' previously declared here
LL n,m;
^
0_0_37741607_6215.cpp: In function 'void solve()':
0_0_37741607_6215.cpp:76:13: error: redefinition of 'void solve()'
inline void solve(){
^
0_0_37741607_6215.cpp:33:13: note: 'void solve()' previously defined here
inline void solve(){
^
0_0_37741607_6215.cpp: In function 'int main()':
0_0_37741607_6215.cpp:81:8: error: redefinition of 'int main()'
signed main(){
^
0_0_37741607_6215.cpp:38:8: note: 'int main()' previously defined here
signed main(){
^
|