#include<stdio.h>

int main(int argc, char const *argv[])
{
    char c[8];
    scanf("%c",)
    return 0;
}