34×56×45,
=12(千克);
答:甲队采了12千克茶叶.
餐台插花的形式有()。
A.自立形
B.倾斜形
C.悬空形
D.长腰形
下列程序的输出结果是( )。
main()
int a=1,b=2;
printf("%d,%d\n",--a,++B) ;
A.1,2
B.1,3
C.0,2
D.0,3