#include <stdio.h> #include <string.h> int main(void) { char str1[2][1000]={0}; int i,len=0,value=0; while(fgets(str1[i++],1000,stdin)!=NULL); if((str1[...