A. Chess For ThreeAlex, Bob and Carl will soon participate in a team chess tournament. Since they are all in the same team, they have decided to pract ...
分类:
其他好文 时间:
2019-09-12 13:11:28
阅读次数:
99
前两天利用业余时间开发了一个云顶助手app,所以来分享一下使用flutter的经验和看法。 先贴一个项目地址:https://github.com/Purelightme/lol_chess 可以给个小星星吗? 因为wegame上面已经有云顶相关的资料了,比较健全,但是是需要联网才能用的,经常网络慢 ...
分类:
移动开发 时间:
2019-08-29 11:28:54
阅读次数:
124
Klein四元群的结构 Structure of Klein four-group Klein四元群$K$是满足下列乘法表的群 Klein four-group is the group satisfying the following multpilicative table $$\begin{a ...
分类:
其他好文 时间:
2019-08-27 01:08:30
阅读次数:
115
input:chess.in output:chess.out 时间限制: 1000 ms 空间限制: 262144 KB 具体限制 input:chess.in output:chess.out 时间限制: 1000 ms 空间限制: 262144 KB 具体限制 input:chess.in o ...
分类:
其他好文 时间:
2019-08-09 16:01:06
阅读次数:
112
Description Description A Swiss-system tournament is a tournament which uses a non-elimination format. The first tournament of this type was a chess t ...
分类:
编程语言 时间:
2019-07-24 20:58:29
阅读次数:
128
A. Another Chess Problem B. Beauty Of Unimodal Sequence C. Coefficient D. Double Tree E. Everything Is Generated In Equal Probability F. Fantastic Mag ...
分类:
其他好文 时间:
2019-07-24 19:33:36
阅读次数:
155
传送门:QAQQAQ 题意:This is an interactive task. 999*999国际象棋棋盘中有一个王和666个车,玩家走王,电脑走车,玩家先走,玩家的目的是让对方的车将到自己的王,电脑的车可以“飞”(即移动到棋盘上任意一点),但吃子规则不变,玩家必须要在2000步之内获胜 思路 ...
分类:
其他好文 时间:
2019-07-24 00:10:54
阅读次数:
110
package struct;public class SparseArr { public static void main(String[] args) { int chess[][] = new int[11][11]; //0代表空白,1代表黑子,2代表蓝子 chess[1][2] = 1; ...
分类:
编程语言 时间:
2019-06-08 22:59:32
阅读次数:
251
B. Nauuo and Chess 原题链接:http://codeforces.com/contest/1173/problem/B 题目大意: 在一个m x m的棋盘中放n个棋子,满足 |ri?rj| + |ci?cj| ≥ |i?j| |ri?rj| + |ci?cj| ≥ |i?j| (r ...
分类:
其他好文 时间:
2019-06-08 18:56:17
阅读次数:
95
(Gerald and Giant Chess )[https://www.luogu.org/problemnew/show/CF559C] 给你一个$n\times m$的网格图,有t个棋子被标记成黑色,第i个黑色格子记做$(x_i,y_i)$,其余白色,现在询问在只能向下走或向右走的前提下,从 ...
分类:
其他好文 时间:
2019-06-07 10:55:34
阅读次数:
82