5402: 波峰检测
Memory Limit:128 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:2
Description

Input
输入一系列正整数,个数不超过100个
Output
输出格式参考输出样例
Sample Input Copy
5 11 22 20 16 26 30 24 13 11 16 16 8 20 12 11 12 22 6 14
Sample Output Copy
6 : 4 ~ 9
5 : 0 ~ 4
4 : 12 ~ 15
4 : 15 ~ 18
HINT
样例2输入
1 3 5 7 9
样例2输出
No