python-algorithm

[백준] 10932

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

 

1
2
import hashlib
print (  hashlib.sha512( input().encode() ).hexdigest()  )
cs
반응형