单项选择题

以下程序的输出结果是________。
#include<stdio.h>
mam()
inta,b,d=241;
a=d/100%9;
b=(-1)&&(-1);
printf("%d,%d\n",a,B) ;

A.6,1
B.2,1
C.6,0
D.2,0