2014年8月2日

摘要: 大数加法: 1 #include 2 #include 3 #include 4 #define M 100 5 char *add(char s1[],char s2[]); 6 int main(){ 7 char s1[M],s2[M],*s; //此时不能使用strle... 阅读全文
posted @ 2014-08-02 16:02 蓝 鸟 阅读(152) 评论(0) 推荐(0) 编辑

导航