第17819题 单选
找出下列Python表达式计算结果中数值最大的选项
A
int('16',10)
B
int('110',2)
C
int('11',16)
D
int('1111',2)