#include
main()
{int y=10;do {y--;}while(--y);printf("%d\n",y--);
}
A.-1
B.1
C.8
D.0
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索