#include <stdio.h> #include <string.h> int main() { char input[100],output[9],ch; int len=0,i=0,j=0; //读取输入字符串 scanf("%s",input); output[8...