首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
spies专题
Codeforces Round #199 (Div. 2) B. Xenia and Spies
B. Xenia and Spies time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Xenia the vigorous detective faced n (n ≥ 2) foreign
阅读更多...
cf 342B - Xenia and Spies(贪心)
cf中的B题,由于比赛时题意理解不到位,所以wrong了。 思路: 简单的贪心,受到监视的时候就输出‘X’,否则就朝目标位置挪动。 没有想到的地方就是m次审讯后还可以传递情报,(其实m次审讯只是在所有审讯中抽出的m次,) 代码如下: #include <iostream>#include <cstdio>#include <cstdlib>#include <cmath>#i
阅读更多...