摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6621 K-th Closest Distance Time Limit: 20000/15000 MS (Java/Others) Memory Limit: 524288/524288 K (Java 阅读全文
posted @ 2019-08-02 16:01 执||念 阅读(311) 评论(0) 推荐(0)
摘要: 题目链接:https://www.luogu.org/problem/P2617 题目描述 给定一个含有n个数的序列a[1],a[2],a[3]……a[n],程序必须回答这样的询问:对于给定的i,j,k,在a[i],a[i+1],a[i+2]……a[j]中第k小的数是多少(1≤k≤j-i+1),并且 阅读全文
posted @ 2019-08-02 09:53 执||念 阅读(174) 评论(0) 推荐(0)