mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-06 04:38:48 +00:00
3 lines
51 B
Python
3 lines
51 B
Python
T = int(input())
|
|
for i in range(T): print(input())
|