随笔分类 - 其他 模拟
Codeforces Round #348 (VK Cup 2016 Round 2, Div. 2 Edition) B
摘要:B. Little Artem and Grasshopper time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output B. Littl
阅读全文
HDU 5641
摘要:Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 916 Accepted Submission(s): 261
阅读全文
HDU 5640
摘要:Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 188 Accepted Submission(s): 159
阅读全文
Codeforces Round #344 (Div. 2) B
摘要:B. Print Check time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Kris works in a large comp
阅读全文
Codeforces Round #345 (Div. 2) B
摘要:B. Beautiful Paintings time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output There are n pictur
阅读全文
Codeforces Round #342 (Div. 2) C
摘要:C. K-special Tables time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output People do many crazy
阅读全文
Codeforces Round #342 (Div. 2) B
摘要:B. War of the Corporations time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A long time ag
阅读全文
bzoj 1012 维护一个单调数列
摘要:Description现在请求你维护一个数列,要求提供以下两种操作: 1、 查询操作。语法:Q L 功能:查询当前数列中末尾L个数中的最大的数,并输出这个数的值。限制:L不超过当前数列的长度。 2、 插入操作。语法:A n 功能:将n加上t,其中t是最近一次查询操作的答案(如果还未执行过查询操作,则...
阅读全文