Sorry, your browser is not supported. SDNUOJ requires Internet Explorer 8 or greater, please upgrade your browser!
        
        
        
    
    
        
            
                
                    时间限制: 1000 MS   
                    内存限制: 131072 KB
                    提交: 5   
                    解决: 3
                
             
         
        
            
题目描述
        
        
            回文串是从左到右或者从右到左读起来都一样的字符串,试编程判别一个字符串是否为回文串。
 
         
            
                
输入
            
            
            
                
输出
            
            
                判别输入的字符串是否为回文串,是输出"Y",否则输出"N"。
 
             
            
                
样例输入
            
            
            
                
样例输出
            
            
        
            
来源