Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
動態規劃
GWP(最大递增子序列)
Module:
GWP(最大递增子序列)
Problem
1
/6
后续
Problem
给定一个序列,你想找到最大递增的长度
子序列。
输入
输入文件的第一行包含数字N——序列的长度
(1 <= N <= 1000)。第二行包含序列本身
(以空格分隔)。序号为整数,
取模不超过10000.
输出
在输出文件中,要显示递增的最大长度
子序列。
<分区>
<正文>
输入
输出
6
3 29 5 5 28 6
3
表>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary