奈何


私信TA

用户名:6020212708

访问量:2899

签 名:

等  级
排  名 163
经  验 7120
参赛次数 1
文章发表 114
年  龄 0
在职情况 学生
学  校 大学
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

n = int(input())

L = list(map(int,input().split()))

s = 0

while len(L)>1:

    a = L[0]

    L = L[1:]

    for i in L:

        if a>i:

            s+=1

print(s)


 

0.0分

0 人评分

  评论区

  • «
  • »