摘要:
实验任务4: 1 #include <stdio.h> 2 #include <stdlib.h> 3 int is_word(char x); 4 int main(){ 5 FILE *fp; 6 char ch; 7 int i,line=1,count=0; 8 9 fp=fopen("d: 阅读全文
posted @ 2024-12-29 10:21
於鸿艳
阅读(19)
评论(0)
推荐(0)
|
摘要:
实验任务4: 1 #include <stdio.h> 2 #include <stdlib.h> 3 int is_word(char x); 4 int main(){ 5 FILE *fp; 6 char ch; 7 int i,line=1,count=0; 8 9 fp=fopen("d: 阅读全文
posted @ 2024-12-29 10:21
於鸿艳
阅读(19)
评论(0)
推荐(0)
|