摘要:
// ConsoleApplication1.cpp: 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include #include #define NDEBUG using namespace std; int fuc1(const int &i1, const int &i2) { ... 阅读全文
摘要:
思路: 用链表进行模拟。 1.不用STL 2. 使用STL 阅读全文