社会结构中水平方向的类别参数主要包括()
A.性别
B.宗教
C.种族
D.职业
E.教育
参考答案:A, B, C, D
建筑施工中,混凝土配合比应为( )比。
A.重量
B.体积
C.密度
D.水灰
#include <stdio. h> void main( )int digit; long in , s; seanf(" % Id", &in ); (1) ; (2) ; while(in >0) (3) ; s = s + digit* digit; (4) ; pfinff( "sum = % 1dn", s );