QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#850978#9922. Mah-jongucup-team4269WA 1ms3776kbC++202.3kb2025-01-10 14:01:032025-01-10 14:01:05

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3776kb

input:

5
4
1 1 1 1
6
1 2 3 1 2 3
7
6 5 8 7 6 3 2
8
1 2 1 2 1 2 1 3
9
2 2 4 4 1 1 1 3 3

output:

3
10
15
21
28

result:

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