// editor1
#include<stdio.h>
#include<string.h>
#include<ctype.h>
int main()
{
char s[105];
int r[256]=0;
int i,j=0;
char result[105];
}