05 2016 档案
摘要:Time Limit: 5000MS Memory Limit: 65536KTotal Submissions: 13550 Accepted: 4248Case Time Limit: 2000MSDescriptionYour friend, Jackson i...
阅读全文
摘要:Time Limit: 10 Sec Memory Limit: 64 MBSubmit: 11353 Solved: 3553[Submit][Status][Discuss]DescriptionInput输入的第1 行包含两个数N 和M(M ≤20 000)...
阅读全文
摘要:Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3411 Accepted Submission(s)...
阅读全文
摘要:Balls RearrangementTime Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 945 Acce...
阅读全文
摘要:Problem DescriptionSomewhere deep in the Czech Technical University buildings, there are laboratories for examining mechanical and ele...
阅读全文
摘要:The Company Dynamic Rankings has developed a new kind of computer that is no longer satisfied with the query like to simply find the k...
阅读全文
摘要:Time Limit: 5000MS Memory Limit: 65536KTotal Submissions: 6305 Accepted: 1364Case Time Limit: 2000MSDescriptionGiven a sequence, {A1, ...
阅读全文
摘要:题目链接:点击打开链接题意:给你一个串,让你在串后面添加尽可能少的字符使得这个串变成回文串。思路:这题可以kmp,manacher,后缀数组三种方法都可以做,kmp和manacher效率较高,时间复杂度是O(n),后缀数组时间复杂度是O(nlogn).思路是求出元串的...
阅读全文