0_0_29779889_13281.cpp:6:7: error: 'll' does not name a type
const ll N = 1e5+10;
^
0_0_29779889_13281.cpp:8:14: error: 'N' was not declared in this scope
LL n,m,k,s,a[N],sum[N];
^
0_0_29779889_13281.cpp:8:21: error: 'N' was not declared in this scope
LL n,m,k,s,a[N],sum[N];
^
0_0_29779889_13281.cpp:9:10: error: 'N' was not declared in this scope
bool vis[N];
^
0_0_29779889_13281.cpp:10:14: error: 'N' was not declared in this scope
vector<LL> v[N];
^
0_0_29779889_13281.cpp:12:10: error: 'll' was not declared in this scope
LL solve(ll d,ll n,LL m) {
^
0_0_29779889_13281.cpp:12:15: error: 'll' was not declared in this scope
LL solve(ll d,ll n,LL m) {
^
0_0_29779889_13281.cpp:12:23: error: expected primary-expression before 'm'
LL solve(ll d,ll n,LL m) {
^
0_0_29779889_13281.cpp:12:24: error: expression list treated as compound expression in initializer [-fpermissive]
LL solve(ll d,ll n,LL m) {
^
0_0_29779889_13281.cpp:12:26: error: expected ',' or ';' before '{' token
LL solve(ll d,ll n,LL m) {
^
|