#include #include #include using namespace std; using ll = long long; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); int n,m; cin>>n>>m; vector a(n),b(m); for(int i = 0;i>a[i]; for(int i = 0;i>b[i]; for(int i = 0;i