摘要:
C. Thor time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Thor is getting used to the Eart 阅读全文
摘要:
整数类型最大值: short : 32766; int : 2147483646; lower_bound: 找出指向满足ai >= k 的 ai 的最小的指针;求最长单调递增序列; upper_bound: 找出指向满足ai > k 的 ai 的最小的指针;求最长单调不递减序列; upper_bo 阅读全文