填空题

有以下程序:
main()
int a=0,b=0,c=0,d=0;
if(a=1)b=1;c=2;
else d=3;
printf("%d,%d,%d,%d\n",ab,c,d);
程序输出______。

【参考答案】

编译有错