1 条题解

  • 0
    @ 2025-5-24 19:32:04
    x,y=map(int,input().split())
    total=3*x+y*60
    if total>=480:
        print("Yes")
    else:
        print("No")
    
    • 1

    信息

    ID
    594
    时间
    1000ms
    内存
    64MiB
    难度
    4
    标签
    递交数
    46
    已通过
    24
    上传者