QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#37380 | #1194. Parehtneses Editor | HuangHanSheng | WA | 4ms | 7792kb | C++17 | 2.3kb | 2022-07-01 12:28:14 | 2022-07-01 12:28:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 4ms
memory: 7792kb
input:
(()())---)
output:
0 0 1 1 3 4 3 1 1 2
result:
ok 10 numbers
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 7648kb
input:
()--()()----)(()()))
output:
0 1 0 0 0 1 1 3 1 1 1 0 1 1 0 1 1 3 5 6
result:
wrong answer 11th numbers differ - expected: '0', found: '1'