Run ID:143443

提交时间:2026-01-15 13:27:42

a=[31,29,31,30,31,30,31,31,30,31,30,31] n=int(input()) if 1<=n<=12: print(a[n-1]) else: print("Invalid.")