문제 풀이/Baekjoon Online Judge
[python3] 2558번 A+B - 2
[잉간]
2018. 3. 24. 23:54
A = int(input()) B = int(input()) print(A+B)