#include <bits/stdc++.h> using namespace std; string a,b; int main() { getline(cin,a); getline(cin,b); cout << b; return 0; }