摘要: I Hate It HDU - 1754 I Hate It HDU - 1754 I Hate It 1 //fen kuai 2 #include <bits/stdc++.h> 3 using namespace std; 4 const int maxn = 200010; 5 const 阅读全文
posted @ 2018-01-24 19:09 yijiull 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 看了这篇差不多就入门了:链接 这个也可以:链接 阅读全文
posted @ 2018-01-24 12:18 yijiull 阅读(110) 评论(0) 推荐(0) 编辑
摘要: Jam's problem again HDU - 5618 一维快排、二维CDQ、三维树状数组 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn = 100010; 4 5 struct Node{ 6 int x 阅读全文
posted @ 2018-01-24 10:12 yijiull 阅读(180) 评论(0) 推荐(0) 编辑