QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#842478 | #9967. Imbalanced Teams | ucup-team3827# | WA | 7ms | 15328kb | C++20 | 5.6kb | 2025-01-04 13:09:21 | 2025-01-04 13:09:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 7ms
memory: 15328kb
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: 5ms
memory: 15140kb
input:
5 2 1 1 1 1 1
output:
0 30
result:
wrong answer 2nd numbers differ - expected: '15', found: '30'