12 2024 档案

摘要:!The blogger is so lazy that he doesn't want to switch the input method. Declare:File Pass Task4 Source code #include <stdio.h> #include <stdlib.h> in 阅读全文
posted @ 2024-12-24 15:59 石宇昊 阅读(27) 评论(1) 推荐(1)
摘要:Task4 源代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 阅读全文
posted @ 2024-12-16 14:12 石宇昊 阅读(12) 评论(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 * 阅读全文
posted @ 2024-12-02 15:58 石宇昊 阅读(19) 评论(0) 推荐(0)