QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#35747 | #1817. AND Permutation | ZhangYiDe | WA | 5ms | 13944kb | C++17 | 2.0kb | 2022-06-18 12:57:45 | 2022-06-18 12:57: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: 5ms
memory: 13944kb
input:
6 0 1 4 5 2 6
output:
4 6 0 2 5 1
result:
ok OK!
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 13860kb
input:
272 315 138 126 6 394 297 44 273 84 200 9 197 396 133 16 46 65 87 86 336 316 174 140 162 250 306 52 188 57 36 63 192 320 388 10 156 15 208 38 32 31 228 30 305 234 384 220 142 72 27 337 110 94 317 304 242 398 209 5 323 29 284 301 309 244 230 261 61 254 266 194 296 275 313 80 206 214 88 308 18 288 106...
output:
196 100 384 1 116 214 83 160 131 308 54 314 114 106 8 81 62 128 129 168 195 0 98 277 0 192 11 322 70 27 64 288 184 122 17 259 48 303 25 31 32 282 33 192 0 126 0 257 55 36 170 0 416 194 192 0 112 302 2 188 34 224 210 202 0 0 154 66 0 149 317 215 164 198 47 0 297 422 200 12 192 133 0 321 72 22 0 53 26...
result:
wrong answer Output value not an unused input value.