← Back to List
34346번: 대각선 ↗
Solutions
Python 3
36 B | 36 chars
print(1 if int(input()) % 2 else 2)