int a=2;while(a){switch(a--){case 0:printf("%3d",a);case 1:printf("%3d",a);case 2:printf("%3d",a);}}return0; 查看完整描述