Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9af7f1d

Browse files
authored
Update HJ73.py
1 parent 03d4b81 commit 9af7f1d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

‎HJ73.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
"""
2-
File: HJ73.py
3-
Author: Jin Lexuan
4-
E-mail: jlx321@126.com
5-
Time: 2021年07月28日 23:48:23
6-
Function:
7-
8-
9-
"""
10-
111
m_length = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]
122
y, m, d = map(int, input().split(' '))
133
num = 0
@@ -17,4 +7,3 @@
177
if ((y % 4 == 0 and y % 100 != 0) or y % 400 == 0) and m >= 3:
188
num += 1
199
print(num)
20-

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /