#include <stdio.h>
#include <string.h>

int main() {
    char st[50];
    scanf("%s",st)
}