牛客379139307号
牛客379139307号
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
牛客379139307号的博客
全部文章
(共1篇)
只能找规律,暴力的话时间和空间不满足
while True: try: a,b=map(int,input().split()) s1 = list(map(int,input().split())) if b not in s1: flag = 1 ...
2020-03-15
0
659