考试
1970-01-01 08:00:00

写出下面程序的运行结果: #include void mai

题目描述

写出下面程序的运行结果: #include void main( ) { int a=1,b=0; printf("%d,",b=a+b); printf("%d",a=2*b); }

答案解析

1,2

加载中...
AI正在思考中,请稍候...