单项选择题

运行下列程序,结果为()。
const a=2:a=4:print a

A.2
B.4
C.0
D.出错