提交时间:2025-03-22 16:33:25

运行 ID: 313656

y=int(input()) if y%4==0 and y%100!=0 or y%400==0: print(366) else: print(365)