728x90
n,m=map(str,input().split())
n='0b'+n
m='0b'+m
print(bin(int(n,2)+int(m,2))[2:])
쏘 이지
'STUDY > Algorithm' 카테고리의 다른 글
[백준] 11399. ATM (0) | 2021.02.04 |
---|---|
[백준] 10845 큐 (0) | 2021.02.04 |
[백준] 2004 조합 0의 개수 (0) | 2021.02.04 |
[백준] 1009 분산처리 (0) | 2021.02.03 |
[백준] 2480 주사위 세개 (0) | 2021.02.03 |