3454: 求最长不下降序列

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

[md] 设有由$n(1\leq n\leq 200)$个不相同的整数组成的数列, 记为:$b(1)、b(2)、……、b(n)$且$b(i) \neq b(j)(i \neq j)$, 若存在i~1~

Sample Input Copy

14
13 7 9 16 38 24 37 18 44 19 21 22 63 15

Sample Output Copy

max=8