백준~문풀 후 최적화 추가~/BRONZEⅤ
[Python][2558] A+B - 2
elesis
2022. 4. 23. 05:09
a = int(input())
b = int(input())
print(a+b)