码迷,mamicode.com
首页 >  
搜索关键字:a chess game    ( 5940个结果
TGhack2020 re&misc
国外比赛,做着玩 官方wp:https://github.com/tghack/tg20hack RE1: Game of Keys 题目提供了两个文件,一个PYC文件,一个wordlist.txt 在线pyc反编译:http://tools.bugscaner.com/decompyle/ imp ...
分类:其他好文   时间:2020-04-12 14:27:04    阅读次数:360
cf 题解--D. Dahlia The Champion
D. Dahlia The Champion Lowie is creating a new champion in the critically acclaimed game LoL (Land of Literacy). Named it Dahlia, he planned that the ...
分类:其他好文   时间:2020-04-11 13:20:17    阅读次数:99
C. Game with Chips
C. Game with Chips time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Petya has a rectangula ...
分类:其他好文   时间:2020-04-11 13:14:22    阅读次数:62
CF793G Oleg and chess [线段树优化建边,扫描线,最大流]
不相交就直接搞啊。。没啥技巧,i j如果选了就是(i,j)选了。 ...
分类:其他好文   时间:2020-04-11 09:50:05    阅读次数:93
Prince and Princess
In an n x n chessboard, Prince and Princess plays a game. The squares in the chessboard are numbered 1, 2, 3 ... n*n, as shown below:Prince stands in ...
分类:其他好文   时间:2020-04-09 12:37:11    阅读次数:87
【线型DP】【LCIS】UVA_10635 Prince and Princess
嘤嘤嘤,我又来了,刚A完就写,这个沙雕题有丶恶心 题目: In an n×n chessboard, Prince and Princess plays a game. The squares in the chessboard are numbered 1, 2, 3, . . . , n?n, ...
分类:其他好文   时间:2020-04-09 00:58:08    阅读次数:300
DZSmaGameEngine
GitHUB:https://github.com/daozhangXDZ/DZGameEngine 后续再把DZProgrameNote公开,正在批处理过程中。一堆markdown. MARKDOWN: ...
分类:其他好文   时间:2020-04-08 09:26:34    阅读次数:58
pygame记录
主循环: while mRunning: for event in pygame.event.get(): if event.type == pygame.QUIT: mRunning=False pygame.quit()必须要写成event.type要不退不出去,不生效 ...
分类:其他好文   时间:2020-04-07 18:16:48    阅读次数:62
力扣1406-石子游戏III-(dp)
https://leetcode-cn.com/problems/stone-game-iii/ 题意:有n个数,有两个人,轮流取数,每次可以取前1、2、3个数,取到最后,谁的和大谁赢。 思路:类似上一篇,把数的大小看作收益,自己收益为x,别人收益为y,纯收益x-y。 不同取法都会对后面造成影响,但 ...
分类:其他好文   时间:2020-04-06 23:44:10    阅读次数:97
CF 1033C Permutation Game 拓扑+排序
题意:一个全排列,alice可以从某一个数出发,从i走到j的条件是: a[j]>a[i],而且从i到j要符合|i-j|%a[i]=0,若alice在该数有必胜的策略,输出B,否则A 思路,拓扑排序+博弈论(这题让我做的太迷了刚刚) ,用邻接表连接该数与其他数的关联,如果一开始入度为0的,即alice ...
分类:编程语言   时间:2020-04-06 17:25:52    阅读次数:73
5940条   上一页 1 ... 20 21 22 23 24 ... 594 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!