【简答题】阅读下列程序,分别写出运行结果 #include using namespace std; int f1(int n) { static m=1; m=n*m; return m; } int main() { for(int i=2;i<=4;i++) cout<
【判断题】旅客列车停靠的高站台边缘距线路中心线的距离为1750mm,安全标线距站台边缘1000mm。
【简答题】读程序二:阅读下列程序,写出运行结果。 main() { inti , j , x = 0 ; for(i = 0 ; i<2 ; i ++ ) { x ++; for(j=0 ; j<3 ; j ++ ) { if(j%2) continue ; x ++; } x ++; } printf( ” x=%d\n ” , x) ; }
【简答题】站台边缘距车辆外侧面之间的距离宜采用 [填空(1)] 。A. 100mm
【判断题】( )自然界酸雨的形成的原因是大气中二氧化硫的含量增多。
【简答题】阅读下列程序,分别写出运行结果 #include using namespace std; int fun(int x,int y) { static t=2; t++; return t*(x+y); } int main() { int a=0,b=1; cout<
【简答题】站台边缘距车辆外侧面之间的距离宜采用[填空(1)] 。