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

3 lines
51 B
Python

T = int(input())
for i in range(T): print(input())