摘要:
任务4 #include <stdio.h> #include <stdlib.h> int main() { FILE *fp; char filename[] = "data4.txt"; char ch; int lines = 0; int characters = 0; fp = fope 阅读全文
posted @ 2024-12-30 08:44
搞传销
阅读(5)
评论(0)
推荐(0)
摘要:
任务4 #include <stdio.h>#define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 int 阅读全文
posted @ 2024-12-23 00:08
搞传销
阅读(41)
评论(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* pmax); in 阅读全文
posted @ 2024-12-09 02:15
搞传销
阅读(18)
评论(0)
推荐(0)
浙公网安备 33010602011771号