河道水情编码内容应包括水位、()、断面面积、流速、波浪高度、风力风向、河道径流量等信息。
A、水量
B、径流
C、流量
D、总量
参考答案:C
我的梦有好些是关于性方面的事
A.是
B.否
下列程序的输出结果是______。 #include<stdio.h> main()int a=2,b=-1,c=2; if(a<b) if(b<0)c=0; else c++; printf("%d\n",c);