发布网友 发布时间:2022-04-22 02:32
我来回答
共1个回答
热心网友 时间:2023-06-20 23:43
灞曞紑鍏ㄩ儴
ls=[]
while True:
t=int(input())
if t>=0 and t<=100:
ls.append(t)
if t==-1:
break
print('cnt',len(ls),'max',max(ls),'min',min(ls))