摘要:
#include<stdio.h> int main(){ FILE *data4; int ch,lines=0,chars=0; data4=fopen("data4.txt","r"); if(!data4) { printf("Open file failed(data4.txt)"); r 阅读全文
posted @ 2026-06-23 20:37
李想1111111
阅读(6)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include <string.h> #define N 3 typedef struct student { int id; char name[20]; char subject[20]; double perf; double mid; double f 阅读全文
posted @ 2026-06-16 10:20
李想1111111
阅读(5)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pmin, int *pmax); int m 阅读全文
posted @ 2026-06-02 21:00
李想1111111
阅读(8)
评论(0)
推荐(0)
浙公网安备 33010602011771号