2401. Longest Nice Subarray
2401. Longest Nice SubarrayDifficulty: MediumTopics: Array, Bit Manipulation, Sliding WindowYou are given an array nums consisting of positive integers.We call a subarray of nums nice if the bitwise A...