- 博客(3)
- 收藏
- 关注
原创 Codeforces Round #753 E. Robot on the Board 1(模拟)
[E. Robot on the Board 1](Problem - 1607E - Codeforces) 大致题意: 有一个机器人,可以在n*m的方格内行走,现在给出一个指令,让你在方格内找到一个坐标,使机器人不走出方格且尽可能执行完全部的指令 Input The first line contains an integer t (1≤t≤10^4) — the number of test cases. The next 2t lines contain descriptions of the
2021-11-10 21:53:42
401
原创 Codeforces Round #753 D. Blue-Red Permutation(贪心 排序)
D. Blue-Red Permutation 大致题意: 给n个数字,对应一个长度为n的字符串,字符串由B和R构成 对应B的数字可以在原本的元素上减小任意大小 对应R的数字可以在原本的元素上增加任意大小 问给定的数列在变化(或不变)后能不能使元素变为1-n Input The first line contains an integer t (1≤t≤10^4) — the number of input data sets in the test. The description of each set
2021-11-05 22:51:35
334
原创 2021ICPC江西省赛 H Hearthstone So Easy
H. Hearthstone So Easy 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K Hearthstone is a turn-based card game. The game flow of each round is: Player 1 draws card ⇒ player 1 plays cards ⇒ player 2 draws card ⇒ player 2 plays cards. We simplify the game
2021-11-03 22:54:48
479
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人