摘要:
task4 程序 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 int main(){ 5 FILE *fp; 6 int s1=0,s2=0; 7 char c; 8 fp=fopen("data4.txt","r"); 9 10 while(!fe 阅读全文
posted @ 2025-06-08 15:25
OasisShining
阅读(4)
评论(0)
推荐(0)