全部评论 1

  • a, b, c, d, e = map(int, input().split())
    if a>=60 and b>=60 and c>=60 and d>=60 and e>=60:
    print('YES')
    else:
    print('NO')

    2026-02-12 来自 北京

    1
暂无数据

提交答案之后,这里将显示提交结果~

首页