Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
328133 123456 【C2-6】正常血压 Python3 通过 100 95 MS 3732 KB 134 2025-07-05 16:08:47

Tests(1/1):


n=int(input()) l=list(map(float,input().split())) c=0 for i in l: if 90<i<140: c+=1 else: c=0 print(c)


测评信息: