摘要: // ConsoleApplication1.cpp: 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include #include #define NDEBUG using namespace std; int fuc1(const int &i1, const int &i2) { ... 阅读全文
posted @ 2019-02-25 21:36 zz2108828 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 思路: 用链表进行模拟。 1.不用STL 2. 使用STL 阅读全文
posted @ 2019-02-25 21:34 zz2108828 阅读(318) 评论(0) 推荐(0) 编辑