郁闷的王老五风度翩翩
郁闷的王老五风度翩翩
全部文章
分类
归档
标签
去牛客网
登录
/
注册
郁闷的王老五风度翩翩的博客
全部文章
(共1篇)
题解 | 预知
n =int(input()) result = [] for i in range(n): types = int(input()) cards = list(map(int,input().split())) maxs = max(card for card in car...
2025-02-28
1
29