10315

Problem ID: 10315

(1) The judge's input does not have the following test case (or something similar)
7C 7C 7D 2H 5S 2D 6D 7S 7S 7D
(2) The combination Ax 2x 3x 4x 5x does _not_ make a "straight".
Special thanks to joapuiib for this note.
(3) The judge's input most likely does not contain input where both hands have "four of a kind" - even though this is not explicitly specified in the problem statement. Also, there are no cases where both hands contain the same cards. The solution on uDebug assumes that neither of these kinds of test cases exist. So, please refrain from adding these types of input to uDebug.
Special thanks to RandyW for this note.