QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#884042 | #4219. Insects | spdarkle | WA | 1ms | 9828kb | C++14 | 1.7kb | 2025-02-05 21:03:09 | 2025-02-05 21:03:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 9820kb
input:
3 0 0 1 1 2 2 4 0 0 1 1 0 0 3 3
output:
1 2 2 3
result:
ok 4 number(s): "1 2 2 3"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 9828kb
input:
9 22 44 7 6 10 48 46 20 21 35 33 16 36 41 29 4 45 22 7 46 39 44 32 1 48 43 19 28 34 8 48 15 18
output:
9 2 2 3 4 4 4
result:
wrong answer 1st numbers differ - expected: '1', found: '9'