#include <iostream>using namespace std; int main() { // your code goes hereint n;cin>>n;cout<<n<<endl; return 0;}