QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#251826#4584. Not OneZhaoZiLongWA 13ms54712kbC++201.6kb2023-11-15 10:03:062023-11-15 10:03:06

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 13ms
memory: 54636kb

input:

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

output:

4

result:

ok single line: '4'

Test #2:

score: -100
Wrong Answer
time: 8ms
memory: 54712kb

input:

4
1 1 1 1
1 2
2 3
3 4

output:

1

result:

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