QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#551524 | #9245. Bracket Sequence | ucup-team4752# | WA | 1ms | 3680kb | C++20 | 3.7kb | 2024-09-07 17:13:33 | 2024-09-07 17:13:33 |
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: 0
Wrong Answer
time: 1ms
memory: 3680kb
input:
5 20 (()() 1 1 2 1 1 1 3 1 1 1 4 1 1 1 5 1 1 2 3 1 1 2 4 1 1 2 5 1 1 3 4 1 1 3 5 1 1 4 5 1 2 1 3 1 2 1 4 1 2 1 5 1 2 2 3 1 2 2 4 1 2 2 5 1 2 3 5 1 2 4 5 1 1 1 5 2 2 1 5 2
output:
0 1 5 1 1 3 2 1 2 3 1 1 4 2 2 5 3 3 6 4 5 7 4 4 8 5 5 0 2 2 5 1 1 3 0 1 1 3 6 16 1 2 7 2 1 2 3
result:
wrong answer 1st lines differ - expected: '0', found: '0 1 5'