python-algorithm

[백준] 10935

무적김두칠 2021. 1. 12. 11:18

 

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