#13 [2558] A+B-2
https://www.acmicpc.net/problem/2558
#13 [2558] Solution
a= int(input())
b= int(input())
print(a+b)
'Programming [Python] > 백준 알고리즘 솔루션' 카테고리의 다른 글
#15 백준 파이썬 [2741] N 찍기 (0) | 2017.10.05 |
---|---|
#14 백준 파이썬 [2839] 설탕 배달 (0) | 2017.10.01 |
#12 백준 파이썬 [10430] 나머지 (0) | 2017.10.01 |
#11 백준 파이썬 [10869] 사칙연산 (0) | 2017.10.01 |
#10 백준 파이썬 [1008] A/B (0) | 2017.10.01 |