含碳量增加,会使钢材的硬度和韧性明显提高,塑性和强度明显下降。
参考答案:错
She ______ an English-Chinese dictionary. [ ]
A. is
B. has
C. have
D. are
阅读下面的程序: #include<iostream.h> void main() int x;cin>>x;if(x++>5)cout<<x<<endl;elsecout<<x——<<endl; 如果两次执行上述程序,且键盘输入分别为4和6,则输出结果分别是( )。
A.4,6
B.3,6
C.4,7
D.5,7