#include using namespace std; int main(){ int n; cin>>n; vector a(n),b(n); vector> vec(101); for(int i=0;i>a[i]; for(int i=0;i>b[i]; } for(int i=0;i<101;i++)vec[i]={0,i}; for(int i=0;i