// // Created by viole on 2026/2/25. // #include using namespace std; int main() { int num ; cin >> num; cout << num << endl; }