QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#181162#5580. Branch ManagerMaMengQiWA 1ms8896kbC++20630b2023-09-16 16:07:012023-09-16 16:07:02

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 8896kb

input:

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

output:

5

result:

ok single line: '5'

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 8888kb

input:

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

output:

2

result:

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