通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
若有定义语句:
int b=7; float a=2.5,c=4.7;
则表达式:
a+(int)(b/3*(int)(a+c)/2)%4
的值为________。