🌈 搜索
📅  最后修改于: 2022-03-11 14:47:09.826000             🧑  作者: Mango
t = input() a = tuple(int(x) for x in t.split()) #view this tuple print(a)