摘要: 解决字符串问题 1 #include <stdio.h> 2 #include <algorithm> 3 #include <iostream> 4 #include <string.h> 5 #include <queue> 6 using namespace std; 7 8 struct T 阅读全文
posted @ 2017-05-17 17:44 秦时、长浩 阅读(139) 评论(3) 推荐(0) 编辑
摘要: 模板 1 #include <cstdio> 2 #include <queue> 3 #include <cstring> 4 #include <algorithm> 5 6 using namespace std; 7 8 int n, p, c, ans, cnt; 9 long long 阅读全文
posted @ 2017-05-17 17:31 秦时、长浩 阅读(178) 评论(0) 推荐(0) 编辑