摘要: task4 #define _CRT_SECURE_NO_WARNINGS 1 #include<stdlib.h> #include<stdio.h> #define N 100 int main() {FILE *fp; char n,*p; int count=0; fp=fopen("dat 阅读全文
posted @ 2023-12-20 22:56 lv_y 阅读(13) 评论(0) 推荐(0)