3 条题解

  • 1
    @ 2025-3-30 9:50:25
    t,n,m = map(int,input().split())
    if t*m > n:
        print("yes")
    else:
        print("no")
    

    信息

    ID
    590
    时间
    1000ms
    内存
    64MiB
    难度
    4
    标签
    递交数
    42
    已通过
    22
    上传者