0
n = int(input())
arr = map(int, input().split())
print(arr) #error here

我有地图功能,用逗号分割列表项。

我想打印出包含列表的 arr。

然后我必须从列表中找到第二高的数字。

你能帮我吗?

4

0 回答 0