0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-21 12:45:25 +00:00
OI-codes/LibreOJ/3/data/run.py

3 lines
51 B
Python
Raw Normal View History

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