牛客115262840号
牛客115262840号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客115262840号的博客
全部文章
(共1篇)
题解 | 小美的排列询问
n = int(input()) arr = list(map(int,input().split())) x,y = map(int,input().split()) if x not in arr or y not in arr: print('No') if arr[arr.index...
2025-05-28
0
33