、请问为什么答案是a若输入2.50,下列程序的执行结果是 b 。void main( ){float r, area ; scanf("%f", &r); printf("%f\n", area=1/2*r*r);}A 0 B 3.125 C 3.13 D 程序有错