ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#98400 | #1694. 括号匹配(基础) | COdEtreE | 100 | 1ms | 1204kb | C++11 | 339b | 2020-02-21 23:30:28 | 2020-02-21 23:30:28 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1200kb
input:
()()()()()()()()()()())(
output:
No
result:
ok single line: 'No'
Test #2:
score: 20
Accepted
time: 1ms
memory: 1204kb
input:
()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()...
output:
Yes
result:
ok single line: 'Yes'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1200kb
input:
(()()()()()()()()())()()(()()()()()()()()())()()()()()()()()()()()()()()()()()()()()()()()((()()()()...
output:
Yes
result:
ok single line: 'Yes'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1204kb
input:
((((((((
output:
No
result:
ok single line: 'No'
Test #5:
score: 20
Accepted
time: 0ms
memory: 1204kb
input:
((()()()()()()()()()()()()()()()()()())()()()()()()()()()()()()()()()()(()()()()()()()()()()()()()()...
output:
Yes
result:
ok single line: 'Yes'