QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#90330#4000. Dynamic ReachabilityTTW#WA 0ms3688kbC++172.5kb2023-03-22 18:02:132023-03-22 18:02:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3688kb

input:

5 6 7
1 2
1 3
2 4
3 4
3 5
4 5
2 1 5
2 2 3
1 3
1 4
2 1 4
1 3
2 1 5

output:

YES
NO
NO
NO
YES
NO
YES

result:

wrong answer 4th lines differ - expected: 'YES', found: 'NO'