中国古代儒家的孔子,孟子主张以()治国。
参考答案:礼
平面定位的三点,只许有一个()。
A.支承钉
B.支承板
C.可调支承
D.辅助支承
有以下程序: #include<iostream.h> Float fun(int x, int y) return(x+y) ; void main( ) int a=2,b=5,c=8; cout < < fun((int) fun(a+c, b) ,a-c) ; 程序运行后的输出结果是
A.编译出错
B.9
C.21
D.9.0