私信TA
用户名:pyhero
访问量:16620
签 名:
自我简介:
作者: herofly 发表时间:2022-02-12 17:15:19 浏览:251 | 评论:0
解题思路:注意事项:参考代码:
while True: try: l=list(map(int,input().split())) h=[] for i in l: if i !=0: h.append(i) else: break print(max(h)) except: break
0.0分
2 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧