int main ( void ) { int ix, iy; float fx = 1.85; float fy = -1.85; ix = fx; //违背1 iy = fy; //违背2 return ( 0 ); }