QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#151641#5580. Branch ManagerMaMengQiWA 0ms12760kbC++171.1kb2023-08-27 12:15:252023-08-27 12:15:28

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

0 8
0 3
0 1
3 7
1 2
3 4
4 5
5 6
5

result:

wrong answer 1st lines differ - expected: '5', found: '0 8'