0_0_32868229_2806.cpp:1:1: error: expected unqualified-id before '<' token
<code>const int N=201000;
^
0_0_32868229_2806.cpp:3:1: error: 'll' does not name a type
ll tmp[N],x[N],f[N],ans[N];
^
0_0_32868229_2806.cpp:4:16: error: variable or field 'dirichlet' declared void
void dirichlet(ll *ans, ll *x){
^
0_0_32868229_2806.cpp:4:16: error: 'll' was not declared in this scope
0_0_32868229_2806.cpp:4:20: error: 'ans' was not declared in this scope
void dirichlet(ll *ans, ll *x){
^
0_0_32868229_2806.cpp:4:25: error: 'll' was not declared in this scope
void dirichlet(ll *ans, ll *x){
^
0_0_32868229_2806.cpp:4:29: error: 'x' was not declared in this scope
void dirichlet(ll *ans, ll *x){
^
|