摘要: 1427: RMQ 两数之间最小值时间限制:2 Sec内存限制:128 MB提交:103解决:28[提交][状态][讨论版]题目描述给N(1 #include#includeusing namespace std;int a[250010];struct node{ int l,r,mid,Min;... 阅读全文
posted @ 2014-07-18 16:08 skyline-Mayc 阅读(180) 评论(0) 推荐(0)