#include <cstdio>
#include <iostream>

using namespace std;

int main() {
 long long a; scanf("%d",&a);
 cout << a << endl;
 return 0;
}