摘要: 题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=109&page=show_problem&problem=121题目描述:(待编辑)分析:(待编辑) 1 #include <cstdio> 2 #include <cstring> 3 4 const int MAXN = 12; 5 6 char num1[MAXN], num2[MAXN], sum[MAXN], str[100]; 7 int len1, len2, 阅读全文
posted @ 2012-11-08 23:36 冰鸮 阅读(482) 评论(0) 推荐(0)