← Back to List
32297번: 문자열을 만들어요 ↗
Solutions
Python 3
57 B | 57 chars
input() s = input() print("YES" if "gori" in s else "NO")