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