#OLD73. 递增序列

递增序列

Description

输入一个n,紧接着输入n个数,输出递增的序列有多少个

Format

Input

Output

Samples

5
5 4 3 2 1
5

Hint