2917. 找出数组中的 K-or 值
找出数组中的 K-or 值
- 难度:
easy
- 原始链接: https://leetcode.cn/problems/find-the-k-or-of-an-array
- 标签:
位运算
解法一: 位运算
1 | func findKOr(nums []int, k int) int { |
2917. 找出数组中的 K-or 值
https://wuhunyu.top/leetcode/2024/03/find-the-k-or-of-an-array/index.html