#include <iostream>
using namespace std;

int main() {
	char c = getchar();
	putchar(c);
}