Codeforces Round #198 (Div. 2) 昨天看到奋斗群的群赛,好奇的去做了一下, 大概花了3个小时Ak,我大概可以退役了吧 那下面来稍微总结一下 A. The Wall Iahub and his friend Floyd have started painting a wal ...
分类:
其他好文 时间:
2017-09-21 13:17:41
阅读次数:
246
True love Time Limit: 4000/2000 MS (Java/Others) Memory Limit:128000/64000 KB (Java/Others) Problem Description Is there true love in the world?maybe ...
分类:
其他好文 时间:
2017-07-16 21:23:29
阅读次数:
208
zoj3741简单dp。wa了两个小时,中间改了好多细节。后来还是不对,参考了别人的代码,发现一个致命问题,初始化的时候,不是每种状态都能直接达到的。初始化成-1。(题目有个小坑,0#include #include #include #include #include #include #incl...
分类:
其他好文 时间:
2016-01-27 00:49:35
阅读次数:
216
A -
Dragon Maze
Time Limit: 2000/1000MS (Java/Others)
Memory Limit: 128000/64000KB (Java/Others)
Submit Status
题目连接:
传送门
Problem Description
You are the prince of Dra...
分类:
其他好文 时间:
2014-09-19 19:27:25
阅读次数:
183
A -
KIDx's Pagination
Time Limit: 2000/1000MS (Java/Others)
Memory Limit: 128000/64000KB (Java/Others)
SubmitStatus
Problem Description
One Day, KIDx developed a beautiful pagination for A...
分类:
其他好文 时间:
2014-09-07 13:35:45
阅读次数:
291
ACdream原创群赛(18)のAK's dream
题目链接
A:水题,直接模拟题意去搞即可
D:贪心+组合数学,把剑和英雄都从小到大排序,每次计算该英雄能用前几把剑cnt,cnt减去之前有多少人就是该英雄能选的,种数乘上cnt - 之前有多少人
F:DP,dp[i][j][2]表示第i天,用了j次修改,当前状态是A还是B,然后去转移即可
G:水题,直接用字符串处理...
分类:
其他好文 时间:
2014-09-07 11:04:45
阅读次数:
352
只做了4题水题ADGIA题需要注意的就是“[...]”的输出了,何时输出,何时不输出。 1 #include 2 int main() 3 { 4 int n, cur, d; 5 int cnt = 1; 6 while(scanf("%d%d%d",&n,&cur,&d...
分类:
其他好文 时间:
2014-09-07 10:54:25
阅读次数:
196
无聊的时候看到上一次acdream群赛的一个题目,中间居然是有alice和bob的博弈题目,于是就去做了。给n,m,两人轮流操作,每次操作可以使n+1,或者m+1,谁操作后满足nm>=A,那么此人lose。简单的博弈知识即可解决问题,如果当前状态的所有后继状态都是必胜态,那么该状态就是必败态;如果当...
分类:
移动开发 时间:
2014-07-19 16:01:57
阅读次数:
176
题意:http://acdream.info/problem?pid=1112Problem DescriptionHere is Alice and Bob again !Alice and Bob are playing a game. There are several numbers.Fir...
分类:
其他好文 时间:
2014-07-14 23:51:56
阅读次数:
425