function arrangeCoins(n: number): number { return Math.floor((Math.sqrt(8 * n + 1) - 1) / 2) }
字符串中的单词数 找到数组中消失的所有数字