#include<stdio.h>
#include<string.h>
#include<ctype.h>
int main()
{
    int char[20];
    
}