#include <stdio.h>
int main()
{
    char value;
    scanf("%c", &value);
    printf(%c, value);
    return 0;
}