摘要: #include <stdio.h> #define MAXCHAR 101 /*最大允许字符串长度*/ int char_to_num (char ch) ; /*返回字符对应的数字*/ char num_to_char (int num) ; /*返回数字对应的字符*/ long source_ 阅读全文
posted @ 2023-04-26 20:36 痛苦代码源 阅读(16) 评论(0) 推荐(0) 编辑