← Back to List

14623번: 감정이입 ↗

Solutions

Python 3
56 B | 56 chars
a=int(input(),2)
b=int(input(),2)
print(bin(a*b)[2:])