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
阅读全文
摘要:任务四 源代码 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
阅读全文
浙公网安备 33010602011771号