#include #include #include using namespace std; int n,m,k; long long a[100100],b[100100]; struct node { int b,g; bool operator<(const node &t) const { if(g==t.g) return b