python-algorithm
[백준] 10941
무적김두칠
2021. 1. 13. 09:58
1
2
|
import base64
print (str( base64.b16decode(input().encode('ascii') ))[2:-1] )
|
cs |
반응형