#include using namespace std; int main(){ int n; cin >> n; set ans; vector a(n),b(n-1); for(int i=0; i> a[i]; for(int i=0; i> b[i]; ans.insert(b[i]); } for(int i=0; i