第14350题 单选题
执行给定Python代码,依次输入1和2,输出结果为?
a=int(input())
b=int(input())
print(a+b)
A

3

B

1

C

2

D

12

程序运行统计
暂无判题统计