摘要:
任务1 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], 阅读全文
posted @ 2026-06-28 21:46
陈宇凡
阅读(2)
评论(0)
推荐(0)
摘要:
任务4 #include<stdio.h> int main() { FILE*fp; int ch; int l=0; int c=0; fp=fopen("data4.text","r"); if(fp==NULL) { printf("无法打开文件\n"); return 1; } while 阅读全文
posted @ 2026-06-24 09:41
陈宇凡
阅读(5)
评论(0)
推荐(0)
摘要:
任务4 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 int 阅读全文
posted @ 2026-06-16 23:20
陈宇凡
阅读(5)
评论(0)
推荐(0)
浙公网安备 33010602011771号