QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#150268#5580. Branch ManagerMaMengQiWA 3ms9644kbC++171.1kb2023-08-25 16:06:062023-08-25 16:06:07

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 9644kb

input:

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

output:

1 1 0 1 1 1 1 1 
1 1 0 1 1 1 1 1 
1 0 0 1 1 1 1 1 
1 0 0 1 1 1 1 1 
1 0 0 1 1 0 0 1 
5

result:

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