Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 動態數據結構
堆叠练习
Module:
堆叠练习
Problem
4
/5
中缀到后缀
Problem
编写一个程序,将中缀形式的算术表达式转换为后缀形式。
输入
输入是表示表达式中缀形式的字符串(字符串中没有空格)。
印记
打印给定表达式的后缀形式,用单个空格将每个操作数和操作彼此分隔开。
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
(5+3)*(7+2*4)
5 3 + 7 2 4 * + *
表>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary