// editor2
#include<stdio.h>
int main()
{
    char s;
    scanf("%c",&s);
    if ()

}