← Back to List

32246번: 빙고 막기 ↗

Solutions

Python 3
39 B | 39 chars
n = input()
print(3 if n == '2' else n)