Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #import pyperclip
  2. c=input("Введите сообщение: ")
  3. #pyperclip.copy
  4. m = 0
  5. f = 1
  6. for i in c:
  7. m += ord(i) * f
  8. f *= 123
  9. print("\n\n\n"+str(pow(int(m),257,7699147089360091359491795155022622864032830879615574907005197440765804159372334048002537810913857087705916338022696278342048834826387897917462702814942402023798577943021591831223791970155878986357554002434355320144102428126990323402292657809875735722397263)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement