python-algorithm

[백준] 14623

무적김두칠 2020. 12. 16. 10:16

1
2
3
a=int(input(),2)
b=int(input(),2)
print (bin(a*b)[2:])
cs
반응형