5893. 17배

py_code·2020년 11월 24일

백준-브론즈4

목록 보기
42/51
n = int(input(),2)*17 # 2진수를 10진수로 변환 후 *17
print(bin(n)[2:])
profile
개발자를 꿈꿉니다.

0개의 댓글