单项选择题

下面程序的输出结果是 ( )
  main()
   int y=9;
    for(;y>0;y- -)
    if (y%3==0)
    printf(" % d",- -y);continue;

A.741
B.852
C.963
D.875421