10950파이썬1 [백준] 10950 A+B-3 (파이썬/python) 🎈문제 https://www.acmicpc.net/problem/10950 🎁어떤 알고리즘? 1. 단순 구현! 💻코드 a = int(input()) for i in range(a): A,B = map(int,input().split()) print(A+B) 2023. 6. 19. 이전 1 다음