0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-10 16:38:48 +00:00
OI-codes/LibreOJ/3/data/run.py
2022-09-17 16:23:49 +08:00

3 lines
51 B (Stored with Git LFS)
Python

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