15552 빠른 A+B 1234567import sysnum = int(sys.stdin.readline())for i in range(num): temp = sys.stdin.readline().rstrip() a = int(temp.split(' ')[0]) b = int(temp.split(' ')[1]) print(a+b)Colored by Color Scriptercs 더보기 이전 1 ··· 3 4 5 6 7 8 9 ··· 77 다음