You are given S contains only 'a', 'b', 'c'. Replace it with the mode (a character that appears most times). Constraints * 1 ≤ |S| ≤ 16 * The mode is unique.