2024年12月29日
摘要: 实验七 实验四: 源代码: 1 #include<stdio.h> 2 #include<ctype.h> 3 4 int main(){ 5 FILE *fp; 6 char a; 7 int b=0,c=0; 8 9 fp=fopen("data4.txt","r"); 10 if(fp==NU 阅读全文
posted @ 2024-12-29 19:52 安宁的空白 阅读(23) 评论(0) 推荐(0)