maxx=-1 maxi=0 for i in range(1,8): a,b=map(int,input().split()) if a+b>8 and a+b>maxx: maxx,maxi=a+b,i print(maxi)
使用您的 Hydro 通用账户