QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#854713#9732. Gathering Mushroomsucup-team3612#WA 2ms9812kbC++234.8kb2025-01-12 06:42:292025-01-12 06:42:31

詳細信息

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 9812kb

input:

3
5 3
2 2 1 3 3
2 5 1 2 4
5 4
2 2 1 3 3
2 5 1 2 4
3 10
1 2 3
1 3 2

output:

2 3 2 3 3 
41
3 3 3 3 3 
45
1 2 3 
14

result:

wrong answer 1st lines differ - expected: '41', found: '2 3 2 3 3 '