题解 | #开学?#
开学?
https://www.nowcoder.com/practice/9cc35bd0754f4feca18e10e57c672467
a = input().split() print((int(a[0]) + int(a[1]) - 1) % 7 + 1)
开学?
https://www.nowcoder.com/practice/9cc35bd0754f4feca18e10e57c672467
a = input().split() print((int(a[0]) + int(a[1]) - 1) % 7 + 1)
相关推荐