06 2023 档案

摘要:任务4 源代码 #include <stdio.h> #include <string.h> int main(){ FILE *fp; int i,num=0; char s[7][80]; fp= fopen("data4.txt", "r"); if(fp == NULL){ printf(" 阅读全文
posted @ 2023-06-08 17:29 瑞00 阅读(20) 评论(0) 推荐(0)