题目内容
分析并写出下列程序的运行结果#includeint main(){int a=12,b=3;float x=18.5,y=4.6;printf("%f\n",(float)(a*b)/2);printf("%d\n",(int)x%(int)y);}
查看答案
搜索结果不匹配?点我反馈