题解 | #开学?#
开学?
https://www.nowcoder.com/practice/9cc35bd0754f4feca18e10e57c672467
while True:
try:
a,b=map(int,input().split())
c=(a+b)%7
if c==0:
print(7)
else:
print(c)
except:
break
查看3道真题和解析
美的集团公司福利 814人发布