Description Polycarp is a music editor at the radio station. He received a playlist for tomorrow, that can be represented as a sequence a1,?a2,?...,?a ...
分类:
其他好文 时间:
2016-10-06 20:11:30
阅读次数:
203
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
n个数,用最少的次数来改变数字,使得1到m出现的次数的最小值最大。输出最小值和改变次数以及改变后的数组。 最小值最大一定是n/m,然后把可以改变的位置上的数变为需要的数。 http://codeforces.com/problemset/problem/723/C Examples input 4 ...
分类:
其他好文 时间:
2016-10-04 07:24:55
阅读次数:
196
Polycarp is a music editor at the radio station. He received a playlist for tomorrow, that can be represented as a sequence a1,?a2,?...,?an, where ai ...
分类:
其他好文 时间:
2016-10-04 01:41:18
阅读次数:
265
题意:给定 n 个数,让把某一些变成 1-m之间的数,要改变最少,使得1-m中每个数中出现次数最少的尽量大。 析:这个题差不多读了一个小时吧,实在看不懂什么意思,其实并不难,直接暴力就好,n m不大。很明显最后1-m中次数最长的应该是n/m, 所以我们把大于n/m的都变成小于等于的,把这 n 个数中 ...
分类:
其他好文 时间:
2016-10-04 01:28:51
阅读次数:
384
题目链接: 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
OscarDon 的答案(转载自MSCBSC) RLC(Radio Link Control)是LTE中的无线链路控制层协议。RLC层位于MAC层之上,属于L2的一部分,为用户和控制数据提供分段和重传业务。每个RLC实体由RRC配置,并且根据业务类型有三种模式:透明模式(TM)、非确认模式(UM)、 ...
分类:
其他好文 时间:
2016-10-03 21:35:38
阅读次数:
354
Channel Allocation Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 14601 Accepted: 7427 Description When a radio station is broadcasting ov ...
分类:
其他好文 时间:
2016-09-30 15:28:40
阅读次数:
227
1.页面命名: id:连接符命名法“id-name” class:连接符命名法“class-name”或者"class_name" name:骆驼式命名法“helloWorld” label:lbl text:txt password:txt textarea:txt file:txt radio: ...
分类:
Web程序 时间:
2016-09-30 12:27:00
阅读次数:
141