コード例 #1
0
        public string Test(string input)
        {
            RPN rpn = new RPN();

            return(rpn.Input(input));
        }