1 条题解

  • 0
    @ 2022-11-6 17:23:29
    a = int(input())
    b = input().split()
    for i in range(a):
        b[i] = int(b[i])
    print(max(b))
    
    
    • 1

    信息

    ID
    1365
    时间
    1000ms
    内存
    128MiB
    难度
    8
    标签
    递交数
    92
    已通过
    17
    上传者