|
|
back to boardWHY WA#5? Python 3.3 Hey, I'm using Python and Counter: from collections import Counter print(max(Counter([input() for i in range(int(input()))]))) Works perfectly, but Test 5... Edited by author 12.08.2014 17:55 Re: WHY WA#5? Python 3.3 It's not difficult to get AC with analyzing of first symbol in input string. I did make it. But how do I can do this task with Counter? |
|
|