Agorithm/백준 알고리즘

백준 알고리즘 5893번 17배(python)

kimjinho1 2021. 2. 4. 12:03
728x90
반응형

단순 구현 문제이다.

print(bin(int(input(), 2)*17)[2:])
728x90
반응형