题解 | 开学?
开学?
https://www.nowcoder.com/practice/9cc35bd0754f4feca18e10e57c672467
a,b = map(int,input().split()) temp = (a+b)%7 print(temp if temp != 0 else 7)
开学?
https://www.nowcoder.com/practice/9cc35bd0754f4feca18e10e57c672467
a,b = map(int,input().split()) temp = (a+b)%7 print(temp if temp != 0 else 7)
相关推荐