Sorry, your browser is not supported. SDNUOJ requires Internet Explorer 8 or greater, please upgrade your browser!
        
        
        
    
        
            
1007.C语言程序设计教程(第三版)课后习题5.5
        
     
    
        
            
                
                    时间限制: 1000 MS   
                    内存限制: 131072 KB
                    提交: 238   
                    解决: 154
                
             
         
        
            
题目描述
        
        
            有一个函数
y={ x      x<1
    | 2x-1   1<=x<10
    \ 3x-11  x>=10
写一段程序,输入x,输出y
 
         
            
                
输入
            
            
            
                
输出
            
            
            
                
样例输入
            
            
            
                
样例输出
            
            
            
                
提示
            
            
        
            
来源