#include using namespace std; int main(){ int n; cin >> n; vector s(n),t(n); for(int i=0; i> s[i]; for(int i=0; i> t[i]; for(int i=0; i