未知整数数组arr 由n 个非负整数组成。 经编码后变为长度为n - 1 的另一个整数数组encoded ,其中encoded[i] = arr[i] XOR arr[i + 1] 。例如,arr = [1,0,2,1] 经编码 ...
確定! 回上一頁