怎么搞了两个MLE出来,求条
查看原帖
怎么搞了两个MLE出来,求条
1561080
_Patrick_Star_楼主2025/1/11 17:50
a,b=map(int,input().split())
c=list(map(int,input().split()))
c.sort()
print(c[b])

2025/1/11 17:50
加载中...