#include <stdio.h> int main() { char a, c; scanf("%c%*c", &a); c = getchar(); putchar(c); return 0; }