728x90
반응형

단순 사칙연산 문제이다. 파이썬 짱!

for _ in range(int(input())):
    print(sum(map(int, input().split())))

 

728x90
반응형

+ Recent posts