#2491. [Coci2015]Norma

[Coci2015]Norma

Description

image

Format

Input

第1行,一个整数N;

第2~n+1行,每行一个整数表示序列a。

Output

输出答案对10^9取模后的结果。

Samples

4
2
4
1
4
109

【数据范围】
N <= 500000
1 <= a_i <= 10^8

Limitation