QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#39509 | #1194. Parehtneses Editor | csffm | WA | 5ms | 5692kb | C++11 | 1.2kb | 2022-07-10 19:35:09 | 2022-07-10 19:35:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 5692kb
input:
(()())---)
output:
0 0 1 1 3 4 3 1 1 2
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 2ms
memory: 3780kb
input:
()--()()----)(()()))
output:
0 1 0 0 0 1 1 3 1 1 0 0 0 0 0 1 1 3 4 4
result:
ok 20 numbers
Test #3:
score: -100
Wrong Answer
time: 5ms
memory: 3864kb
input:
))(((-)(()((---(-)(-())-(()()(-)--(())))--()((())-)(()(())((-))))(-(((()((()()()()))-(())((((--))-())-)(-(--))))((((-)(-(-)((((()--(---)(-))()(-)(()()-(())()(()()((()()))))(()(()(-(--)-()((()(((()-))-)(()-()()-(-((-)(-)(((()-)))))-())()-(()((()(-)()))((-))())))()()()(-(-(())-()(()-)-))((()))((--(-()...
output:
0 0 0 0 0 0 1 1 1 2 2 2 2 2 1 1 1 2 2 2 2 3 5 3 3 3 4 4 6 6 6 7 6 6 6 6 7 8 9 10 9 8 8 9 9 9 9 10 11 10 11 11 11 12 12 12 13 15 15 15 15 17 19 21 23 23 23 23 23 23 23 24 24 24 24 25 25 27 27 29 29 31 32 34 32 32 32 33 34 34 34 34 34 34 34 35 37 35 35 36 37 36 37 37 37 37 37 37 39 40 41 42 42 42 42 4...
result:
wrong answer 22nd numbers differ - expected: '4', found: '3'