05 2025 档案

摘要:task4 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 i 阅读全文
posted @ 2025-05-28 22:43 提拉米苏ac 阅读(23) 评论(0) 推荐(0)
摘要:task1_1 #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 阅读全文
posted @ 2025-05-15 20:46 提拉米苏ac 阅读(30) 评论(0) 推荐(0)