填空题
以下程序中,for循环体执行的次数是
1
。
#define N 2
#define M N+1
#define K M+1*M/2
main()
{ int i;
for(i=1;i<K;i++)
{…}
…
}
1、
【正确答案】
1、4
【答案解析】
提交答案
关闭