#include<bits/stdc++.h> using namespace std; int n; int main(){ freopen("wareless.in","r",stdin); freopen("wareless.out","w",stdout); cin>>n; cout<<n; return 0; }