프로그래밍_일반/백준
boj 5524
Spadework
2020. 3. 11. 09:14
* Solved 기준 브론즈2 단순 풀이
for _ in range(int(input())):
print(input().lower())