-
10950_Python // A+B -3IT_Baekjoon 단계별로 풀어보기/for문 2020. 1. 4. 12:13

Python
n = int(input()) for i in range(n) : a,b = map(int,input().split()) print(a+b)===
'IT_Baekjoon 단계별로 풀어보기 > for문' 카테고리의 다른 글
2742_Python // 기찍 N (0) 2020.01.05 2741_Python // N 찍기 (0) 2020.01.04 15552_Python // 빠른 A+B (0) 2020.01.04 8393_Python // 합 (0) 2020.01.04 2739_Python // 구구단 (0) 2020.01.04