这怎么是0?????
/* Note:Your choice is C IDE */
#include "stdio.h"
main()
{ float b;
b=2.5+7%3*(int)(4.7+2.5)%2/4;
printf("%d",b);
}
/* Note:Your choice is C IDE */
#include "stdio.h"
main()
{ float b;
b=2.5+7%3*(int)(4.7+2.5)%2/4;
printf("%d",b);
}