摘要:
5092: Honey Heist 时间限制: 1 Sec 内存限制: 128 MB提交: 27 解决: 10[提交][状态][讨论版][命题人:admin] 题目描述 0x67 is a scout ant searching for food and discovers a beehive ne 阅读全文
摘要:
问题 H: Hopscotch 时间限制: 5 Sec 内存限制: 128 MB提交: 42 解决: 18[提交][状态][讨论版][命题人:admin] 题目描述 You’re playing hopscotch! You start at the origin and your goal is 阅读全文
摘要:
问题 D: Minimum Sum 时间限制: 2 Sec 内存限制: 256 MB提交: 77 解决: 19[提交][状态][讨论版][命题人:admin] 题目描述 One day, Snuke was given a permutation of length N, a1,a2,…,aN, f 阅读全文
摘要:
问题 B: Collatz Conjecture 时间限制: 6 Sec 内存限制: 128 MB提交: 163 解决: 13[提交][状态][讨论版][命题人:admin] 题目描述 In 1978 AD the great Sir Isaac Newton, whilst proving tha 阅读全文
摘要:
题目描述 如题,一开始有N个小根堆,每个堆包含且仅包含一个数。接下来需要支持两种操作: 操作1: 1 x y 将第x个数和第y个数所在的小根堆合并(若第x或第y个数已经被删除或第x和第y个数在用一个堆内,则无视此操作) 操作2: 2 x 输出第x个数所在的堆最小数,并将其删除(若第x个数已经被删除, 阅读全文
摘要:
Mergeable Stack Mergeable StackTime Limit: 2 Seconds Memory Limit: 65536 KB Given initially empty stacks, there are three types of operations: 1 s v: 阅读全文