码迷,mamicode.com
首页 >  
搜索关键字:meeting    ( 642个结果
Codeforces Round #375 (Div. 2) ABCDE
A - The New Year: Meeting Friends 水 B - Text Document Analysis 字符串暴力模拟,感觉还是需要一点技巧的,我写的太慢了。 C - Polycarp at the Radio 应该也是sb暴力题,map乱搞的(队友写的== D - Lakes ...
分类:其他好文   时间:2016-10-05 13:05:35    阅读次数:180
cf723a The New Year: Meeting Friends
There are three friend living on the straight line Ox in Lineland. The first friend lives at the point x1, the second friend lives at the pointx2, and ...
分类:其他好文   时间:2016-10-04 01:41:20    阅读次数:172
Codeforces Round #375 (Div. 2)
题目链接: A:The New Year: Meeting Friends B:Text Document Analysis C:Polycarp at the Radio 分析:这场第一题送分,第二题模拟,第三题构造+特殊处理。做出几道说几道,QAQ A. 求出最大值与最小值之差即可 B. 多种情 ...
分类:其他好文   时间:2016-10-04 01:28:32    阅读次数:197
CodeForces 723A The New Year: Meeting Friends (水题)
题意:给定 3 个数,求其中一个数到另外两个数之间的最短距离。 析:很明显选中间那个点了。 代码如下: ...
分类:其他好文   时间:2016-10-04 01:28:09    阅读次数:157
hdu-5521 Meeting(最短路)
题目链接: Meeting Time Limit: 12000/6000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 2024 Accepted Submission(s): 628 ...
分类:其他好文   时间:2016-10-03 00:24:06    阅读次数:196
2015ACM/ICPC亚洲区沈阳站
5521 Meeting 题意: 一共有n个街区,用1-n标号。有两个人一个人住在1号街区,一个人住在n号街区。他们花费ti的时间,从属于Ei的街区X到同属于Ei的街区Y。 有T组样例,每个样例里包含两个整数n和m,接下来有m行,分别代表Ei(1<=i<=m),每行先有两个整数ti和Si。然后有Si ...
分类:其他好文   时间:2016-09-26 13:09:40    阅读次数:121
UVa10570 Meeting with Aliens (枚举)
链接:http://vjudge.net/problem/UVA-10570 分析:枚举环状排列的循环表示的第一个数字,每次将一个数字放到其正确的位置上,顺时针和逆时针方向各统计一次需要的交换次数并取两者最小值。 ...
分类:其他好文   时间:2016-09-23 11:16:10    阅读次数:153
Codeforces 714A. Meeting of Old Friends
题目链接:http://codeforces.com/problemset/problem/714/A 题意: 一个猫头鹰可以在时间段 l1 到 r1 处于清醒状态, 且需要在 k 时为自己化妆,在 l2 到 r2 时间段去访问自己的朋友, 问它能和自己的朋友在一起待多久时间. 思路: 设呆在一起的 ...
分类:其他好文   时间:2016-09-15 09:48:45    阅读次数:175
"Scrum站立会议"浅析
目录 Scrum Scrum Meeting功能及要点 Scrum Meeting点评 Scrum 定义:是一种软件开发流程。它并不是一项技术,这种开发方式的主要驱动核心是人,它采用的是迭代式开发。 Scrum开发流程中的三大角色: (a)产品负责人(Product Owner) (b)流程管理员( ...
分类:其他好文   时间:2016-09-13 22:14:13    阅读次数:248
LeetCode-Meeting Rooms II
Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), find the minimum number of conference room ...
分类:其他好文   时间:2016-09-13 06:47:51    阅读次数:116
642条   上一页 1 ... 33 34 35 36 37 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!