单选题

下方排序算法的时间复杂度为( )。

x = 0

y = 1

for i in range(n):

     x += i

     for j in range(n):

           y *= j

A

B

C

D

赣ICP备20007335号-2