QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#776016 | #7309. Compressed LCS | LoverInTime | WA | 2ms | 11032kb | C++14 | 3.2kb | 2024-11-23 17:19:39 | 2024-11-23 17:19:40 |
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: 6056kb
input:
1 3 1 2 1 1 2 1 1 2 4 4 1 1 2 1 3 1 4 1 1 1 3 1 2 1 4 1 1 1 1000000000 999 1000000000 1000
output:
2 3 999
result:
ok 3 number(s): "2 3 999"
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 11032kb
input:
6 13 13 9 24 75 23 30 2 235 14 45 6 6 15 13 10 41 23 33 2 53 5 4 21 10 7 53 2 19 11 13 17 45 12 143 11 33 22 10 8 19 14 119 20 27 22 23 12 76 24 84 18 35 26 3 10 48 1 15 14 45 3 11 12 9 10 46 20 55 14 12 1 33 19 21 13 32 9 89 8 15 18 25 19 9 4 40 18 4 15 9 22 15 1 9 17 8 20 3 5 45 9 35 6 12 10 21 13...
output:
268 243 367 129 0 165 274 157 247 12 21 182 123 176 269 74 12 9 468 176 35 53 44 169 99 98 148 304 116 176 152 55 75 43 50 219 147 31 112 112 174 140 122 76 15 4 54 76 0 106 151 0 45 40 98 292 0 0 89 163 223 72 105 90 164 133 63 24 4 66 117 0 35 35 42 221 52 0 103 25 109 174 18 140 91 70 93 57 62 81...
result:
wrong answer 1st numbers differ - expected: '102', found: '268'