QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#741910#9623. 合成大西瓜ucup-team5126RE 2ms8540kbC++17986b2024-11-13 15:28:262024-11-13 15:28:34

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 8540kb

input:

7 9
1 4 1 3 3 6 7
5 4
3 6
3 4
2 3
5 2
2 6
6 7
5 1
4 6

output:

6

result:

ok single line: '6'

Test #2:

score: -100
Runtime Error

input:

5 7
1 5 3 1 4
3 5
1 3
5 1
1 4
5 4
2 4
3 2

output:


result: