相关试题
-
有如下程序: #include using namespace std; class Base{ protected: Base(){cout
-
下列程序的运行结果是:( ) #include using namespace std; int main() { int a=2; int b=a+1; cout
-
下面程序的输出结果是( )。 #include using namespace std; int main( ) { int a=6,b=6; if(a>5) a-=1
-
下面程序的输出结果为( ) #include using namespace std; func (int a,int b) { int c; c=a*b; return (c
-
下面程序的输出结果是( ) #include using namespace std; int main( ) { int x=6,y=8; if(x++