Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Haskell を使用して、算術式を取り、それを逆ポーランド記法で文字列に変換する関数を作成する必要があります。RPN 式を評価する関数を作成するのは非常に簡単で、心配する必要はありません。厄介なのは算術式から RPN への変換だけです。