ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#110655 | #1530. 合法的括号 | LightningUZ | 40 | 631ms | 64004kb | C++11 | 1.1kb | 2020-06-27 20:40:18 | 2020-06-27 20:40:19 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1248kb
input:
1
output:
()
result:
ok single line: '()'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1268kb
input:
2
output:
(()) ()()
result:
ok 2 lines
Test #3:
score: 10
Accepted
time: 0ms
memory: 1268kb
input:
3
output:
((())) (()()) (())() ()(()) ()()()
result:
ok 5 lines
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 1272kb
input:
4
output:
(((()))) ((()())) ((())()) ((()))() (()(())) (()()()) (()())() (())()() ()((())) ()(()()) ()(())() (...
result:
wrong output format Extra information in the output file
Test #5:
score: 0
Wrong Answer
time: 0ms
memory: 1272kb
input:
5
output:
((((())))) (((()()))) (((())())) (((()))()) (((())))() ((()(()))) ((()()())) ((()())()) ((()()))() (...
result:
wrong answer 10th lines differ - expected: '((())()())', found: '((())(()))'
Test #6:
score: 0
Wrong Answer
time: 0ms
memory: 1280kb
input:
6
output:
(((((()))))) ((((()())))) ((((())()))) ((((()))())) ((((())))()) ((((()))))() (((()(())))) (((()()()...
result:
wrong answer 12th lines differ - expected: '(((())()()))', found: '(((())(())))'
Test #7:
score: 0
Wrong Answer
time: 0ms
memory: 1296kb
input:
7
output:
((((((())))))) (((((()()))))) (((((())())))) (((((()))()))) (((((())))())) (((((()))))()) (((((())))...
result:
wrong answer 14th lines differ - expected: '((((())()())))', found: '((((())(()))))'
Test #8:
score: 0
Wrong Answer
time: 0ms
memory: 1376kb
input:
8
output:
(((((((()))))))) ((((((()())))))) ((((((())()))))) ((((((()))())))) ((((((())))()))) ((((((()))))())...
result:
wrong answer 16th lines differ - expected: '(((((())()()))))', found: '(((((())(())))))'
Test #9:
score: 10
Accepted
time: 0ms
memory: 1244kb
input:
0 9
output:
result:
ok 0 lines
Test #10:
score: 0
Wrong Answer
time: 631ms
memory: 64004kb
input:
13
output:
((((((((((((())))))))))))) (((((((((((()()))))))))))) (((((((((((())())))))))))) (((((((((((()))()))...
result:
wrong answer 26th lines differ - expected: '((((((((((())()())))))))))', found: '((((((((((())(())))...