摘要:
task4源代码 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include<stdlib.h> void write(); int main(void) { write(); FILE* fp = fopen("data4.txt", " 阅读全文
posted @ 2026-06-20 18:02
孙梦豪
阅读(11)
评论(0)
推荐(0)
摘要:
task4源代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; char name[80]; char author[80]; double sales_price; int sales_count; } Book; 阅读全文
posted @ 2026-06-16 21:10
孙梦豪
阅读(3)
评论(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* p 阅读全文
posted @ 2026-06-01 21:46
孙梦豪
阅读(9)
评论(0)
推荐(0)
浙公网安备 33010602011771号