ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 2081. Faulty dial

Little help for solve by Python (dict of numbers)
Posted by sergovoy 15 Oct 2017 14:49
d = {'._.\n|.|\n|_|': 0,
     '...\n..|\n..|': 1,
     '._.\n._|\n|_.': 2,
     '._.\n._|\n._|': 3,
     '...\n|_|\n..|': 4,
     '._.\n|_.\n._|': 5,
     '._.\n|_.\n|_|': 6,
     '._.\n..|\n..|': 7,
     '._.\n|_|\n|_|': 8,
     '._.\n|_|\n._|': 9
     }
Re: Little help for solve by Python (dict of numbers)
Posted by sergovoy 27 Oct 2017 19:22
7589535 - Accepted
Re: Little help for solve by Python (dict of numbers)
Posted by sergovoy 28 Oct 2017 12:20
7590680 - Топ среди Питона 3 по использованию памяти)