QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#102010#6190. Graph ProblemQiulyWA 2ms5444kbC++142.8kb2023-05-02 09:48:092023-05-02 09:48:12

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 5444kb

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'