T a,b;//定义a,bcin>>a>>b;//输入要比较的两个数if( task ==1)//返回较大值returna>b ? a : b;elseif( task ==2)//返回较小值returna