https://www.acmicpc.net/problem/10953
a=input() a=int(a) for i in range(a): b,c=map(int,input().split(',')) sum=b+c print(sum)