Results of Comment Search
Title | User | Message | Date Posted |
---|---|---|---|
Re: Runs on the official test data... | EasierPlanet3 | Thanks bbi. I see that lst[:] is equivalent. Is there an advantage to using .copy() in newer versions of Python, or is it syntactic sugar? | Apr 23, 2015 - 6:11:27 pm UTC |
Re: Runs on the official test data... | bbi5291 | The Judge's version of Python 3 is older than the list.copy method. | Apr 23, 2015 - 5:18:20 pm UTC |
Runs on the official test data... | EasierPlanet3 | But crashes on every test case. I remembered to strip the input this time. Am I missing something? | Apr 22, 2015 - 9:08:33 pm UTC |
Description | Sanzee | Maximum length of names and range of time is not specified. I got AC assuming that name will not exceed 100 char. | Jun 28, 2014 - 3:08:49 pm UTC |