有以下程序
Int a=3;

有以下程序
Int a=3;
Main()
{int s=0;
{int a=5; s+=a++; }
S+=a++; printf("%d\n",s);
}
程序运行后的输出结果是_______。

A.8

B.10

C.7

D.11

正确答案是A