python-algorithm
[백준] 10939
무적김두칠
2021. 1. 12. 11:22
1
2
|
import base64
print (str( base64.b32decode(input().encode('ascii') ))[2:-1] )
|
cs |
반응형