창고 와 대열 을 이용 하여 답장 을 판단 하 다

811 단어 데이터 구조
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace _404_       
{
    class Program
    {
        static void Main(string[] args)
        {
            string str = Console.ReadLine();
            Stack stack = new Stack();
            Queue queue = new Queue();
            for(int i=0;i0)
            {
                if(stack.Pop()!=queue.Dequeue())
                {
                    IsHui = false;
                    break;
                }
            }
            Console.WriteLine("     :" + IsHui);
            Console.ReadKey();
        }
    }
}

좋은 웹페이지 즐겨찾기