已知int a=10; int &r=a;,则下列语句中,能够将变量a的值设置为3的语句包括(    )。
A、r-=7;
B、a-=7;
C、&r=3;
D、a=3