python-algorithm
[백준] 10930
무적김두칠
2021. 1. 12. 11:12
1
2
|
import hashlib
print ( hashlib.sha256( input().encode() ).hexdigest() )
|
cs |
반응형