QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#37421 | #1194. Parehtneses Editor | GuanYunchang | WA | 3ms | 3812kb | C++20 | 829b | 2022-07-01 13:33:39 | 2022-07-01 13:33:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3668kb
input:
(()())---)
output:
0 0 1 1 3 4 3 1 1 2
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 1ms
memory: 1796kb
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: 3ms
memory: 3812kb
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 4 4 4 5 6 8 9 8 6 6 7 7 7 7 8 9 8 9 9 9 10 10 10 11 13 13 13 13 16 18 20 22 22 22 22 22 22 22 23 23 23 23 24 24 26 26 29 29 33 34 36 34 34 34 35 36 36 36 36 36 36 36 37 39 37 37 38 40 38 40 40 40 40 40 38 40 42 43 44 44 44 44 44 44 45...
result:
wrong answer 22nd numbers differ - expected: '4', found: '3'