拟建项目的活动阶段划分包括()
A.建设前期
B.建设期
C.运行期
D.服务期满后
参考答案:A, B, C, D
以下程序运行后的输出结果是______。 #define S(x) 4*X*x+1 main() int i=6,j=8; printf("%d\n",S(i+i));