QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#770381#6601. Mean Streets of Gadgetzanucup-team5027WA 4ms30412kbC++141.4kb2024-11-21 21:37:432024-11-21 21:37:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 29648kb

input:

3 3
!1
2 -> 1
1 2 -> !3

output:

FFF

result:

ok ok, solution exists

Test #2:

score: 0
Accepted
time: 0ms
memory: 30412kb

input:

6 4
1 -> 2
1 3 -> !2
1 -> 3
4 -> 2
1
2 3 4 -> !1

output:

conflict

result:

ok ok, conflict

Test #3:

score: -100
Wrong Answer
time: 4ms
memory: 30212kb

input:

10 10
2 -> !10
5 -> 1
6
5 4 3 -> 2
6 -> !10
!4
8 -> !9
7
2 -> 3
!10

output:

conflict

result:

wrong answer participant claims conflict, but solution actually exists