QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#875106#9967. Imbalanced TeamsHuangHanShengWA 1ms3584kbC++171.1kb2025-01-29 07:36:192025-01-29 07:36:20

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3584kb

input:

6 2
2 5 7 2 5 2

output:

8 6

result:

ok 2 number(s): "8 6"

Test #2:

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

input:

5 2
1 1 1 1 1

output:

0 100

result:

wrong answer 2nd numbers differ - expected: '15', found: '100'