a, = map(int, input().split()) for i in range(a): b, c = map(int, input().split()) print(b + c)
暂无评论,快来抢首评~
相关推荐