Title |
User |
Message |
Date Posted |
Re: Data error? |
Alex |
I fixed those cases and rejudged. |
Aug 20, 2014 - 1:10:31 am UTC |
Re: Data error? |
jeffreyxiao |
Test cases 3 and 9 are missing some words. btw how do you check if there are no more lines to read? Edit: nvm I got it |
Aug 19, 2014 - 3:37:11 pm UTC |
Re: Data error? |
xiaowuc1 |
I confirm that test cases 3 and 9 have something weird about them. In submission 180781, I terminate early if there are no more lines to read, resulting in no output for cases 3 and 9. In submission... |
Jun 05, 2014 - 10:55:13 pm UTC |
Re: Data error? |
bbi5291 |
Roger that. I'll check with Troy, but this was so long ago that the original test file probably doesn't exist anywhere anymore. So I'll probably just remove this test file entirely. |
Jul 07, 2013 - 11:04:27 pm UTC |
Data error? |
ImbaCalvin |
In the 9th test case, N is 10, but there are only 9 following words... Also, there is a similar situation in the 3rd test case. It may not affect C++ submissions, but it had certainly screwed my Pytho... |
Jul 07, 2013 - 9:32:42 pm UTC |
Re: Re: Could someone explain to me what the sigma |
hansonw1 |
Naturally, yes. |
Apr 13, 2009 - 3:02:11 pm UTC |
Re: Could someone explain to me what the sigma doe |
hansonw1 |
It says that the sum of all the "r"s will be equal to 7. (Or, there will always be exactly 7 tiles in your hand) |
Apr 13, 2009 - 2:05:14 pm UTC |
Re: Could someone explain to me what the sigma doe |
jargon |
Ignore the sigma. I did. Basically, you're given a list of letters, their point value, and the number of them in the game. i.e. a 1 1 b 4 1 c 2 1 d 10 4means that there is one occurrence of letter a, ... |
Apr 13, 2009 - 1:57:45 pm UTC |
Could someone explain to me what the sigma does? |
zhxl0903 |
Thanks! :) |
Apr 13, 2009 - 1:44:51 am UTC |
Re: The length actually matters |
taimla101 |
not really I was just asking to possibly make my program better/faster of course, yours is accepted and mine isn't so... |
Jan 11, 2009 - 1:50:08 am UTC |