码迷,mamicode.com
首页 >  
搜索关键字:crb and candies    ( 410个结果
C. Greedy Arkady
kk people want to split nn candies between them. Each candy should be given to exactly one of them or be thrown away. The people are numbered from 11  ...
分类:其他好文   时间:2018-05-01 23:18:48    阅读次数:172
135 Candy 分配糖果
There are N children standing in a line. Each child is assigned a rating value.You are giving candies to these children subjected to the following req ...
分类:其他好文   时间:2018-04-05 23:08:54    阅读次数:202
Gym - 101375H MaratonIME gets candies 交互题
交互题介绍:https://loj.ac/problem/6 题意:输出Q X ,读入><= 来猜数,小于50步猜出就算过样例 题解:根本不需要每次输出要打cout.flush()。。。 ac: //看到一个Bangladesh University of Business & Technology ...
分类:其他好文   时间:2018-03-05 22:24:26    阅读次数:450
poj2886 Who Gets the Most Candies?
思路: 先打反素数表,即可确定因子最多的那个数。然后模拟踢人的过程确定对应的人名。模拟的过程使用线段树优化加速。 实现: ...
分类:其他好文   时间:2018-02-22 23:08:23    阅读次数:251
【HDU 6126】Give out candies 最小割
题意 有$n?$个小朋友,给每个人分$1~m?$个糖果,有k个限制 限制形如$(x,y,z)?$ 表示第$x?$个人分到的糖数减去第$y?$个人分到的糖数不大于$z?$,给第$i?$个人$j?$颗糖获得的满意度为$w_{i,j}?$,问总满意度最大值 点$(i,j)$表示第$i$个人分$j$个糖,当 ...
分类:其他好文   时间:2018-02-01 20:38:05    阅读次数:194
【Henu ACM Round#19 E】 Om Nom and Candies
【链接】 "我是链接,点我呀:)" 【题意】 在这里输入题意 【题解】 紫书上的原题; "链接" 【代码】 cpp include define ll long long using namespace std; const int N = 1e5; ll m,c1,c2,v1,v2; int ma ...
分类:其他好文   时间:2018-02-01 13:13:02    阅读次数:144
Codeforces Round #451 (Div. 2) E
E. Squares and not squares Ann and Borya have n piles with candies and n is even number. There are ai candies in pile with number i. Ann likes numbers ...
分类:其他好文   时间:2018-01-01 18:13:28    阅读次数:152
POJ 3159 Candies(差分约束+spfa+链式前向星)
题目链接:http://poj.org/problem?id=3159 题目大意:给n个人派糖果,给出m组数据,每组数据包含A,B,C三个数,意思是A的糖果数比B少的个数不多于C,即B的糖果数 - A的糖果数<=C 。 最后求n 比 1 最多多多少颗糖果。 解题思路:经典差分约束的题目,具体证明看这 ...
分类:其他好文   时间:2017-11-20 23:20:08    阅读次数:194
candy(动态规划)
题目描述 There are N children standing in a line. Each child is assigned a rating value. You are giving candies to these children subjected to the followi ...
分类:其他好文   时间:2017-11-12 16:31:00    阅读次数:141
575. Distribute Candies
Given an integer array with even length, where different numbers in this array represent different kinds of candies. Each number means one candy of th ...
分类:其他好文   时间:2017-10-31 10:55:50    阅读次数:144
410条   上一页 1 ... 9 10 11 12 13 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!