题解 | #百钱买百鸡问题#

计算日期到天数转换

http://www.nowcoder.com/practice/769d45d455fe40b385ba32f97e7bcded

def dfx(ipp):
    ip = ipp.split(" ")
    yf = int(ip[1])
    ts = 0
    for _ in range(1,yf):
        if _ == 1:
            ts += 31
        if _ == 2:
            ts += 28
        if _ == 3:
            ts += 31
        if _ == 4:
            ts += 30
        if _ == 5:
            ts += 31
        if _ == 6:
            ts += 30
        if _ == 7:
            ts += 31
        if _ == 8:
            ts += 30
        if _ == 9:
            ts += 31
        if _ == 10:
            ts += 31
        if _ == 11:
            ts += 30
        if _ == 12:
            ts += 31
    if int(ip[0]) % 4== 0:
        ts += 1
    if int(ip[0]) % 100 == 0:
        ts -= 1
    ts += int(ip[2])
              
    return ts
while True:
    try:
        print(dfx(input()))   
    except:
        break

全部评论

相关推荐

不愿透露姓名的神秘牛友
11-27 10:46
点赞 评论 收藏
分享
vegetable_more_exercise:1-1.5万,没错啊,最少是1人民币,在区间内
点赞 评论 收藏
分享
喜欢走神的孤勇者练习时长两年半:池是池,发是发,我曾池,我现黑
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务