竞赛
考级
.
m, n = map(int, input().split()) b = m * 2 j = n - b t = 2 w = j // t r = m - w print(r, w)
提交答案之后,这里将显示提交结果~