QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#843134#9967. Imbalanced Teamsucup-team1782#WA 0ms3752kbC++141.4kb2025-01-04 16:57:172025-01-04 16:57:17

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3684kb

input:

6 2
2 5 7 2 5 2

output:

8
6

result:

ok 2 number(s): "8 6"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3752kb

input:

5 2
1 1 1 1 1

output:

0
15

result:

ok 2 number(s): "0 15"

Test #3:

score: 0
Accepted
time: 0ms
memory: 3688kb

input:

2 1
1 1

output:

0
1

result:

ok 2 number(s): "0 1"

Test #4:

score: 0
Accepted
time: 0ms
memory: 3724kb

input:

2 1
1 2

output:

1
1

result:

ok 2 number(s): "1 1"

Test #5:

score: -100
Wrong Answer
time: 0ms
memory: 3720kb

input:

10 4
3 3 1 2 4 6 2 4 4 1

output:

12
0

result:

wrong answer 2nd numbers differ - expected: '1', found: '0'