#include using namespace std; int main(void) { long long a; cin >> a; cout << a << endl;return 0; }