#include #include #include using namespace std; typedef long long LL; const int N = 1e5+10; LL a[N],b[N],len=0; struct Node{ int a,b; bool operator<(const Node &A)const{ return a+b