摘要: 阅读全文
posted @ 2019-08-14 08:04 yu__xuan 阅读(237) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-08-13 11:23 yu__xuan 阅读(229) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-08-02 16:01 yu__xuan 阅读(258) 评论(2) 推荐(0)
摘要: 阅读全文
posted @ 2019-08-01 09:33 yu__xuan 阅读(199) 评论(2) 推荐(0)
摘要: 阅读全文
posted @ 2019-07-31 20:20 yu__xuan 阅读(225) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-07-31 19:55 yu__xuan 阅读(255) 评论(0) 推荐(0)
摘要: SDSC2019 游记 Day0 这次夏令营在日照某大学举行,我很想夸一夸喷活动策划,男孩子被安排在了女舍。!!! 安排好宿舍后老师就走了,qwq,颓废的大好时机不容错过,然后我们宿舍就成了棋牌室,一堆人在玩三国杀,qwq。 ,,, 晚上吃完饭回到宿舍发现竟然有人买了象棋、蛇棋、围棋(五子棋)啥的, 阅读全文
posted @ 2019-07-26 10:35 yu__xuan 阅读(306) 评论(1) 推荐(2)
摘要: ###题目 戳 ###思路 tarjan求割点 Code #include<iostream> #include<cstdio> #include<cstring> #include<string> #include<algorithm> #define min_(a,b) a>b?b:a; #de 阅读全文
posted @ 2019-07-19 21:42 yu__xuan 阅读(275) 评论(5) 推荐(0)
摘要: 阅读全文
posted @ 2019-07-17 21:20 yu__xuan 阅读(195) 评论(0) 推荐(0)
摘要: [TOC] 题目 "戳" 思路 最小生成树 "$\text{Prim}$和$\text{Kruskal}$" $Code$ $\text{Prim}$ 阅读全文
posted @ 2019-07-16 21:26 yu__xuan 阅读(248) 评论(0) 推荐(0)