← Back to List

11104번: Fridge of Your Dreams ↗

Solutions

Python 3
55 B | 55 chars
for i in range(int(input())):
    print(int(input(),2))