下面程序的输出结果为( )
#include
using namespace std;
int main( )
{ int a[3][3]={{1,2},{3,4},{5}}; int s=0;
for (int i=1;i
A12
B13
C14
D15
相关试题
-
下面程序的输出结果为( ) #include using namespace std; int main( ) { int a[3][3]={{1,2},{3,4},{5}}; int
-
下面程序的输出结果是( ) #include using namespace std; f(int a) { int b=0; static int c=3; b++;c++;
-
下面程序的输出结果是( ) #include using namespace std; void fun(int x,int y,int z) { z=x*x+y*y; } int mai
-
下面程序的输出结果是( ) #include using namespace std; int main( ) { int x=6,y=8; if(x++
-
下面程序的输出结果为( ) #include using namespace std; func (int a,int b) { int c; c=a*b; return (c