Asimple
Asimple
全部文章
分类
LeetCode(2)
未归档(188)
归档
标签
去牛客网
登录
/
注册
Asimple的博客
一个学渣的学习记录笔记
全部文章
(共6篇)
ACM题目————Aggressive cows
Description Farmer John has built a new long barn, with N (2 <= N <= 100,000) stalls. The stalls are located along a straight line...
ACM
二分
枚举
2016-05-10
0
715
ACM题目————中位数
题目描述 长为L的升序序列S,S[L / 2]为其中位数。 给出两个等长升序序列S1和S2,求两序列合并并排序后的中位数。 输入 多组数据,每组第一行为n,表示两个等长升序序列的长度。 接下来n行为升序序列S1的元素,再接下来n行为升序序列S2的元素。 1 <...
ACM
二分
2016-05-15
0
603
hiho一下 第148周
题目1 : Font Size 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Steven loves reading book on ...
hiho一下
二分
2017-05-01
0
492
UVALive - 3971 Assemble
Recently your team noticed that the computer you use to practice for programming contests is notgood enough anymore. Therefore, you decide to buy a ne...
UVA
二分
2017-05-16
0
646
UVALive - 3635 Pie
My birthday is coming up and traditionally I’mserving pie. Not just one pie, no, I have a numberN of them, of various tastes and of various sizes. Fof...
UVA
二分
2017-05-16
0
508
51Nod 1010 只包含因子2 3 5的数
K的因子中只包含2 3 5。满足条件的前10个数是:2,3,4,5,6,8,9,10,12,15。 所有这样的K组成了一个序列S,现在给出一个数n,求S中 >= 给定数的最小的数。 例如:n = 13,S中 >= 13的最小的数是15,...
二分
2017-10-12
0
520