Hotel guests may take one-day trips offered by the hotel free of charge.
查看答案
It is important that complaints should be followed up.
A. 对
B. 错
以下能正确定义一维数组的选项是()。
A. int num[];
B. int num[0..100];
C.
D. define N 100int num[N];
E. int N=100;int num[N];
画组合体视图最常用的方法是( )
A. 形体分析法
B. 线面分析法
C. 都是
#include void main(){ int i,j,m=55;for(i=1;i<=3;i++)for(j=3;j<=i;j++) m=m%j;printf("%d\n",m); }
A. 0
B. 1
C. 2
D. 3