# アルゴ式: 883 Q4. 逆ポーランド記法の計算 (Swift)

## [Q4. 逆ポーランド記法の計算](https://algo-method.com/tasks/883)

- 単純にスタックで解く問題
- [hironytic](https://algo-method.com/submissions/407998)さんの簡易的なフレームワークも便利そう
- `TestData`というのは提出されている範囲外で定義されているのかな？

[editorial]: https://algo-method.com/tasks/883/editorial

### 提出

- [AC](https://algo-method.com/submissions/408066)
