QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#189647#6381. LaLa and Harvestingucup-team864#WA 1ms3640kbC++235.1kb2023-09-27 19:04:462023-09-27 19:04:46

詳細信息

Test #1:

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

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: 3640kb

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