QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#742600#9623. 合成大西瓜ucup-team647#WA 0ms3588kbC++20889b2024-11-13 16:53:032024-11-13 16:53:08

詳細信息

Test #1:

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

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
Wrong Answer
time: 0ms
memory: 3584kb

input:

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

output:

4

result:

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