Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
字符串
正确的括号顺序 (RSP)
Module:
正确的括号顺序 (RSP)
Problem
6
/6
括号-2
Problem
打印所有长度为
N
的有效括号表达式,由圆括号和方括号组成。
输入
第一行包含一个数字
N
。
\(1 <= N <= 14\)
,
N
是偶数。
输出
每个表达式单独显示一行。
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
2
()
[]
2
4
(())
[[]]
[()]
()[]
[]()
()()
([])
[][]
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary