#include<stdio.h> #include<string.h> int main() { ]={},b[]={},c[]={},len1=,len2=; ],str2[]; gets(str1);len1=strlen(str1); gets(str2);len2=strlen(str2); int i,j; ;i<len1;i++) { a[i]=str1[len1-i-]-';//由于len1-i=3(first),so需要-1,使其符合要求。 } ;j<len2;j++) { b[j]=str2[len2-j-]-'; } ;i<len1;i++) { ;j<len2;j++) { c[i+j]+=a[i]*b[j]; ) { c[i+j+]+=c[i+j]/; c[i+j]%=; } } } ;i--) { ) break; } do { printf("%d",c[i]); } while(i--); printf("\n"); ; }