填空题

有以下程序片段,请问执行后的输出结果是 【8】
  int n=10;
  while(n>7)
   printf("%d",n- -);

【参考答案】

[8] 10 9 8