如图,采用过冷循环的目的不是为了()。
A、提高液体过冷度
B、提高制冷系数
C、防止吸、排温度过高
D、防止滑油温度过高
参考答案:B
若执行下列的程序时,从键盘上输入1和2,则输出结果是( )。
#include<stdio.h>
main()
int a,b,s;
scanf("%d%d",&a,&B) ;
S=a;
if(a<B) s=b;
s=s*s;
printtf("%d\n",s);
A) 1 B) 4 C) 2 D) 9