执行下列程序段后,y的值为_____。int x,y,z,m,n; m=10;n=5;x=(--m==n++)?--m:++n;y=m++;

时间:2024-01-18 07:33:47

相似题目