摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<string.h> 4 #define N 80 5 int main() 6 { 7 int i,count=0; 8 char x[N]; 9 FILE *fp; 10 11 fp = fop 阅读全文
posted @ 2022-12-27 12:18 卖导弹的小女孩 阅读(26) 评论(0) 推荐(0)