python-algorithm

[백준] 10940

무적김두칠 2021. 1. 13. 09:56

1
2
import base64
print (str( base64.b16encode(input().encode('ascii') ))[2:-1] )
cs
반응형