单项选择题

a与b定义如下,下列哪个选项输出结果不为123123()
a=’123’
b=’123’

A.a+b
B.a*2
C.int(a)*2
D.int(a+b)