QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#414965 | #1817. AND Permutation | Princeton_Tigers# | WA | 4ms | 54776kb | C++17 | 3.0kb | 2024-05-20 05:57:39 | 2024-05-20 05:57:39 |
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: 3ms
memory: 54680kb
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: 4ms
memory: 54776kb
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 116 256 0 85 214 18 238 11 311 182 314 83 58 46 16 186 416 1 166 195 337 51 21 261 141 10 323 390 26 320 319 63 122 52 35 128 303 24 30 160 283 32 206 277 71 291 49 148 420 174 145 129 194 69 269 112 302 42 188 418 131 210 202 267 281 250 386 257 180 317 215 236 198 39 305 297 422 74 44 151 149 ...
result:
wrong answer Output value not an unused input value.