Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 497 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 497 Bytes

CalcExpressionByStack

Calculate the expression using Reverse Polish Notation and Stack.
Note: The correctness of the espression is not confirmed.

式(文字列)を計算し答えを出力します。
このコードは、式(文字列)を逆ポーランド記法に変換し、スタックを使って評価(計算)を行います。
注意:式の正しさは確認しません。