반응형
https://www.acmicpc.net/problem/5893
# https://www.acmicpc.net/problem/5893
n = input()
print(bin(int(n, 2) * 17)[2:])
반응형
'📚 Algorithm' 카테고리의 다른 글
[Python] 백준 10039번 평균 점수 (0) | 2021.07.09 |
---|---|
[Python] 백준 20499번 Darius님 한타 안 함? (0) | 2021.07.06 |
[Python] 백준 11943번 파일 옮기기 (0) | 2021.07.01 |
[Python] 백준 19944번 뉴비의 기준은 뭘까? (0) | 2021.06.30 |
[Python] 백준 5575번 타임 카드 (0) | 2021.06.29 |
댓글