프로그래밍_일반/백준
boj 10824
Spadework
2020. 2. 3. 21:43
* Solved 기준 브론즈3 단순 풀이
l = input().split()
print(int(l[0]+l[1]) + int(l[2]+l[3]))