백준 풀이
백준 10824번 파이썬
ag2개발자
2022. 8. 24. 13:35
a,b,c,d = map(str, input().split())
p = a+b
q= c+d
print(int(p)+int(q))