摘要: 模板来自吉林大学acm模板及网络。老师均添加了一些注释及改进。第一个,普通的大数运算: 1 #include 2 #include 3 /*==================================================*\ 4 | 普通的大数运算 5 \*==================================================*/ 6 const int MAXSIZE = 200; 7 void Add(char *str1, char *str2, char *str3); 8 //str3: 和 9 void Min... 阅读全文
posted @ 2013-05-20 21:46 Freecode# 阅读(275) 评论(0) 推荐(0)