以下程序执行后输出结果是 ( ) int main() { int a=1,b=4,c=2; a=(a+b)/c; printf(\%d\\n\,--a); return0; }

时间:2022-11-15 22:44:55

相似题目