Pair of Numbers

TimeLimit:2000MS  MemoryLimit:256MB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description

给你n个数字,求长度最长且符合以下条件的区间:区间【i,j】中存在某个数是这个区间所有数的约数。

可能有多个区间符合条件且长度都最长,

Input

The first line contains integer n (1 ≤ n ≤ 3·105).

The second line contains n space-separated integers a1, a2, ..., an (1 ≤ ai ≤ 106).

Output

输出有两行

第一行有两个数:区间的数量,区间的最大长度-1

第二行分别输出每个区间的左端点的位置。

SampleInput 1
5
4 6 9 3 6
SampleOutput 1
1 3
2
SampleInput 2
5
1 3 5 7 9
SampleOutput 2
1 4
1
SampleInput 3
5
2 3 5 7 11
SampleOutput 3
5 0
1 2 3 4 5
Note

In the first sample the pair of numbers is right, as numbers 6, 9, 3 are divisible by 3.

In the second sample all numbers are divisible by number 1.

In the third sample all numbers are prime, so conditions 1 and 2 are true only for pairs of numbers (1, 1), (2, 2), (3, 3), (4, 4), (5, 5).

Submit
题目统计信息详细
总AC数6
通过人数5
尝试人数5
总提交量8
AC率62.50%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: