- 博客(1)
- 收藏
- 关注
原创 C语言 | 单链表 | 统计文件中的各个单词的数量
C语言实现从文件读取单词并且统计单词数我是一个不喜欢写注释的Up我是一个不喜欢写注释的Up#include <iostream>#include<io.h>using namespace std;typedef struct { char str[256]; int count;}CountNode;typedef struct node { CountNode data; node* next;}LinkList,LinkListNode;v
2021-03-04 00:04:24
1904
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人