From 3f86fa2bb02fee6c9e5dd50ed06bc4bc64efbcb2 Mon Sep 17 00:00:00 2001 From: SKTT1Ryze Date: Wed, 6 Mar 2024 11:35:13 +0800 Subject: [PATCH] update small --- leetcode-cc/EvaluateReversePolishNotation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leetcode-cc/EvaluateReversePolishNotation.hpp b/leetcode-cc/EvaluateReversePolishNotation.hpp index abd7207..86899d4 100644 --- a/leetcode-cc/EvaluateReversePolishNotation.hpp +++ b/leetcode-cc/EvaluateReversePolishNotation.hpp @@ -14,7 +14,7 @@ IMPLEMENT_PROBLEM_CLASS( "You are given an array of strings tokens that represents an arithmetic " "expression in a Reverse Polish Notation.Evaluate the expression. Return " "an integer that represents the value of the expression.", - {""}); + {"RPN"}); class SEvaluateReversePolishNotation : public ISolution { public: