注意:此页面搜索的是所有试题
以下程序的运行结果是____ #include void main(){ int a=1,b=2,c=2,t; while(a 2.0 分

A、
1,2,0
B、
2,1,0
C、
1,2,1
D、
2,1,1

参考答案