728x90
Python3 코드
A, B = input().split()
print(int(A)+int(B))
'백준' 카테고리의 다른 글
[백준] 10869번 : 사칙연산 (Python) - 단계별로 풀어보기 (0) | 2023.03.22 |
---|---|
[백준] 1008번 : A/B (Python) - 단계별로 풀어보기 (0) | 2023.03.22 |
[백준] 10998번 : A×B (Python) - 단계별로 풀어보기 (0) | 2023.03.22 |
[백준] 1001번 : A-B (Python) - 단계별로 풀어보기 (0) | 2023.03.22 |
[백준] 2557번 : Hello World (Python) - 단계별로 풀어보기 (0) | 2023.03.22 |