摘要:
实验任务四 1 #include<stdio.h> 2 #include<ctype.h> 3 4 int main(){ 5 int line=0,chars=0,ch; 6 FILE *fp; 7 8 fp=fopen("C:\\Users\\沈CL\\Desktop\\新建文件夹\\data4 阅读全文
posted @ 2025-12-30 11:12
沈春玲
阅读(8)
评论(1)
推荐(0)
摘要:
实验任务一 1 #include <stdio.h> 2 #include <string.h> 3 #define N 3 4 5 typedef struct student { 6 int id; // 学号 7 char name[20]; // 姓名 8 char subject[20]; 阅读全文
posted @ 2025-12-25 18:00
沈春玲
阅读(15)
评论(1)
推荐(0)
摘要:
实验任务1 源代码 1 #include <stdio.h> 2 #define N 5 3 void input(int x[], int n); 4 void output(int x[], int n); 5 void find_min_max(int x[], int n, int *pmi 阅读全文
posted @ 2025-12-11 11:04
沈春玲
阅读(9)
评论(1)
推荐(0)
浙公网安备 33010602011771号