QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#504191#7614. BoxesGuanYunChangWA 0ms3556kbC++171.1kb2024-08-04 09:50:482024-08-04 09:50:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3556kb

input:

4
5
1 2 1 1 8
3
1 1 1
6
1 1 1 4 1 2
3
8 4 2

output:

1
1
2
2

result:

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