啥都不会啊!怎么办啊!

Fitz

慢慢来生活总会好起来的!!!

摘要: //求第K的的值 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 typedef long long LL; 7 const int maxn = 1e5 + 10; 8 int n, m, cnt; 9 struct node { 10 int L, R, sum; 11 } tr... 阅读全文
posted @ 2018-05-30 22:35 Fitz~ 阅读(116) 评论(0) 推荐(0) 编辑
摘要: Minimum Sum Time Limit: 16000/8000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4611 Accepted Submission(s): 1046 Pr 阅读全文
posted @ 2018-05-30 12:47 Fitz~ 阅读(189) 评论(0) 推荐(0) 编辑