← Back to List

24080번: 複雑な文字列 (Complex String) ↗

Solutions

Python 3
63 B | 63 chars
input()
print("Yes" if len(set(list(input()))) >= 3 else  "No")