#include using namespace std; int main(){ int N,M; cin >> N >> M; int a,b; for(int i=0; i> a >> b; if(a==N) N=b; } cout << N << endl; return 0; }