0_0_26595843_9542.cpp:7:7: error: 'll' does not name a type
const ll N = 2e5 + 10;
^
0_0_26595843_9542.cpp:8:7: error: 'll' does not name a type
const ll M = N << 1;
^
0_0_26595843_9542.cpp:10:1: error: 'll' does not name a type
ll x[N], y[N], X[N], Y[N], D[N], W[N], ans[N];
^
0_0_26595843_9542.cpp:13:5: error: 'll' does not name a type
ll a, b, c;
^
0_0_26595843_9542.cpp:14:5: error: 'll' does not name a type
ll id;
^
0_0_26595843_9542.cpp:16:13: error: expected ')' before '_a'
node(ll _a, ll _b, ll _c, ll _id) {
^
0_0_26595843_9542.cpp:22:5: error: 'M' was not declared in this scope
} p[M];
^
0_0_26595843_9542.cpp: In function 'bool cmp_a(node, node)':
0_0_26595843_9542.cpp:25:11: error: 'struct node' has no member named 'a'
if (x.a != y.a)
^
0_0_26595843_9542.cpp:25:18: error: 'struct node' has no member named 'a'
if (x.a != y.a)
^
0_0_26595843_9542.cpp:26:18: error: 'struct node' has no member named 'a'
return x.a < y.a;
^
0_0_26595843_9542.cpp:26:24: error: 'struct node' has no member named 'a'
return x.a < y.a;
^
0_0_26595843_9542.cpp:28:18: error: 'struct node' has no member named 'id'
return x.id < y.id;
^
0_0_26595843_9542.cpp:28:25: error: 'struct node' has no member named 'id'
return x.id < y.id;
^
0_0_26595843_9542.cpp: In function 'bool cmp_b(node, node)':
0_0_26595843_9542.cpp:32:11: error: 'struct node' has no member named 'b'
if (x.b != y.b)
^
0_0_26595843_9542.cpp:32:18: error: 'struct node' has no member named 'b'
if (x.b != y.b)
^
0_0_26595843_9542.cpp:33:18: error: 'struct node' has no member named 'b'
return x.b < y.b;
^
0_0_26595843_9542.cpp:33:24: error: 'struct node' has no member named 'b'
return x.b < y.b;
^
0_0_26595843_9542.cpp:35:18: error: 'struct node' has no member named 'id'
return x.id < y.id;
^
0_0_26595843_9542.cpp:35:25: error: 'struct node' has no member named 'id'
return x.id < y.id;
^
0_0_26595843_9542.cpp: At global scope:
0_0_26595843_9542.cpp:38:1: error: 'll' does not name a type
ll tmp[M];
^
0_0_26595843_9542.cpp:39:1: error: 'll' does not name a type
ll bit[M];
^
0_0_26595843_9542.cpp:41:10: error: variable or field 'add' declared void
void add(ll x, ll y) {
^
0_0_26595843_9542.cpp:41:10: error: 'll' was not declared in this scope
0_0_26595843_9542.cpp:41:16: error: 'll' was not declared in this scope
void add(ll x, ll y) {
^
|