0_0_25510736_19387.cpp:19:42: error: stray '#' in program
int getidy(int x){return lower_bound(Y.be#include <bits/stdc++.h>
^
0_0_25510736_19387.cpp: In function 'int getidy(int)':
0_0_25510736_19387.cpp:19:40: error: 'class std::vector<int>' has no member named 'be'
int getidy(int x){return lower_bound(Y.be#include <bits/stdc++.h>
^
0_0_25510736_19387.cpp:37:18: error: a function-definition is not allowed here before '{' token
int getidx(int x){return lower_bound(X.begin(),X.end(),x)-X.begin()+1;}
^
0_0_25510736_19387.cpp:38:18: error: a function-definition is not allowed here before '{' token
int getidy(int x){return lower_bound(Y.begin(),Y.end(),x)-Y.begin()+1;}
^
0_0_25510736_19387.cpp:40:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_25510736_19387.cpp:175:1: error: expected '}' at end of input
}
^
|