QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#400795#6822. Bracket QueryDiaosiWA 1ms4832kbC++141.4kb2024-04-27 16:13:032024-04-27 16:13:04

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