QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#189655#6381. LaLa and Harvestingucup-team864#WA 1ms3636kbC++235.2kb2023-09-27 19:09:562023-09-27 19:09:56

詳細信息

Test #1:

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

input:

6 7
1 1 1 1 1 1
0 1
1 2
2 3
2 4
1 5
1 4
0 5
1
2 5

output:

2 2
3 5 

result:

ok n=6, m=7, k=1, w=2

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3636kb

input:

2 1
2 5
0 1
1
0 1

output:

2 1
1 

result:

wrong answer The reported sum does not match the output set