Xiaohui


私信TA

用户名:dotcpp0732601

访问量:383

签 名:

等  级
排  名 3636
经  验 1886
参赛次数 0
文章发表 6
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

hour_max = day = 0
for i in range(1, 7 + 1):
    hour1, hour2 = map(int, input().split())
    hour_all = hour1 + hour2
    if hour_all > 8:  # 不高兴
        if hour_all > hour_max:
            hour_max = hour_all
            day = i
print(day)


 

0.0分

0 人评分

  评论区

  • «
  • »