题解 | #开学?#
开学?
https://www.nowcoder.com/practice/9cc35bd0754f4feca18e10e57c672467
a,b = input().split(' ') c = int(a)+int(b)-1 print(c%7+1)
这个计算方法很熟悉,但是记不得是哪里用过来着
开学?
https://www.nowcoder.com/practice/9cc35bd0754f4feca18e10e57c672467
a,b = input().split(' ') c = int(a)+int(b)-1 print(c%7+1)
这个计算方法很熟悉,但是记不得是哪里用过来着
相关推荐