摘要:
代码很难看,将就吧#include "stdio.h"#include "string.h"#define N 1005int main(){ char a[N]; char b[N]; char s[N];//和 int la,lb; int c;//记录进位 int i; while(scanf("%s%s",a,b)!=EOF) { la=strlen(a); lb=strlen(b); if(la<lb) { strcpy(s,b); ... 阅读全文
posted @ 2012-03-05 16:19
stdtrekman
阅读(355)
评论(0)
推荐(0)

浙公网安备 33010602011771号