摘要: https://wenku.baidu.com/view/51fb15742f60ddccdb38a007.html 阅读全文
posted @ 2018-10-22 17:47 anobscureretreat 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 开启防火墙 ufw enable 关闭防火墙 ufw disable 阅读全文
posted @ 2018-10-22 16:47 anobscureretreat 阅读(3690) 评论(0) 推荐(0) 编辑
摘要: #include // cout #include // is_heap, make_heap, pop_heap #include // vector using namespace std; int main () { vector foo {9,5,2,6,4,1,3,8,7}; if (!is_heap(foo.begin()... 阅读全文
posted @ 2018-10-22 14:43 anobscureretreat 阅读(401) 评论(0) 推荐(0) 编辑