摘要:
又是两个黑科技一般的存在。 首先我们来介绍一下这两个函数: ForwardIter lower_bound(ForwardIter first, ForwardIter last,const _Tp& val) 返回一个非递减序列[first, last)中的第一个大于等于值val的位置。 Forw 阅读全文
摘要:
time limit per test 2 seconds time limit per test memory limit per test 256 megabytes memory limit per test input standard input input output standard 阅读全文