#include <iostream>
using namespace std;
int main() {
  string b;
  cin >>b;
  cout <<b;
  return 0;
}
