摘要: 1 #define _CRT_SECURE_NO_WARNINGS//解决vs下scanf报错 2 #include <stdio.h> 3 #include <stdlib.h> 4 #define MAXLEN 5 5 6 typedef struct 7 { 8 char ch[MAXLEN] 阅读全文
posted @ 2021-12-16 21:13 吕辉 阅读(171) 评论(0) 推荐(0)