QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#527863 | #4290. The Great Egg Hunt | ahihi1234 | WA | 2ms | 9900kb | C++14 | 805b | 2024-08-22 21:03:14 | 2024-08-22 21:03:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 9900kb
input:
3 1 2 2 3
output:
2 1 3
result:
ok 3 number(s): "2 1 3"
Test #2:
score: 0
Accepted
time: 2ms
memory: 9052kb
input:
5 1 2 1 3 1 4 1 5
output:
4 2 3 4 5
result:
ok 5 number(s): "4 2 3 4 5"
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 8896kb
input:
9 1 2 2 3 2 4 1 5 5 6 5 7 1 8 8 9
output:
5 3 4 6 7 9
result:
wrong answer 1st numbers differ - expected: '1', found: '5'