提交时间:2025-03-21 19:48:25
运行 ID: 313374
y=int(input()); if y%4==0 and y%100!=0 or y%400==0: print(366) else: print(365)