QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#787032 | #9252. Penguins in Refrigerator | rotcar08 | WA | 3ms | 20256kb | C++17 | 3.1kb | 2024-11-27 08:54:46 | 2024-11-27 08:54:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 20196kb
input:
5 10 1 2 3 4 5 6 5 3 9 2
output:
3 5 4 2 1 3
result:
ok 2 lines
Test #2:
score: 0
Accepted
time: 0ms
memory: 20256kb
input:
5 10 1 2 3 4 5 2 4 3 3 8
output:
30 1 5 2 3 4
result:
ok 2 lines
Test #3:
score: 0
Accepted
time: 3ms
memory: 20168kb
input:
5 10 1 2 3 4 5 2 3 4 5 1
output:
120 1 2 3 4 5
result:
ok 2 lines
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 20200kb
input:
5 10 1 2 3 4 5 2 3 4 5 6
output:
10 1 2 3 5 4
result:
wrong answer 1st lines differ - expected: '60', found: '10'