理性的猫头鹰愿offer多多
理性的猫头鹰愿offer多多
全部文章
分类
归档
标签
去牛客网
登录
/
注册
理性的猫头鹰愿offer多多的博客
全部文章
(共1篇)
题解 | 小美的排列询问
# 读取输入 n = int(input()) a = list(map(int,input().split())) x,y = map(int,input().split()) # 创建字典,索引 -> 元素 pos = {} for idx,num in enumerate(a): # ...
2025-08-15
0
21