0_0_32869280_13855.cpp:1:7: error: stray '#' in program
<code>#include <bits/stdc++.h>
^
0_0_32869280_13855.cpp:1:1: error: expected unqualified-id before '<' token
<code>#include <bits/stdc++.h>
^
0_0_32869280_13855.cpp:6:7: error: 'll' does not name a type
const ll P = (235 << 22) + 1;
^
0_0_32869280_13855.cpp:10:5: error: 'll' does not name a type
ll fac[N] = {1, 1}, inv[N] = {1, 1}, f[N] = {1, 1};
^
0_0_32869280_13855.cpp:10:23: error: expected unqualified-id before ',' token
ll fac[N] = {1, 1}, inv[N] = {1, 1}, f[N] = {1, 1};
^
0_0_32869280_13855.cpp:10:32: error: expected constructor, destructor, or type conversion before '=' token
ll fac[N] = {1, 1}, inv[N] = {1, 1}, f[N] = {1, 1};
^
0_0_32869280_13855.cpp:10:40: error: expected unqualified-id before ',' token
ll fac[N] = {1, 1}, inv[N] = {1, 1}, f[N] = {1, 1};
^
0_0_32869280_13855.cpp:10:47: error: expected constructor, destructor, or type conversion before '=' token
ll fac[N] = {1, 1}, inv[N] = {1, 1}, f[N] = {1, 1};
^
0_0_32869280_13855.cpp:11:15: error: variable or field 'init' declared void
void init(ll M){
^
0_0_32869280_13855.cpp:11:15: error: 'll' was not declared in this scope
0_0_32869280_13855.cpp:122:1: error: expected '}' at end of input
}//https://blog.csdn.net/weixin_34102807/article/details/85945156
^
|