摘要: 书中的这段代码使用到了strcpy,strcat,strcmp,以及经常用到的strlen 还使用到了sprintf与scanf 中%2d限制读入两个数字,具体代码的含义就且不论 #include <stdio.h> #include <string.h> #define MAX_REMINDER 阅读全文
posted @ 2020-12-30 23:37 empty_thought 阅读(110) 评论(0) 推荐(0)