QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#400795 | #6822. Bracket Query | Diaosi | WA | 1ms | 4832kb | C++14 | 1.4kb | 2024-04-27 16:13:03 | 2024-04-27 16:13:04 |
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: 1ms
memory: 4832kb
input:
4 1 1 2 0
output:
! ()()
result:
ok ok
Test #2:
score: 0
Accepted
time: 1ms
memory: 4608kb
input:
4 1 1 2 2
output:
! (())
result:
ok ok
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 4468kb
input:
2 2 1 1 1 2 2 -1
output:
?
result:
wrong answer participant reports no solution but jury has one