Results of Comment Search

Search:    Place:    Show:

Title User Message Date Posted
Re: Am I missing something? silo I just realised this is a twenty year old question, that's probably why. Feb 14, 2016 - 3:52:00 pm UTC
Re: Am I missing something? spencereir Yeah, my solution of O(N (length of string)!) solution somehow passed too. I guess this problem just has weak data. Feb 13, 2016 - 12:05:19 am UTC
Am I missing something? silo I solved it with a brute force O(n^2) solution, which doesn't happen a lot for 15pt problems... Is there something I'm missing? Feb 12, 2016 - 11:56:19 pm UTC
Re: Output for last case matches, but giving me WA jeffreyxiao Okay the output in the IOI test data confused me Aug 28, 2015 - 9:17:16 pm UTC
Re: Output for last case matches, but giving me WA jargon Sigh, Jeffrey... Sort the output alphabetically by first word, and if tied, by second word. A letter must not occur more often in an o... Aug 28, 2015 - 2:19:28 am UTC
Output for last case matches, but giving me WA jeffreyxiao I tried it offline and the output matched the test case, but it's still giving me WA. Aug 24, 2015 - 5:42:18 pm UTC