QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#77538 | #1878. No Rest for the Wicked | wlxhkk | WA | 19ms | 88204kb | C++14 | 1.8kb | 2023-02-15 08:13:40 | 2023-02-15 08:13:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 17ms
memory: 88204kb
input:
4 3 2 3 1 1 1 4 1 2 2 1 1 3 1 2 1 3 1 4
output:
2 4 2 3
result:
ok 4 number(s): "2 4 2 3"
Test #2:
score: 0
Accepted
time: 7ms
memory: 87968kb
input:
1 0 138088047 507565360 682493255
output:
682493255
result:
ok 1 number(s): "682493255"
Test #3:
score: -100
Wrong Answer
time: 19ms
memory: 88060kb
input:
4 4 1 4 3 2 4 2 2 4 3 3 4 4 1 2 1 3 2 3 3 4
output:
3 3 3 4
result:
wrong answer 1st numbers differ - expected: '4', found: '3'