## 脑筋急转弯 | \# | 题名 | 题解 | 通过率 | 难度 | 出现频率 | |------|----------------------|-----|--------|----|--------| |292|[Nim 游戏](https://leetcode-cn.com/problems/nim-game) |[82](https://leetcode-cn.com/problems/nim-game/solution)|69.6%|简单|29.93%| |319|[灯泡开关](https://leetcode-cn.com/problems/bulb-switcher) |[20](https://leetcode-cn.com/problems/bulb-switcher/solution)|43.7%|中等|20.19%| |1033|[移动石子直到连续](https://leetcode-cn.com/problems/moving-stones-until-consecutive) |[29](https://leetcode-cn.com/problems/moving-stones-until-consecutive/solution)|36.2%|简单|19.1%| |1227|[飞机座位分配概率](https://leetcode-cn.com/problems/airplane-seat-assignment-probability) |[18](https://leetcode-cn.com/problems/airplane-seat-assignment-probability/solution)|64.5%|中等|11.02%| |777|[在LR字符串中交换相邻字符](https://leetcode-cn.com/problems/swap-adjacent-in-lr-string) |[11](https://leetcode-cn.com/problems/swap-adjacent-in-lr-string/solution)|31.1%|中等| |