06 2026 档案

摘要:task.4 点击查看代码 #include<stdio.h> void statistics(); int main(){ statistics(); return 0; } void statistics(){ char ch; int line_count=1,char_count=0; FI 阅读全文
posted @ 2026-06-23 23:07 大咸鱼半条 阅读(6) 评论(0) 推荐(0)
摘要:task.4 点击查看代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; 阅读全文
posted @ 2026-06-16 22:15 大咸鱼半条 阅读(9) 评论(0) 推荐(0)
摘要:任务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 *p 阅读全文
posted @ 2026-06-03 00:22 大咸鱼半条 阅读(6) 评论(0) 推荐(0)