int n=0; while(n=1)n++; while循環(huán)執(zhí)行次數(shù)是()
下列程序段的輸出結(jié)果是()。 for(i=0,j=10,k=0;i<=j;i++,j-=3,k=i+j);cout<< k;