摘要: 题目链接http://acm.hdu.edu.cn/showproblem.php?pid=1166 AC代码 #include<iostream> #include<string> #include <algorithm> #include<cstring> #include<cstdio> us 阅读全文
posted @ 2020-01-21 18:46 hulian425 阅读(115) 评论(0) 推荐(0)
摘要: #include<iostream> #include<string> #include <cstdlib> #include <algorithm> #include <cstdio> using namespace std; const int N = 1e5 + 5; struct node 阅读全文
posted @ 2020-01-21 16:45 hulian425 阅读(134) 评论(0) 推荐(0)
摘要: 题目链接 https://www.luogu.com.cn/problem/P1955 AC代码 #include<iostream> #include <algorithm> #include<cstdio> using namespace std; typedef long long ll; c 阅读全文
posted @ 2020-01-21 11:23 hulian425 阅读(154) 评论(0) 推荐(0)