06 2026 档案

摘要:任务四 源代码 1 #include <stdio.h> 2 #include <ctype.h> 3 #include <stdlib.h> 4 int main() 5 { 6 int line = 0, ch, char_cnt = 0; 7 int flag_newline = 1; 8 F 阅读全文
posted @ 2026-06-20 12:22 kasdda 阅读(20) 评论(0) 推荐(0)
摘要:任务四 源代码 1 #include <stdio.h> 2 #define N 10 3 #include <stdlib.h> 4 typedef struct { 5 char isbn[20]; 6 char name[80]; 7 char author[80]; 8 double sal 阅读全文
posted @ 2026-06-10 13:06 kasdda 阅读(16) 评论(0) 推荐(0)