Last active
June 13, 2017 19:32
-
-
Save Raztor0/e2505681c4ac8bca2aa8ee4a2122a69b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import zlib, base64 | |
exec(zlib.decompress(base64.b64decode('eJxtj8EKwjAQRO+F/sMakbR4qAhehL0IFvoJBWGJktIcmoY0oTZfb1JEFDzNwJsdZrebyk+2uitdmcX1o86zGpV2edZEMT4a1QGRFoMkQuREg1CaiJ/zDJxdkkCDVsz0zoN8PqRxKzBimr5yHdZFU7CrdtKCAO2HezRuhFqFcPEhwKxcf9OsLFO8Rc6TxgXd7oR4WEug3SNLB+zDjj8sFa3M2PhJ0Zb/Nr0Af1VEqg=='))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment