You are given S contains only 'o', 'x'. Replace it with as below: * # of 'o' > # of 'x': "win" * # of 'o' = # of 'x': "draw" * # of 'o' < # of 'x': "lose" Constraint * 1 ≤ |S| ≤ 50