본문 바로가기

Programming [Python]/백준 알고리즘 솔루션

#203 백준 파이썬 [1550] 16진수

https://www.acmicpc.net/problem/1550

 

#Solution

print(int(input(), 16))