← Back to List
18097번: Большие перемены ↗
Solutions
Python 3
39 B | 39 chars
n=int(input()) print(n if n > 2 else 1)