QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#37338 | #1194. Parehtneses Editor | HuangHanSheng | WA | 6ms | 5792kb | C++14 | 1.1kb | 2022-07-01 10:35:26 | 2022-07-01 10:35:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 3ms
memory: 5792kb
input:
(()())---)
output:
0 0 1 1 3 4 3 1 1 2
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 2ms
memory: 3708kb
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: 6ms
memory: 3956kb
input:
))(((-)(()((---(-)(-())-(()()(-)--(())))--()((())-)(()(())((-))))(-(((()((()()()()))-(())((((--))-())-)(-(--))))((((-)(-(-)((((()--(---)(-))()(-)(()()-(())()(()()((()()))))(()(()(-(--)-()((()(((()-))-)(()-()()-(-((-)(-)(((()-)))))-())()-(()((()(-)()))((-))())))()()()(-(-(())-()(()-)-))((()))((--(-()...
output:
0 0 0 0 0 0 1 1 1 3 3 3 3 3 1 1 1 3 3 3 3 7 9 7 7 7 15 15 31 31 31 39 31 15 15 15 31 47 63 71 63 47 47 95 95 95 95 191 287 191 287 287 287 575 575 575 1151 1727 1727 1727 1727 3455 3743 3839 3855 3855 3855 3855 3855 3855 3855 7711 7711 7711 7711 15423 15423 30847 30847 61695 61695 123391 131103 1388...
result:
wrong answer 10th numbers differ - expected: '2', found: '3'