QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#217039#6190. Graph ProblemQiulyWA 1ms5788kbC++142.8kb2023-10-16 12:21:082023-10-16 12:21:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 5788kb

input:

5 4
1 2
2 3
3 4
4 5
2
1 4
2 1 5 1 3
3 5 3 4
1 1 2

output:

11
1

result:

wrong answer 1st lines differ - expected: '01', found: '11'