티스토리 뷰

Algorithm/noj.am

[Python] 백준 10953번 - A+B-6

SweetDev 2020. 12. 30. 12:36
import sys
num = int(sys.stdin.readline())
for i in range(num):
    a, b = map(int, sys.stdin.readline().split(sep=","))
    print(a + b)

'Algorithm > noj.am' 카테고리의 다른 글

[Python] 백준 11022번 - A+B - 8  (0) 2020.12.30
[Python] 백준 11021번 - A+B - 7  (0) 2020.12.30
[Algorithm] 백준 10952 Python  (0) 2020.12.30
[Python] 백준 2440번 - 별찍기 3  (0) 2020.12.21
[Python] 백준 1629번 : 곱셈  (0) 2020.12.21
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2026/05   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
글 보관함