QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#854184#9732. Gathering Mushroomsucup-team5240#WA 3ms30504kbC++142.7kb2025-01-11 22:16:242025-01-11 22:16:30

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 30504kb

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 41'