0_0_38714908_2161.cpp:91:2: error: stray '#' in program
91 | }#include<bits/stdc++.h>
| ^
0_0_38714908_2161.cpp:91:11: error: 'bits' was not declared in this scope
91 | }#include<bits/stdc++.h>
| ^~~~
0_0_38714908_2161.cpp:91:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
91 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38714908_2161.cpp:91:11: error: 'bits' was not declared in this scope
91 | }#include<bits/stdc++.h>
| ^~~~
0_0_38714908_2161.cpp:91:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
91 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38714908_2161.cpp:91:11: error: 'bits' was not declared in this scope
91 | }#include<bits/stdc++.h>
| ^~~~
0_0_38714908_2161.cpp:91:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
91 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38714908_2161.cpp:91:11: error: 'bits' was not declared in this scope
91 | }#include<bits/stdc++.h>
| ^~~~
0_0_38714908_2161.cpp:91:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
91 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38714908_2161.cpp:91:11: error: 'bits' was not declared in this scope
91 | }#include<bits/stdc++.h>
| ^~~~
0_0_38714908_2161.cpp:91:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
91 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38714908_2161.cpp:91:11: error: 'bits' was not declared in this scope
91 | }#include<bits/stdc++.h>
| ^~~~
0_0_38714908_2161.cpp:91:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
91 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38714908_2161.cpp:91:11: error: 'bits' was not declared in this scope
91 | }#include<bits/stdc++.h>
| ^~~~
0_0_38714908_2161.cpp:91:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
91 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38714908_2161.cpp:91:11: error: 'bits' was not declared in this scope
91 | }#include<bits/stdc++.h>
| ^~~~
0_0_38714908_2161.cpp:91:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
91 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38714908_2161.cpp:91:11: error: 'bits' was not declared in this scope
91 | }#include<bits/stdc++.h>
| ^~~~
0_0_38714908_2161.cpp:91:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
91 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_38714908_2161.cpp:91:3: error: 'include' does not name a type
91 | }#include<bits/stdc++.h>
| ^~~~~~~
0_0_38714908_2161.cpp:96:11: error: redefinition of 'const int N'
96 | const int N=1e6+10;
| ^
0_0_38714908_2161.cpp:6:11: note: 'const int N' previously defined here
6 | const int N=1e6+10;
| ^
0_0_38714908_2161.cpp:97:11: error: redefinition of 'const int mod'
97 | const int mod=998244353;
| ^~~
0_0_38714908_2161.cpp:7:11: note: 'const int mod' previously defined here
7 | const int mod=998244353;
| ^~~
0_0_38714908_2161.cpp:98:8: error: redefinition of 'struct mat'
98 | struct mat
| ^~~
0_0_38714908_2161.cpp:8:8: note: previous definition of 'struct mat'
8 | struct mat
| ^~~
0_0_38714908_2161.cpp:102:4: error: redefinition of 'long long int qpow(long long int, long long int)'
102 | ll qpow(ll a,ll b)
| ^~~~
0_0_38714908_2161.cpp:12:4: note: 'long long int qpow(long long int, long long int)' previously defined here
12 | ll qpow(ll a,ll b)
| ^~~~
0_0_38714908_2161.cpp:113:5: error: redefinition of 'mat operator*(mat, mat)'
113 | mat operator*(mat a, mat b)
| ^~~~~~~~
0_0_38714908_2161.cpp:23:5: note: 'mat operator*(mat, mat)' previously defined here
23 | mat operator*(mat a, mat b)
| ^~~~~~~~
0_0_38714908_2161.cpp:127:5: error: redefinition of 'int main()'
127 | int main()
| ^~~~
0_0_38714908_2161.cpp:37:5: note: 'int main()' previously defined here
37 | int main()
| ^~~~
|