#include<bits/stdc++.h> using namespace std; int main(){ int n,m,d=0; cin>>n; string s; getline(cin,s); cout<<n; }