QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#233699 | #1977. The Last Supper | ZhaoZiLong | WA | 14ms | 5160kb | C++20 | 1.7kb | 2023-10-31 21:34:09 | 2023-10-31 21:34:10 |
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: 3528kb
input:
3 1 3 2 1 L 2 L 3 L
output:
1 2
result:
ok single line: '1 2 '
Test #2:
score: 0
Accepted
time: 0ms
memory: 3648kb
input:
3 2 2 2 3 1 R 3 R
output:
1 3
result:
ok single line: '1 3 '
Test #3:
score: -100
Wrong Answer
time: 14ms
memory: 5160kb
input:
400 260 100000 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 226 227 228 229 230 231 232 233 234 235...
output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 225 226 227 228 229 230 231 232 233 234 235 236 237...
result:
wrong answer 1st lines differ - expected: '346 347 348 349 350 351 352 353 354 355 356 357 358', found: '1 2 3 4 5 6 7 8 9 10 11 12 13 ...93 394 395 396 397 398 399 400 '