单选题

运行下面程序,输入30,输出的结果是(    )。

t = int(input())
if t < 30:
    print(0)
else:
    print(t // 15 * 2)


A

4

B

10

C

20

D

30

赣ICP备20007335号-2