0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2025-01-27 03:00:10 +00:00

3 lines
51 B
Python
Raw Normal View History

2022-05-28 20:25:28 +08:00
T = int(input())
for i in range(T): print(input())