QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#542836 | #8936. Team Arrangement | ucup-team4765# | WA | 95ms | 57348kb | Java11 | 4.2kb | 2024-09-01 06:22:18 | 2024-09-01 06:22:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 95ms
memory: 57348kb
input:
3 2 3 1 2 2 2 4 5 100
output:
9
result:
ok single line: '9'
Test #2:
score: 0
Accepted
time: 79ms
memory: 53568kb
input:
3 1 3 3 3 2 3 1 1 100
output:
100
result:
ok single line: '100'
Test #3:
score: -100
Wrong Answer
time: 87ms
memory: 53532kb
input:
2 1 1 2 2 1 1
output:
2
result:
wrong answer 1st lines differ - expected: 'impossible', found: '2'