88pts:
#include<bits/stdc++.h> using namespace std; int n,m; int main() { cin>>m>>n; cout<<m; return 0; }