皮皮学,免费搜题
登录
搜题
【单选题】
下列各项中,正确的电子邮件地址是
A.
L202@sina.com
B.
TT202#yahoo.com
C.
A112.256.23.6
D.
K201yahoo.com.cn
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】Describe briefly the location of the U.S. What are the three most important rivers in America? Please tell the names of the Great Lakes in North America. Introduce briefly the two long continuing migr...
【单选题】如下程序的输出结果是 #include<iostream> using namespace std: int main( ){ int sum: for(inti=O;i<6;i+=3){ sunl=i: for(intj=i;j<6;j++)suitL+=j; } cout<<sum<<endl: retuIn 0:
A.
3
B.
10
C.
12
D.
15
【简答题】Describe briefly the drilling sump and the treatment system for field treatment of sump fluid.
【单选题】如下程序的输出结果是 main( ) {int a=2,b=-1,c=2 if(a<B) if(b<0)c=0 else c++ cout<<c<<endl }
A.
0
B.
1
C.
2
D.
3
【单选题】如下程序的输出结果是 #include<iostream> using namespaee std; int main( ){ eout.fill('*'); eout.width(6); cout.fill('#'): eout<(123<endl: return 0; }
A.
###123
B.
123###
C.
***123
D.
123***
【单选题】如下程序的输出结果是 main( ) {float x=2.0,y if(x<0.0) y=0.0 else if(x<10.0) y=1.0/x else y=1.0 cout<<y<<endl }
A.
0.000000
B.
0.250000
C.
0.500000
D.
1.000000
【简答题】读定位轴线及其编号。该小学教学楼一层平面图有 道纵轴,编号用 从下到上顺序标出;横轴有 道,编号用阿拉伯数字 顺序标出。 轴线与墙体的位置关系是 。保健室的开间尺寸是 米 ,进深尺寸是 米 。
【单选题】有如下程序 main() { char s[]='ABCD', *p for(p=s+1 p 该程序的输出结果是
A.
ABCD BCD CD D
B.
A B C D
C.
B C D
D.
BCD CD D
【单选题】如下程序的输出结果是main(){inta=2, b=-1, c=2if(a<B) if(b<0)c=0; else c++cout<<c<<end1}
A.
0
B.
1
C.
2
D.
3
【单选题】如下程序的输出结果是main(){float x=2.0, y;if(x<0.0)y=0.0;else if(x<10.0)y= 1.0/x;else y= 1.0cout<<y<<end1}
A.
0
B.
0.25
C.
0.5
D.
1
相关题目: