气瓶的安全检验周期是:盛装腐蚀性气体的气瓶,每()年检验一次;盛装一般气体的气瓶,每()年检验一次;液化石油气瓶,使用未超过二十年的,每()年检验一次。
A:3,2,5 B:5,2,3 C:1,2,3 D:2,3,5
以下程序的运行结果是 #include<iostream.h> void sub(int x,int y,int *z) { *z=y-x;} void main( ) { int a,b,c; sub(10,5,&a) ; sub(7,a,&b) ; sub(a,b,&c) ; cout << a <<","<< b <<"," << c << endl;}
A:5,2,3 B:-5,-12,-7 C:-5,-12,-17 D:5,-2,-7
以下程序的运行结果是( )。
#include<iostream.h>
void sub(int x,int y,int *z)
{ *z=y-x;}
void main( )
{ int a,b,c;
sub(10,5,&A) ;
sub(7,a,&B) ;
sub(a,b,&C) ;
cout < < a < < "," < < b < < "," < < c < < end1;}
A:5,2,3 B:-5,-12,-7 C:-5,-12,-17 D:5,-2,-7
请选出以下程序的输出结果 ( ) #include<stdio.h> sub(x,y,z) int x,y,*z; { *2=y-x;} main( ) { int a,b,c; sub(10,5,&A) ;sub(7,a,&B) ;sub(a,b,&C) ; printf("%d,%d,%d/n",a,b,C) ; }
A:5,2,3 B:-5,-12,-7 C:-5,-12,-17 D:5,-2,-7
下列程序段,在运行时最后输出的内容是( )。
a=2
c=3
AAA:
c=c * a
If c〈10 Then
Print c
GoTo AAA
Else
Print“10以内的奇数显示完毕”
End If
A:5,2,3 B:-5,-12,-7 C:-5,-12,-17 D:5,-2,-7
以下程序的运行结果是 #include<iostream.h> void sub(int x,int y,int*z) { *z=y-x;} void main( ) { int a,b,c; sub(10,5,&a); sub(7,a,&b); sub(a,b,&c); cout << a <<","<< b<<"," << C << endl;}
A:5,2,3 B:-5,-12,-7 C:-5,-12,-17 D:5,-2,-7
请选出以下程序的输出结果 ______。#include <stdio. h>sub(x, y, z)int x, y,*z;{*z=y-x:}main( ){ int a, b, c; sub 10,5,&a);sub(7,a,&b);sub(a, b, &c); printf("%d,% d,/%d/n", a, b, c);}
A:5,2,3 B:-5,-12,-7 C:-5,-12,-17 D:5,-2,-7
R1、R2是一个自治系统中采用RIP路由协议的两个相邻路由器,R1的路由表如图 (a)所示,当R1收到R2发送的如图(b)的 (V, D) 报文后,R1更新的四个路由表 项中距离值从上到下依次为0,4,4,3
那么,不可能的取值序列为()
A:4,4,3 B:4,5,3 C:5,2,3 D:5,4,3