using System.Collections.Generic;
public static void Main()
List<int> numbers=new List<int>();
Stack<int> stack=new Stack<int>();
bool isCenterPassed=false;
foreach(var i in numbers){
if(counter>=numbers.Count/2 && stack.Count>0){
if(numbers.Count%2==1 && !isCenterPassed){
else if(!isCenterPassed){
Console.WriteLine(string.Format("{0} is not a palindrome number",n));
Console.WriteLine(string.Format("{0} is a palindrome number",n));