Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
プログラミングの基礎。 複雑なワークショップ
サブプログラム。再帰 - 2
Module:
サブプログラム。再帰 - 2
Problem
9
/10
ブラケット-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