摘要:
任务4 代码: 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 4 5 #define N 3 6 7 void write(); 8 void count(); 9 10 int main() { 11 printf("测试1: 把 阅读全文
posted @ 2025-06-08 23:10
吉筱嘉
阅读(14)
评论(0)
推荐(0)
摘要:
任务4 代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; // isbn号 7 char name[80]; // 书名 8 char author[ 阅读全文
posted @ 2025-06-02 22:09
吉筱嘉
阅读(11)
评论(0)
推荐(0)
浙公网安备 33010602011771号