[백준] 10950번 A+B - 3 _ 문제 풀이 Algorithm melonicedlatte Apr 17, 2021 1. 문제 https://www.acmicpc.net/problem/10950 2. 풀이 for _ in range(int(input())): print(sum(map(int,input().split()))) PREVIOUS[백준] 15552번 빠른 A+B _ 문제 풀이NEXT[백준] 20056번 마법사 상어와 파이어볼 _ 문제 풀이