//构造测试例 int main ( void ) { int fSpeed = 1; //违背1 int fspeed = 0; //违背2 //... return ( 0 ); }