https://www.acmicpc.net/problem/1373
#Solution
print(oct(int(input(), 2))[2:])
'Programming [Python] > 백준 알고리즘 솔루션' 카테고리의 다른 글
#204 백준 파이썬 [2133] 타일 채우기 - 점화식 (0) | 2019.11.13 |
---|---|
#203 백준 파이썬 [1550] 16진수 (0) | 2019.11.13 |
#201 백준 파이썬 [1212] 8진수 2진수 (0) | 2019.11.13 |
#200 백준 파이썬 [2420] 사파리월드 (0) | 2019.11.13 |
#199 백준 파이썬 [1009] 분산 처리 (1) | 2019.11.13 |