摘要: 四、实验结论 4. 实验任务4 task4.c 1 #include <stdio.h> 2 3 int main() { 4 FILE *fp; 5 6 int count = 0; 7 8 fp = fopen("data4.txt", "r"); 9 10 if(fp == NULL) { 1 阅读全文
posted @ 2023-12-18 14:02 注册好容易啊 阅读(26) 评论(0) 推荐(0)