摘要: Hotel Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 19938 Accepted: 8653 Description The cows are journeying north to Thunder Bay in Cana 阅读全文
posted @ 2018-07-27 12:01 DevilInChina 阅读(114) 评论(0) 推荐(0) 编辑
摘要: // // Created by DevilInChina on 2018/6/25. // #include #include #include using namespace std; template class List; template class node{///双向链表节点,存储前指针后指针及元素本身。 friend class List; node ... 阅读全文
posted @ 2018-07-27 00:45 DevilInChina 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 上代码://// Created by DevilInChina on 2018/6/21.//#ifndef HEAP_HEAP_CPP#define HEAP_HEAP_CPP#include <vector>#include <cstring>#include <functional>#inc 阅读全文
posted @ 2018-07-27 00:43 DevilInChina 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 话不多说,上代码 阅读全文
posted @ 2018-07-27 00:35 DevilInChina 阅读(178) 评论(0) 推荐(0) 编辑
摘要: A Simple Problem with Integers Time Limit: 5000/1500 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6329 Accepted Subm 阅读全文
posted @ 2018-07-27 00:24 DevilInChina 阅读(123) 评论(0) 推荐(0) 编辑