题 给定N个正整数构成的序列,将对于指定的闭区间查询其区间内的第K小值。 输入: 第一行包含两个正整数N、M,分别表示序列的长度和查询的个数。 第二行包含N个正整数,表示这个序列各项的数字。 接下来M行每行包含三个整数l,r,k l, r, kl,r,k , 表示查询区间[l,r][l, r][l, ...
分类:
其他好文 时间:
2017-12-13 20:11:23
阅读次数:
205
2017/12/7 颓废笔记 今天上午早上起不来(丧啊),吃了个饭,又补课了建筑力学,一上午就没了 打王者农药,从12点打到3点(想打到铂金),4点就去练歌了啊,晚上还要彩排!!!!!!颓废啊 感觉心里很愧疚,写一篇日记鞭策自己,以后不能这样了 要时刻记住自己真正想要的是什么,ACM_dream!! ...
分类:
其他好文 时间:
2017-12-07 19:04:29
阅读次数:
119
I have been 27 years old , very strong . I first go to XinJiang university for a master's degree in september,2017. I come with excitement and dream,t ...
分类:
其他好文 时间:
2017-12-04 00:00:49
阅读次数:
211
问题: Squares and rectangles fascinated the famous Dutch painter Piet Mondriaan. One night, after producing the drawings in his 'toilet series' (where h ...
分类:
其他好文 时间:
2017-12-03 20:59:13
阅读次数:
192
各组对本组的互评链接如下 Thunder: http://www.cnblogs.com/vector121/p/7905300.html 王者荣耀交流协会:http://www.cnblogs.com/WYLFZ/p/7921000.html 欢迎来怼:http://www.cnblogs.com ...
分类:
其他好文 时间:
2017-11-30 10:23:43
阅读次数:
219
Dream most deep place, only then the smile is not tired. 梦的最深处,只有微笑不累。 Everyday I expect I can go to sleep earlier and have a good dream. Because I al ...
分类:
其他好文 时间:
2017-11-25 13:00:24
阅读次数:
194
题目链接:https://cn.vjudge.net/problem/CodeForces-894C In a dream Marco met an elderly man with a pair of black glasses. The man told him the key to immor ...
分类:
其他好文 时间:
2017-11-21 01:02:11
阅读次数:
152
A. QAQ "QAQ" is a word to denote an expression of crying. Imagine "Q" as eyes with tears and "A" as a mouth. Now Diamond has given Bort a string consi ...
分类:
其他好文 时间:
2017-11-20 13:13:25
阅读次数:
204
开场白:首先,我先帮大家整理一下思路 准备: 数据库,表,数据 jar 包准备 Hibernate 基本jar 包 C3p0 数据库连接池 Spring AOP 基本包 Spring Ioc 基本包 Spring 事务控制 Spring 整合 junit 用户方便测试 Spring 整合Struts ...
分类:
其他好文 时间:
2017-11-19 22:16:01
阅读次数:
224
接上一篇博客初步探讨WPF的ListView控件(涉及模板、查找子控件) 我们继续探讨ListView的用法 一、实现排序功能 需求是这样的:假如我们把学生的分数放入ListView,当我们单机ListView头部时候实现对按分数的排序,更改Xaml如下: <Window x:Class="Cont ...