1979: 优雅子数组
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
给定一个数组A和k,请求出A有多少子数组是k-优雅子数组。 子数组是数组中一个或多个连续元素组成的数组。
例如,数组[1.2.3.4]包含10个子数组,分别是:
Input
Output
输出A有多少子数组是k-优雅子数组
Sample Input Copy
7 3
1 2 3 1 2 3 1
Sample Output Copy
1