0_0_14568363_10808.cpp:48:2: error: stray '#' in program
}#include<algorithm>
^
0_0_14568363_10808.cpp:48:3: error: 'include' does not name a type
}#include<algorithm>
^
0_0_14568363_10808.cpp:56:15: error: redefinition of 'long long int dp [100005][10]'
ll dp[maxn][10]; //µÚi´Î
^
0_0_14568363_10808.cpp:9:4: note: 'long long int dp [100005][10]' previously declared here
ll dp[maxn][10]; //µÚi´Î
^
0_0_14568363_10808.cpp:57:10: error: redefinition of 'long long int c [100005]'
ll c[maxn];
^
0_0_14568363_10808.cpp:10:4: note: 'long long int c [100005]' previously declared here
ll c[maxn];
^
0_0_14568363_10808.cpp:58:10: error: redefinition of 'const long long int mod'
const ll mod=258280327;
^
0_0_14568363_10808.cpp:11:10: note: 'const long long int mod' previously defined here
const ll mod=258280327;
^
0_0_14568363_10808.cpp: In function 'int main()':
0_0_14568363_10808.cpp:59:5: error: redefinition of 'int main()'
int main()
^
0_0_14568363_10808.cpp:12:5: note: 'int main()' previously defined here
int main()
^
|