正在加载…
请使用更现代的浏览器并启用 JavaScript 以获得最佳浏览体验。
加载论坛时出错,请强制刷新页面重试。
1234
魏枭泽
a=[]
for i in range(3):
a.append(input().split())
print(a)