0_0_29872584_14229.cpp:37:2: error: stray '#' in program
}#include<cstdio>
^
0_0_29872584_14229.cpp:37:3: error: 'include' does not name a type
}#include<cstdio>
^
0_0_29872584_14229.cpp:51:4: error: redefinition of 'll MOD'
ll MOD = 998244353;
^
0_0_29872584_14229.cpp:15:4: note: 'll MOD' previously defined here
ll MOD = 998244353;
^
0_0_29872584_14229.cpp: In function 'll spow(ll, ll)':
0_0_29872584_14229.cpp:54:4: error: redefinition of 'll spow(ll, ll)'
ll spow(ll s, ll t) {
^
0_0_29872584_14229.cpp:18:4: note: 'll spow(ll, ll)' previously defined here
ll spow(ll s, ll t) {
^
0_0_29872584_14229.cpp: In function 'int main()':
0_0_29872584_14229.cpp:64:5: error: redefinition of 'int main()'
int main()
^
0_0_29872584_14229.cpp:28:5: note: 'int main()' previously defined here
int main()
^
|