#include <stdio.h>main(){int a=0,b=0; a=10;b=20; printf("a+b=%d\n",a+b); }A.出错 B.a+b=0 C.a+b=30 D.a+b=10正确答案是B为毛,大神请赐教