#include <stdio.h>#include <iostream>#include <conio.h>using namespace std;int main(){char x[20];cin >> x;cout << x << endl;getch();}