#1572: a462 ans


1652401-2@g.puiching.edu.mo (P6D14林建壹)

School : Pui Ching Middle School
ID : 2963
IP address : [192.168.120.33]
Last Login :
2024-11-05 12:14:44
a462. 某年二月 | From: [192.168.120.33] | Post Date : 2024-05-22 11:40

n=int(input())
if n % 4 == 0 and n % 100 != 0 or n % 400 == 0:
  print(29)
else:
  print(28)
 
#2499: Re:a462 ans


1752786-4@g.puiching.edu.mo (林敬晉P5A08(JalenLam_progamer)(IQ...)

School : Pui Ching Middle School
ID : 3260
IP address : [192.168.120.33]
Last Login :
2025-06-05 11:37:15
a462. 某年二月 | From: [192.168.120.33] | Post Date : 2025-06-09 16:59

n=int(input())
if n % 4 == 0 and n % 100 != 0 or n % 400 == 0:
  print(29)
else:
  print(28)


don't send the good ans

 
ZeroJudge Forum