728x90
반응형

단순 구현 문제이다.

B1 = input()
B2 = input()
ans = bin(int(B1, 2) * int(B2, 2))[2:]
print(ans)
728x90
반응형

+ Recent posts