파이톨치

[백준] 1373 본문

카테고리 없음

[백준] 1373

파이톨치 2023. 2. 24. 14:50
728x90
n = '0b' + input()
n = oct(int(n, 2))[2:]
print(n)

 

728x90