QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#185991#4584. Not OneMaMengQiWA 1ms4032kbC++204.3kb2023-09-22 22:30:462023-09-22 22:30:47

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 0
Accepted
time: 1ms
memory: 4032kb

input:

4
1 1 1 1
1 2
2 3
3 4

output:

0

result:

ok single line: '0'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 4008kb

input:

5
100 100 100 100 100
3 4
1 2
3 5
2 4

output:

3

result:

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