摘要: #include<stdio.h>//不能连续复合运算,要保存结果 #include<stdlib.h>//所以一个技巧就是用strcpy来代替等号 #include<string.h>//c=a+b改写为strcpy(c,BigAdd(a,b)) #include <iostream> using 阅读全文
posted @ 2018-07-18 21:46 buerdepepeqi 阅读(154) 评论(0) 推荐(0) 编辑