#include using namespace std; constexpr int mod = 1000000007; int main() { string S; cin >> S ; cout << S; }