QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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