一、题目
二、示例
三、代码
while True:
try:
n, k = input().split()
list1 = map(int, input().split())
list1 = sorted(list1)
print(' '.join(map(str, list1[:int(k)])))
except:
break
四、算法说明
按要求输出,注意字符串和整数之间的转换。
胡萝卜
2022年3月1日20:26:37
我不知道将去向何方,但我已在路上! |
---|
时光匆匆,虽未曾谋面,却相遇于斯,实在是莫大的缘分,感谢您的到访 ! |