单选题

运行以下程序,如果通过键盘先后输入的数是1和3,输出的结果是?( )

a=int(input())
b=int(input())
if a < b:
    a=b
print(a)
A

3 1

B

1 3

C

1

D

3

赣ICP备20007335号-2