#include using namespace std; int main(void){ int n,m; cin>>n>>m; int a[n],b[m]; for(int i=0;i>a[i]; } for(int i=0;i>b[i]; } for(int i=0;i