#D. 序列 (lus)

    Type: Default 1000ms 256MiB

序列 (lus)

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

[丛雨]写了一个数字串,你需要帮她找出其中的最长上升子序列(严格单调上升)。

输入格式(lus.in)

第一行一个正整数 nn ,表示数字串长度。 第二行为 nn 个整数,表示数字串的内容。

输出格式(lus.out)

一行一个整数,表示最长上升子序列的长度

输入样例

12
18 4 7 5 6 4 17 19 21 17 7 13

输出样例

6

数据范围

对于 100%100\% 的数据,满足 1n1000,1数字100001 \le n \le 1000, 1 \le 数字 \le 10000

0807

Not Attended
Status
Done
Rule
IOI
Problem
4
Start at
2024-8-7 9:00
End at
2024-8-7 12:00
Duration
3 hour(s)
Host
Partic.
29