摘要:
任务四 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; 6 char name[80]; 7 char author[80]; 8 double sales_price; 9 int sales_co 阅读全文
posted @ 2026-06-16 12:34
请问哪里在打我
阅读(7)
评论(0)
推荐(0)
摘要:
任务一 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 *pmin, int 阅读全文
posted @ 2026-06-02 18:04
请问哪里在打我
阅读(14)
评论(0)
推荐(0)
浙公网安备 33010602011771号