(6)以下程序运行后的输出结果是 【6】 。

include main() { int a; a=(int)((double)(3/2)+0.5+(int)1.99*2); printf("%d\n",a); }

时间:2024-04-12 15:41:04

相似题目