[백준] 1212번: 8진수 2진수

vvo_ter·2023년 2월 1일
0

백준

목록 보기
24/35
post-thumbnail
post-custom-banner

💻 문제 - B2


👉 제출 코드

print(bin(int(input(), 8))[2:])
  • 1373번 2진수 8진수와 유사하다.
profile
's Coding Memory

0개의 댓글