static void Main(string[] args)
        {
            var solution = new Solution();

            solution.ConfusingNumberII(20);
        }