QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#182042#4584. Not OneZhangYiDeWA 9ms35024kbC++112.1kb2023-09-17 10:07:242023-09-17 10:07:24

详细

Test #1:

score: 100
Accepted
time: 9ms
memory: 33032kb

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: 7ms
memory: 35024kb

input:

4
1 1 1 1
1 2
2 3
3 4

output:

4

result:

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