728x90
반응형
li = input().split()
print(int(li[0]+li[1]) + int(li[2]+li[3]))
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 10869번 사칙연산(python) (0) | 2020.02.15 |
---|---|
백준 알고리즘 10826번 피보나치 수 4(python) (0) | 2020.02.15 |
백준 알고리즘 10818번 최소, 최대(python) (0) | 2020.02.14 |
백준 알고리즘 10817번 세 수(python) (0) | 2020.02.14 |
백준 알고리즘 10814번 나이순 정렬(python) (0) | 2020.02.14 |