← Back to List
34703번: 공강 사수 ↗
Solutions
Python 3
78 B | 78 chars
print("NO" if len(set(input() for _ in range(int(input())))) == 5 else "YES")