NaruseShiroha
NaruseShiroha
全部文章
分类
题解(12)
归档
标签
去牛客网
登录
/
注册
求牛客能够自定义头图
我永远喜欢鸣濑白羽
全部文章
(共4篇)
【2020牛客多校】第九场 I-The Crime-solving Plan of Groundhog——python
I-The Crime-solving Plan of Groundhog python 继续nb t = int(input()) for ts in range(0, t): n = int(input()) data = list(map(int, input().split(...
牛客多校
暴力
2020-08-08
6
670
【2020牛客多校】第九场 K The Flee Plan of Groundhog——BFS
K The Flee Plan of Groundhog——BFS 题目链接 题意 有一棵树A 在点 1,B 在点 2A的移动速度是每秒走过一条边,B的移动速度是每秒走过两条边(也可以只走一条)前 t 秒 A 在不断的走向 B,B 不动之后 B 开始移动,开始追 A,A 开始逃离求问 A 最晚被追到...
牛客多校
暴力
2020-08-08
13
689
【2020牛客多校】第九场-A-Groundhog and 2-Power Representation
A-Groundhog and 2-Power Representation python nb一行代码解决问题 print(eval(input().replace('(', '**(')))
牛客多校
暴力
2020-08-08
25
670
【2020牛客多校】第三场G-Operating on a Graph——***暴力题
G-Operating on a Graph 题目链接 大致题意 给你一个图,有 个点, 条边,点的下标从 对于点 ,其开始时属于 总共操作 次,每次操作时给出一个 ,将所有与 直接相连的 加入到 中在所有操作结束后,求每个点所在的 简单思路方向 利用 STL 的 list 的连接,...
牛客多校
暴力
2020-07-18
5
1762