← Back to List

8558번: Silnia ↗

Solutions

Python 3
54 B | 54 chars
n = int(input())
print(0 if n >=5 else [1,1,2,6,4][n])