#include<stdio.h>
int main()
{
    int A;
    int B;
    scanf("%c",&A);
    scanf("%C",&B);
    return 0;
}