← Back to List

31636번: 三連続 (Three Consecutive) ↗

Solutions

Python 3
50 B | 50 chars
input()
print("Yes" if "ooo" in input() else "No")