728x90
#include <iostream>
using namespace std;

int main()
{
	string str;
	cin >> str;
	cout << str << endl;

	return 0;
}

 

728x90