// editor3
#include<stdio.h>
int main()
{
    char a;
    scanf("%C",&a);
    printf("the single character",&a);
    return o;
}