가오리의 코딩일기
[1000] A+B 본문
a, b = input().split()
print(int(a)+int(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 |
[2558] A+B-2 (0) | 2022.05.16 |
[2557] Hello World (0) | 2022.05.16 |