摘要: 1 #include <string> 2 #include <iostream> 3 using namespace std; 4 5 typedef int DataType; 6 7 class Node 8 { 9 public: 10 DataType data; 11 Node *nex 阅读全文
posted @ 2022-03-30 21:06 阿大古 阅读(32) 评论(0) 推荐(0)
摘要: 1 <details> 2 <summary>点击查看代码</summary> 3 4 ``` 5 #include <string> 6 #include <iostream> 7 using namespace std; 8 9 typedef int DataType; 10 11 class 阅读全文
posted @ 2022-03-30 21:02 阿大古 阅读(54) 评论(0) 推荐(0)