单选题

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

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

4

B

15

C

0

D

1

赣ICP备20007335号-2