QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#417884 | #3067. Justified Jungle | MaMengQi | WA | 1ms | 3656kb | C++20 | 3.3kb | 2024-05-23 00:27:45 | 2024-05-23 00:27:46 |
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: 3656kb
input:
8 1 2 2 3 1 4 4 5 6 7 8 3 7 3
output:
1 3 7
result:
ok single line: '1 3 7 '
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3472kb
input:
96 73 27 3 59 32 76 74 17 38 8 93 46 11 23 9 68 73 59 3 32 32 74 74 8 8 93 46 11 11 9 7 71 92 78 29 35 34 51 81 36 65 79 2 58 6 40 7 92 78 35 35 51 34 36 81 65 65 2 2 6 39 21 25 24 77 94 42 75 39 24 24 77 94 75 54 64 63 88 91 67 85 31 64 88 63 67 91 85 42 91 32 7 92 85 47 49 90 14 62 5 89 96 69 50 4...
output:
0 1 2 3 5 7 10 11 15 15 15 17 23 24 25 31 32 42 47 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95 95
result:
wrong answer 1st lines differ - expected: '1 2 5 11 23 47 95', found: '0 1 2 3 5 7 10 11 15 15 15 17 ... 95 95 95 95 95 95 95 95 95 95 '