ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#110664 | #1530. 合法的括号 | Tom | 100 | 162ms | 13848kb | C++11 | 563b | 2020-06-27 21:38:33 | 2020-06-27 21:38:34 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1252kb
input:
1
output:
()
result:
ok single line: '()'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1256kb
input:
2
output:
(()) ()()
result:
ok 2 lines
Test #3:
score: 10
Accepted
time: 0ms
memory: 1256kb
input:
3
output:
((())) (()()) (())() ()(()) ()()()
result:
ok 5 lines
Test #4:
score: 10
Accepted
time: 0ms
memory: 1256kb
input:
4
output:
(((()))) ((()())) ((())()) ((()))() (()(())) (()()()) (()())() (())()() ()((())) ()(()()) ()(())() (...
result:
ok 13 lines
Test #5:
score: 10
Accepted
time: 0ms
memory: 1260kb
input:
5
output:
((((())))) (((()()))) (((())())) (((()))()) (((())))() ((()(()))) ((()()())) ((()())()) ((()()))() (...
result:
ok 34 lines
Test #6:
score: 10
Accepted
time: 0ms
memory: 1268kb
input:
6
output:
(((((()))))) ((((()())))) ((((())()))) ((((()))())) ((((())))()) ((((()))))() (((()(())))) (((()()()...
result:
ok 89 lines
Test #7:
score: 10
Accepted
time: 0ms
memory: 1288kb
input:
7
output:
((((((())))))) (((((()()))))) (((((())())))) (((((()))()))) (((((())))())) (((((()))))()) (((((())))...
result:
ok 233 lines
Test #8:
score: 10
Accepted
time: 0ms
memory: 1344kb
input:
8
output:
(((((((()))))))) ((((((()())))))) ((((((())()))))) ((((((()))())))) ((((((())))()))) ((((((()))))())...
result:
ok 610 lines
Test #9:
score: 10
Accepted
time: 0ms
memory: 1168kb
input:
0 9
output:
result:
ok 0 lines
Test #10:
score: 10
Accepted
time: 162ms
memory: 13848kb
input:
13
output:
((((((((((((())))))))))))) (((((((((((()()))))))))))) (((((((((((())())))))))))) (((((((((((()))()))...
result:
ok 75025 lines