QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#134179 | #2418. Inverted Deck | new_dawn_2# | WA | 58ms | 7536kb | C++17 | 878b | 2023-08-03 12:17:09 | 2023-08-03 12:17:32 |
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: 3468kb
input:
10 1 1 3 2 1 1 1 1 1 1
output:
3 10
result:
ok
Test #2:
score: 0
Accepted
time: 1ms
memory: 3532kb
input:
6 1 1 3 2 4 4
output:
3 4
result:
ok
Test #3:
score: 0
Accepted
time: 1ms
memory: 3576kb
input:
10 1 2 3 6 5 4 7 8 10 9
output:
impossible
result:
ok
Test #4:
score: 0
Accepted
time: 0ms
memory: 3632kb
input:
10 1 2 3 6 5 2 7 8 9 10
output:
impossible
result:
ok
Test #5:
score: 0
Accepted
time: 42ms
memory: 7536kb
input:
1000000 4 40 43 52 59 73 112 121 171 172 176 178 191 213 231 232 246 248 260 281 289 293 299 304 305 313 322 328 334 342 350 354 365 368 375 394 396 415 423 438 442 458 477 481 482 488 509 542 551 560 568 577 600 606 607 618 621 624 630 633 641 648 652 664 670 674 700 714 722 731 738 744 752 759 762...
output:
42808 913472
result:
ok
Test #6:
score: 0
Accepted
time: 58ms
memory: 7392kb
input:
1000000 409 570 1267 1629 3963 5616 6811 7182 7516 10592 13922 13942 14226 15251 15522 16452 16764 19460 20246 20620 23417 24490 27014 27448 27818 28120 28340 29183 30471 30786 30808 31305 31978 32959 33442 33935 33993 34654 35001 36233 37047 38219 38598 38930 38974 41456 41461 43819 46904 48287 498...
output:
impossible
result:
ok
Test #7:
score: 0
Accepted
time: 0ms
memory: 3568kb
input:
10000 51635 207636 237289 385339 516068 567003 663284 736518 805572 976528 1368937 1573659 1608327 1614833 1642465 1928162 2181078 2342076 2380766 2416376 2435735 2500318 2564312 2952411 3174749 3302393 3305579 3326493 3333878 3407137 3428011 3556833 3574078 3597129 3692125 3824718 3957636 3970682 4...
output:
2184 8082
result:
ok
Test #8:
score: 0
Accepted
time: 2ms
memory: 3508kb
input:
10000 417202643 417196298 417003857 416929882 416907389 416722644 416706851 416588892 416127622 415955312 415904698 415693324 415596496 415536167 415516089 415488214 415434479 415353544 415306444 415281695 415065007 414820717 414807870 414656655 414644999 414423971 414324747 414319714 414251770 4142...
output:
1 4198
result:
ok
Test #9:
score: 0
Accepted
time: 2ms
memory: 3676kb
input:
10000 51635 207636 237289 385339 516068 567003 663284 736518 805572 976528 1368937 1573659 1608327 1614833 1642465 1928162 2181078 2342076 2380766 2416376 2435735 2500318 2564312 2952411 3174749 3302393 3305579 3326493 3333878 3407137 3428011 3556833 3574078 3597129 3692125 3824718 3957636 3970682 4...
output:
1160 10000
result:
ok
Test #10:
score: -100
Wrong Answer
time: 2ms
memory: 3520kb
input:
10000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 999921698 999872822 999846654 999790817 999628828 999568776 999516877 999386244 999297091 999206084 999075511 999057319 999022247 998969445 998780767 998725036 998685493 998669764 9986...
output:
impossible
result:
wrong answer Team did not find the solution