摘要: 1、 #include <stdio.h> #define SIZE 100 void get_n(char * ar, int n); int main(void) { int n; printf("n = "); scanf("%d", &n); while(getchar() != '\n') 阅读全文
posted @ 2021-09-18 10:09 小鲨鱼2018 阅读(66) 评论(0) 推荐(0) 编辑