Tomorrow is another day
source/_posts/count-beautiful-subarrays.md
统计优美子数组关键在于记录奇数位置,通过计算相邻奇数间距确定符合条件的子数组数量。