摘要: 实验4 #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<stdlib.h> int main() { FILE* fp; int count = 0; fp = fopen("D:\\data4.txt", "r"); if 阅读全文
posted @ 2022-12-28 09:00 奥斯卡大奖 阅读(39) 评论(0) 推荐(0)