#include <iostream>
#include <bits/stdc++.h>
using namespace std;

int main() {
	int t;cin>>t;
	cout<<t<<endl;
	return 0;
}