
ACM_特判题目
文章平均质量分 75
深海沧澜夜未央
这个作者很懒,什么都没留下…
展开
-
EOJ Monthly 2018.1 - A 石头剪刀布的套路 (水题)
A. 石头剪刀布的套路Time limit per test: 1.0 secondsMemory limit: 256 megabytes现在有一种石头剪刀布锦标赛。采取 100 局胜负制。对战 100 局,扣掉平局,谁赢得多谁就取得最终的胜利。zzz 同学天天玩石头剪刀布,从而总结出了一套提高石头剪刀布胜率的方法。这套方法重点在于利用人的心理。石头剪刀布这三者,你可能觉得你是随机选择的,但其实...原创 2018-01-22 20:44:01 · 914 阅读 · 0 评论 -
AtCoder Regular Contest 093 D - Grid Components
Problem StatementYou are given two integers A and B.Print a grid where each square is painted white or black that satisfies the following conditions, in the format specified in Output section:Let the ...原创 2018-03-26 08:46:09 · 401 阅读 · 0 评论 -
Codeforces Round 40 (Rated for Div. 2) C - Matrix Walk
There is a matrix A of size x × y filled with integers. For every 1<=i<=x,1<=j<=y,Ai, j = y(i - 1) + j. Obviously, every integer from [1..xy] occurs exactly once in this matrix.You have tr...原创 2018-03-26 19:54:13 · 324 阅读 · 0 评论