#include <stdio.h> #include <string.h> #include <stdlib.h> int main(){ char str1[10000],str2[10000],num[10000]; int i,len,lenmax,wei,len1,len2,jinwei,temp; while(scanf("%s",str1)!=-1){ scanf("%s",str2); jinwei=0; len1=strlen(str1); len2=s...