Run ID:143442
提交时间:2026-01-15 13:26:46
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")