QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#884019 | #4219. Insects | spdarkle | WA | 1ms | 9828kb | C++14 | 1.6kb | 2025-02-05 20:54:18 | 2025-02-05 20:54:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 9828kb
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:
0 2 2 3 4 4 4
result:
wrong answer 1st numbers differ - expected: '1', found: '0'