コード例 #1
0
        public override bool Decide(int[] input)
        {
            tm = new UPAPAE_NDTM();
            tm.Setup();

            tm.Run(input);

            return(tm.Accepted);
        }
コード例 #2
0
        public override bool Decide(int[] input)
        {
            tm = new UPAPAE_NDTM();
            tm.Setup();

            meap = new UPAPAE_MEAP(tm);

            return(meap.Decide(input));
        }