#include #define PB push_back #define MP make_pair using namespace std; typedef long long int LL; typedef pair PLL; typedef vector VP; int main() { int p; cin >> p; cout << p << endl; }