QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#521587#6601. Mean Streets of GadgetzanHuangHanShengWA 9ms56968kbC++172.2kb2024-08-16 12:49:302024-08-16 12:49:30

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 9ms
memory: 56856kb

input:

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

output:

FFF

result:

ok ok, solution exists

Test #2:

score: 0
Accepted
time: 7ms
memory: 56916kb

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: 0
Accepted
time: 4ms
memory: 56848kb

input:

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

output:

FFFFFTTFFF

result:

ok ok, solution exists

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 56968kb

input:

10 20
10 -> 16
11 15 3 9 7 -> 18
!15
7 -> !16
8 13 14 7 -> !3
15 10 7 -> !4
9 13 -> 19
14 -> !3
14 -> !1
7 -> 18

output:

FFFFFFFFFF

result:

wrong answer participant found wrong solution