问题详情

下列程序的输出结果是【】。

main()

{

int a=1,b=2;

a=a+b;b=a-b;a=a-b;

prrintf("%d,%d\n",a,b) ;

}

参考答案
您可能感兴趣的试题