摘要: http://acm.hit.edu.cn/hoj/problem/view?id=1533用字符串表示整数,进行大数加法运算/*This Code is Submitted by billforum for Problem 1533 at 2012-03-30 14:50:02*/#include <iostream> #include <string.h> #include <stdio.h> #include <stack> using namespace std; int main() { string t1,t2,t; int z; i 阅读全文
posted @ 2012-03-30 14:53 wuzhibin 阅读(203) 评论(0) 推荐(0)