Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
動態規劃
二维动力学
Module:
二维动力学
Problem
3
/6
括号恢复
Problem
指定了一个模式,由括号和问号组成。您需要确定有多少种方法可以用括号替换问号,以便获得正确的括号表达式。
输入:
输入包含给定模式的字符串,最大长度为 80 个字符。
输出:
打印所需的路数。初始数据将使该数字不超过
\( 2 \cdot 10^9\)
。
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
????(?
2
表>
1000
ms
64 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary