单选题

下列程序段的运行结果是?( )

def s(n):
   if n==3:
       return 4
   else:
       return n+s(n-1)
print(s(5))

A

1

B

12

C

13

D

15

赣ICP备20007335号-2