06 2023 档案

摘要:tack4.c 实验代码 #include<stdio.h> #include<stdlib.h> int main(){ int i,k=0; char ch; FILE*fp; fp = fopen("data4.txt","r");; if(fp == NULL){ printf("fail 阅读全文
posted @ 2023-06-14 12:13 呀西 阅读(22) 评论(0) 推荐(0)