符合对青藏地区描述的是[ ]
A.四序有花常见雨
B.旱地麦浪泛金黄
C.大漠黄沙驼铃响
D.青稞美酒飘哈达
答案:D
(山东省淄博市2009学年度高三二摸,35)Zhang Lin was addicted to computer games during his last year in high school , otherwise he ____________a student of Beijing University .
A.would have been
B.should be
C.has been
D.had been
下列函数的运行结果是( )。 #include<iostream.h> int f(int a,int b) int c; if(a>b)c=1; else if(a==b)c=0; else c=-1; return(c); void main() int i=2,j=3; iht p=f(i,j); cout<<p;
A.-1
B.1
C.2
D.编译出错,无法运行