B. The Meeting Place Cannot Be Changed B. The Meeting Place Cannot Be Changed The main road in Bytecity is a straight line from south to north. Conven ...
分类:
其他好文 时间:
2017-03-07 08:10:12
阅读次数:
206
Codeforces #403 Div1.A~D(Div2.B~F)简要题解 [ Div2.B.The Meeting Place Cannot Be Changed | A.Andryusha and Colored Balloons | B.Innokenty and a Football L... ...
分类:
其他好文 时间:
2017-03-06 12:12:16
阅读次数:
262
题意: 一条线上有n个人,每个人一个坐标值xi,每个人有一个最大行走速度vi,问如果要让这n个人走到线上某一个点,最少需要多少时间。 分析: 看起来是二分, 二分坐标。 二分区间变化的条件,一开始感觉是比较当前mid坐标左右人们用最快速度到达的平均时间, 后来具体写的时候感觉是比较当前mid坐标左右 ...
分类:
其他好文 时间:
2017-03-06 00:51:12
阅读次数:
218
You may notice that meetings with a ‘Room’ mailbox will by default only show a “Busy” status. Many, including the organisation I work for, wish to hav ...
分类:
其他好文 时间:
2017-03-04 12:50:20
阅读次数:
269
题意:输入1~n的一个排列(3<=n<=500),每次可以交换两个整数。用最少的交换次数把排列变成1~n的一个环状序列。 分析:正序反序皆可。枚举每一个起点,求最少交换次数,取最小值。 求最小交换次数solve函数,将所有不需要交换的数字用cnt统计出来,而需要交换的数字集合(个数为n)交换次数是n ...
分类:
其他好文 时间:
2017-02-08 14:48:16
阅读次数:
193
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 ...
分类:
其他好文 时间:
2017-02-03 14:39:04
阅读次数:
270
Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), determine if a person could attend all mee ...
分类:
其他好文 时间:
2017-02-03 13:25:05
阅读次数:
144
工作环境:敏捷、我们组所在的项目一般为整个大项目中的软件部分(大项目包含软硬件) 流程: **************************** Kick off meeting **************************** 标志着项目的开始。这个会议一般由Project Manage ...
分类:
其他好文 时间:
2017-01-19 15:25:30
阅读次数:
172
情况简述 BETA阶段第九次Scrum Meeting敏捷开发起始时间2017/1/2 00:00敏捷开发终止时间2017/1/3 00:00会议基本内容摘要deadline临近参与讨论人员全体参与讨论时长2017/1/1 23:00-23:20 20M特别说明加油! 任务分配及完成情况(截止1日晚... ...
分类:
其他好文 时间:
2017-01-04 07:31:02
阅读次数:
202