🌈 搜索
📅  最后修改于: 2022-03-11 14:46:17.178000             🧑  作者: Mango
n=input()# no of inputs n =int(n) for i in range(n): y=input() print(y)