0_0_38680834_11983.cpp:71:1: error: stray '`' in program
71 | ```cpp
| ^
0_0_38680834_11983.cpp:71:2: error: stray '`' in program
71 | ```cpp
| ^
0_0_38680834_11983.cpp:71:3: error: stray '`' in program
71 | ```cpp
| ^
0_0_38680834_11983.cpp:143:1: error: stray '`' in program
143 | ```
| ^
0_0_38680834_11983.cpp:143:2: error: stray '`' in program
143 | ```
| ^
0_0_38680834_11983.cpp:143:3: error: stray '`' in program
143 | ```
| ^
0_0_38680834_11983.cpp:71:4: error: 'cpp' does not name a type
71 | ```cpp
| ^~~
0_0_38680834_11983.cpp:81:11: error: redefinition of 'const long long int mod'
81 | const int mod= 1000000007;
| ^~~
0_0_38680834_11983.cpp:10:11: note: 'const long long int mod' previously defined here
10 | const int mod= 1000000007;
| ^~~
0_0_38680834_11983.cpp:82:11: error: redefinition of 'const long long int N'
82 | const int N=1100;
| ^
0_0_38680834_11983.cpp:11:11: note: 'const long long int N' previously defined here
11 | const int N=1100;
| ^
0_0_38680834_11983.cpp:83:11: error: redefinition of 'std::bitset<1100> bt [1100]'
83 | bitset<N> bt[N];
| ^~
0_0_38680834_11983.cpp:12:11: note: 'std::bitset<1100> bt [1100]' previously defined here
12 | bitset<N> bt[N];
| ^~
0_0_38680834_11983.cpp:84:5: error: redefinition of 'long long int n'
84 | int n,m;
| ^
0_0_38680834_11983.cpp:13:5: note: 'long long int n' previously declared here
13 | int n,m;
| ^
0_0_38680834_11983.cpp:84:7: error: redefinition of 'long long int m'
84 | int n,m;
| ^
0_0_38680834_11983.cpp:13:7: note: 'long long int m' previously declared here
13 | int n,m;
| ^
0_0_38680834_11983.cpp:85:5: error: redefinition of 'long long int fac [1100]'
85 | int fac[N],ifac[N];
| ^~~
0_0_38680834_11983.cpp:14:5: note: 'long long int fac [1100]' previously declared here
14 | int fac[N],ifac[N];
| ^~~
0_0_38680834_11983.cpp:85:12: error: redefinition of 'long long int ifac [1100]'
85 | int fac[N],ifac[N];
| ^~~~
0_0_38680834_11983.cpp:14:12: note: 'long long int ifac [1100]' previously declared here
14 | int fac[N],ifac[N];
| ^~~~
0_0_38680834_11983.cpp:86:5: error: redefinition of 'long long int fpow(long long int, long long int)'
86 | int fpow(int x, int r)
| ^~~~
0_0_38680834_11983.cpp:15:5: note: 'long long int fpow(long long int, long long int)' previously defined here
15 | int fpow(int x, int r)
| ^~~~
0_0_38680834_11983.cpp:97:6: error: redefinition of 'void init()'
97 | void init(){
| ^~~~
0_0_38680834_11983.cpp:26:6: note: 'void init()' previously defined here
26 | void init(){
| ^~~~
0_0_38680834_11983.cpp:105:5: error: redefinition of 'long long int C(long long int, long long int)'
105 | int C(int x,int y){
| ^
0_0_38680834_11983.cpp:34:5: note: 'long long int C(long long int, long long int)' previously defined here
34 | int C(int x,int y){
| ^
0_0_38680834_11983.cpp:109:6: error: redefinition of 'void sl()'
109 | void sl(){
| ^~
0_0_38680834_11983.cpp:38:6: note: 'void sl()' previously defined here
38 | void sl(){
| ^~
0_0_38680834_11983.cpp:132:8: error: redefinition of 'int main()'
132 | signed main(){
| ^~~~
0_0_38680834_11983.cpp:61:8: note: 'int main()' previously defined here
61 | signed main(){
| ^~~~
|