摘要:
task4 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> int main() { FILE* fp; char ch; int line = 0, chars = 0; fp = fopen("data 阅读全文
posted @ 2024-12-29 21:51
palpitate-li
阅读(13)
评论(0)
推荐(0)
摘要:
task4 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 i 阅读全文
posted @ 2024-12-22 17:07
palpitate-li
阅读(24)
评论(0)
推荐(0)
摘要:
task1 1 #include<stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int n, int* pmin, 阅读全文
posted @ 2024-12-08 23:11
palpitate-li
阅读(19)
评论(0)
推荐(0)
浙公网安备 33010602011771号