가오리의 코딩일기

[2558] A+B-2 본문

Python/백준

[2558] A+B-2

류경혜 2022. 5. 16. 13:20

a = int(input())
b = int(input())
print(a+b)

 

 

 

'Python > 백준' 카테고리의 다른 글

[10952] A+B-5  (0) 2022.05.16
[10951] A+B-4  (0) 2022.05.16
[10950] A+B-3  (0) 2022.05.16
[1000] A+B  (0) 2022.05.16
[2557] Hello World  (0) 2022.05.16