백준~문풀 후 최적화 추가~/BRONZEⅤ

[Python][2558] A+B - 2

elesis 2022. 4. 23. 05:09
a = int(input())
b = int(input())
print(a+b)

 

저작자표시 (새창열림)