← Back to List
30501번: 관공... 어찌하여 목만 오셨소... ↗
Solutions
Python 3
84 B | 84 chars
for i in range(int(input())): s = input() if "S" in s: print(s) break