上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 44 下一页
摘要: 2417 股票交易 2417 股票交易 2417 股票交易 http://codevs.cn/problem/2417/ 题目描述 Description 最近lxhgww又迷上了投资股票,通过一段时间的观察和学习,他总结出了股票行情的一些规律。 通过一段时间的观察,lxhgww预测到了未来T天内某 阅读全文
posted @ 2017-05-11 15:04 TRTTG 阅读(219) 评论(0) 推荐(0) 编辑
摘要: D. Broken BST http://codeforces.com/problemset/problem/797/D time limit per test 1 second memory limit per test 256 megabytes input standard input out 阅读全文
posted @ 2017-05-11 12:08 TRTTG 阅读(513) 评论(0) 推荐(0) 编辑
摘要: B. T-Shirt Hunt http://codeforces.com/problemset/problem/807/B time limit per test 2 seconds memory limit per test 256 megabytes input standard input 阅读全文
posted @ 2017-05-11 11:16 TRTTG 阅读(446) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/problemset/problem/807/A A. Is it rated? time limit per test 2 seconds memory limit per test 256 megabytes input standard input 阅读全文
posted @ 2017-05-11 11:04 TRTTG 阅读(615) 评论(0) 推荐(0) 编辑
摘要: :loop maker.exe std.exe my.exe fc std.out my.out if %errorlevel%==0 goto loop pause 阅读全文
posted @ 2017-05-10 17:45 TRTTG 阅读(748) 评论(3) 推荐(2) 编辑
摘要: P1305 最大子序和 时间: 1000ms / 空间: 131072KiB / Java类名: Main http://www.tyvj.cn/p/1305 描述 输入一个长度为n的整数序列,从中找出一段不超过M的连续子序列,使得整个序列的和最大。例如 1,-3,5,1,-2,3当m=4时,S=5 阅读全文
posted @ 2017-05-10 16:18 TRTTG 阅读(176) 评论(0) 推荐(1) 编辑
摘要: http://codeforces.com/problemset/problem/797/F F. Mice and Holes time limit per test 1.5 seconds memory limit per test 256 megabytes input standard in 阅读全文
posted @ 2017-05-10 15:10 TRTTG 阅读(536) 评论(0) 推荐(1) 编辑
摘要: https://www.luogu.org/problem/show?pid=1004 题目描述 设有N*N的方格图(N<=9),我们将其中的某些方格中填入正整数,而其他的方格中则放 人数字0。如下图所示(见样例): 某人从图的左上角的A点出发,可以向下行走,也可以向右走,直到到达右下角的B 点。在 阅读全文
posted @ 2017-05-10 10:11 TRTTG 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 3678: wangxz与OJ Description 某天,wangxz神犇来到了一个信息学在线评测系统(Online Judge)。由于他是一位哲♂学的神犇,所以他不打算做题。他发现这些题 目呈线性排列,被标记为1~n号,每道题都有一个难度值(可以<=0)。他决定与这些题目玩♂耍。 1、他可以在 阅读全文
posted @ 2017-05-10 10:02 TRTTG 阅读(456) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/problemset/problem/803/E E. Roma and Poker time limit per test 2 seconds memory limit per test 256 megabytes input standard inpu 阅读全文
posted @ 2017-05-10 09:57 TRTTG 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Description 地平线(x轴)上有n个矩(lou)形(fang),用三个整数h[i],l[i],r[i]来表示第i个矩形:矩形左下角为(l[i],0),右上角为(r[i],h[i])。地平线高度为0。在轮廓线长度最小的前提下,从左到右输出轮廓线。 题目描述 Description 阅读全文
posted @ 2017-05-09 09:14 TRTTG 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Atlantis http://poj.org/problem?id=1151 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 22662 Accepted: 8478 Description There are several 阅读全文
posted @ 2017-05-08 22:14 TRTTG 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 倍增求lca模板 https://www.luogu.org/problem/show?pid=3379 阅读全文
posted @ 2017-05-08 20:09 TRTTG 阅读(266) 评论(0) 推荐(0) 编辑
摘要: Pots http://poj.org/problem?id=3414 Time Limit: 1000MS MemoryLimit: 65536K Special Judge Description You are given two pots, having the volume of A an 阅读全文
posted @ 2017-05-08 19:30 TRTTG 阅读(210) 评论(0) 推荐(0) 编辑
摘要: http://codevs.cn/problem/1291/ 题目描述 Description 某列火车行使在C个城市之间(出发的城市编号为1,结束达到的城市的编号为C),假设该列火车有S个座位,现在有R笔预订票的业务。现在想对这R笔业务进行处理,看哪些预定能满足,哪些不能满足。 一笔预定由O、D、 阅读全文
posted @ 2017-05-08 17:08 TRTTG 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 1901: Zju2112 Dynamic Rankings Description 给定一个含有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 @ 2017-05-08 16:41 TRTTG 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 4399: 魔法少女LJJ Description 在森林中见过会动的树,在沙漠中见过会动的仙人掌过后,魔法少女LJJ已经觉得自己见过世界上的所有稀奇古怪的事情了LJJ感叹道“这里真是个迷人的绿色世界,空气清新、淡雅,到处散发着醉人的奶浆味;小猴在枝头悠来荡去,好不自在;各式各样的鲜花争相开放,各种 阅读全文
posted @ 2017-05-07 22:13 TRTTG 阅读(707) 评论(0) 推荐(0) 编辑
摘要: 1787: [Ahoi2008]Meet 紧急集合 Description Input Output Sample Input 6 4 1 2 2 3 2 4 4 5 5 6 4 5 6 6 3 1 2 4 4 6 6 6 Sample Output 5 2 2 5 4 1 6 0 HINT Sou 阅读全文
posted @ 2017-05-07 21:01 TRTTG 阅读(535) 评论(1) 推荐(0) 编辑
摘要: 4373: 算术天才⑨与等差数列 Description 算术天才⑨非常喜欢和等差数列玩耍。有一天,他给了你一个长度为n的序列,其中第i个数为a[i]。他想考考你,每次他会给出询问l,r,k,问区间[l,r]内的数从小到大排序后能否形成公差为k的等差数列。当然,他还会不断修改其中的某一项。为了不被他 阅读全文
posted @ 2017-05-06 15:53 TRTTG 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 1227: [SDOI2009]虔诚的墓主人 http://www.lydsy.com/JudgeOnline/problem.php?id=1227 Description 小W 是一片新造公墓的管理人。公墓可以看成一块N×M 的矩形,矩形的每个格点,要么种着一棵常青树,要么是一块还没有归属的墓地 阅读全文
posted @ 2017-05-06 08:58 TRTTG 阅读(312) 评论(0) 推荐(1) 编辑
摘要: http://codevs.cn/problem/1283/ 题目描述 Description 给一个 1 到 N 的排列{Ai},询问是否存在 1<=p1<p2<p3<p4<p5<…<pLen<=N(Len>=3),使得 Ap1,Ap2,Ap3,…ApLen 是一个等差序列。 题目描述 Descr 阅读全文
posted @ 2017-05-05 15:00 TRTTG 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 4104: [Thu Summer Camp 2015]解密运算 Description 对于一个长度为N的字符串,我们在字符串的末尾添加一个特殊的字符"."。之后将字符串视为一个环,从位置1,2,3,...,N+1为起点读出N+1个字符,就能得到N+1个字符串。 比如对于字符串“ABCAAA”,我 阅读全文
posted @ 2017-04-29 20:38 TRTTG 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 3236: [Ahoi2013]作业 Description Input Output Sample Input 3 4 1 2 2 1 2 1 3 1 2 1 1 1 3 1 3 2 3 2 3 Sample Output 2 2 1 1 3 2 2 1 HINT N=100000,M=10000 阅读全文
posted @ 2017-04-27 10:52 TRTTG 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 2502: 清理雪道 Description 滑雪场坐落在FJ省西北部的若干座山上。 从空中鸟瞰,滑雪场可以看作一个有向无环图,每条弧代表一个斜坡(即雪道),弧的方向代表斜坡下降的方向。 你的团队负责每周定时清理雪道。你们拥有一架直升飞机,每次飞行可以从总部带一个人降落到滑雪场的某个地点,然后再飞回 阅读全文
posted @ 2017-04-26 10:48 TRTTG 阅读(311) 评论(0) 推荐(0) 编辑
摘要: Gensokyo is a world which exists quietly beside ours, separated by a mystical border. It is a utopia where humans and other beings such as fairies, yo 阅读全文
posted @ 2017-04-26 08:03 TRTTG 阅读(243) 评论(0) 推荐(0) 编辑
摘要: Destroy Transportation system Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)http://acm.hdu.edu.cn/showproblem.php? 阅读全文
posted @ 2017-04-25 16:17 TRTTG 阅读(222) 评论(0) 推荐(0) 编辑
摘要: The terrorist group leaded by a well known international terrorist Ben Bladen is buliding a nuclear reactor to produce plutonium for the nuclear bomb 阅读全文
posted @ 2017-04-25 14:43 TRTTG 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 3438: 小M的作物 http://www.lydsy.com/JudgeOnline/problem.php?id=3438 Description 小M在MC里开辟了两块巨大的耕地A和B(你可以认为容量是无穷),现在,小P有n中作物的种子,每种作物的种子 有1个(就是可以种一棵作物)(用1.. 阅读全文
posted @ 2017-04-25 09:13 TRTTG 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 1126 机器人搬重物 题目描述 机器人移动学会(RMI)现在正尝试用机器人搬运物品。机器人的形状是一个直径1.6米的球。在试验阶段,机器人被用于在一个储藏室中搬运货物。储藏室是一个N*M的网格,有些格子为不可移动的障碍。机器人的中心总是在格点上,当然,机器人必须在最短的时间内把物品搬运到指定的地方 阅读全文
posted @ 2017-04-24 22:35 TRTTG 阅读(326) 评论(0) 推荐(0) 编辑
摘要: Number String http://acm.hdu.edu.cn/showproblem.php?pid=4055 Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem 阅读全文
posted @ 2017-04-23 18:06 TRTTG 阅读(186) 评论(0) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 44 下一页