QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#875106 | #9967. Imbalanced Teams | HuangHanSheng | WA | 1ms | 3584kb | C++17 | 1.1kb | 2025-01-29 07:36:19 | 2025-01-29 07:36:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
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'