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