QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#339323 | #8281. Pangu and Stones | ucup-team3140 | WA | 104ms | 3880kb | C++20 | 3.5kb | 2024-02-27 02:12:50 | 2024-02-27 02:12:50 |
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: 0ms
memory: 3880kb
input:
3 2 2 1 2 3
output:
9
result:
ok 1 number(s): "9"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3612kb
input:
3 2 3 1 2 3
output:
6
result:
ok 1 number(s): "6"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
4 3 3 1 2 3 4
output:
0
result:
ok 1 number(s): "0"
Test #4:
score: 0
Accepted
time: 104ms
memory: 3772kb
input:
100 4 7 570 608 194 26 243 470 418 119 1000 936 440 302 797 155 676 283 869 60 959 793 158 397 808 656 379 316 485 854 753 280 543 435 756 822 106 561 402 347 99 739 8 682 834 549 812 32 338 765 699 575 575 785 171 504 335 113 284 612 276 518 835 677 865 900 687 48 859 179 343 318 626 812 523 11 400...
output:
120446
result:
ok 1 number(s): "120446"
Test #5:
score: -100
Wrong Answer
time: 22ms
memory: 3616kb
input:
100 35 76 322 199 744 64 89 251 274 508 722 852 273 341 916 231 495 767 852 260 717 813 346 694 113 796 571 754 603 660 271 915 819 330 116 925 301 1 83 769 79 251 833 761 954 899 65 245 263 444 767 780 340 599 952 447 479 137 425 58 835 963 749 164 513 479 179 18 624 975 175 135 767 607 760 718 859...
output:
61694
result:
wrong answer 1st numbers differ - expected: '66473', found: '61694'