문제 링크
https://www.acmicpc.net/problem/10824
문제
문제 풀이
a, b, c, d = map(str, input().split())
print(int(a + b) + int(c + d))
'Algorithm > BOJ' 카테고리의 다른 글
[백준] 10430 나머지 (파이썬 python) (0) | 2022.01.25 |
---|---|
[백준] 1158 요세푸스 문제 (파이썬 python) (0) | 2022.01.25 |
[백준] 1406 에디터 (파이썬 python) (0) | 2022.01.24 |
[백준] 11655 ROT13 (파이썬 python) (0) | 2022.01.24 |
[백준] 10820 문자열 분석 (파이썬 python) (0) | 2022.01.23 |