题解 | #Redraiment的走法#想了两天了

Redraiment的走法

http://www.nowcoder.com/practice/24e6243b9f0446b081b1d6d32f2aa3aa

while True:
    
    try:
        n = int(input())
        num_list = list(map(int, input().split()))
        
        help_list = [1] * n 
        for i in range(1, n):
            for j in range(i):
                if num_list[i] > num_list[j]:
                    help_list[i] = max(help_list[i], help_list[j] + 1)
        max_len = max(help_list)
        print(max_len)
        
    except:
        break
全部评论

相关推荐

躺尸修仙中:因为很多92的也去卷中小厂,反正投递简历不要钱,面试不要钱,时间冲突就推,不冲突就面试积累经验
点赞 评论 收藏
分享
offer多多的六边形战士很无语:看了你的博客,感觉挺不错的,可以把你的访问量和粉丝数在简历里提一下,闪光点(仅个人意见)
点赞 评论 收藏
分享
7 5 评论
分享
牛客网
牛客企业服务