通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
请读程序段
int a=1,b=2; if(a&b) printf("***\n"); else printf("$$$\n");
以上程序段的输出结果是__________。