4 条题解

  • 0
    @ 2025-7-10 18:03:27
    f = [0]*10000
    a = int(input())
    f = list(map(int,input().split()))
    b = int(input())
    f.sort(reverse = True)
    print(f.index(b) + 1)
    

    信息

    ID
    116
    时间
    1000ms
    内存
    128MiB
    难度
    6
    标签
    递交数
    720
    已通过
    227
    上传者