摘要: 第45页。 起点是最左边的点,每次把最左边能到的最右边的那个点作为标记点,然后更新起点。 1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 #define ll long long 5 using namespace 阅读全文
posted @ 2017-09-21 15:25 lsy123 阅读(93) 评论(0) 推荐(0)