QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#547437 | #8940. Piggy Sort | ucup-team1332# | WA | 1ms | 5728kb | C++98 | 1.9kb | 2024-09-04 21:46:24 | 2024-09-04 21:46:26 |
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: 3664kb
input:
3 2 4 1 2 3 4 5 6 7 8 1 2 1 1 3 4 1 2 3 6 9 9 10 15 17 12 18 21
output:
1 2 1 3 1 2
result:
ok 3 lines
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 5728kb
input:
41 1 2 -19 9531 2 3 11 13 3175 4759 2211 3313 10 19 -54 -25 -19 -18 -1 3 61 63 85 88 -54 753 863 2397 3111 4649 4671 4756 5507 7762 -54 369 479 1245 1575 2345 2367 2452 2819 3922 -54 553 663 1797 2311 3449 3471 3556 4107 5762 -54 87 197 399 447 653 675 760 845 1102 -54 320 430 1098 1379 2051 2073 21...
output:
1 1 2 1 10 2 3 4 5 6 7 8 9 1 9 2 3 4 5 6 7 8 1 10 2 3 4 5 6 7 8 9 1 10 2 3 4 5 6 7 8 9 1 8 2 3 4 5 6 7 1 10 2 3 4 5 6 7 8 9 1 4 2 3 1 9 2 3 4 5 6 7 8 1 9 2 3 4 5 6 7 8 1 9 2 3 4 5 6 7 8 1 10 2 3 4 5 6 7 8 9 1 10 2 3 4 5 6 7 8 9 1 9 2 3 4 5 6 7 8 1 9 2 3 4 5 6 7 8 1 10 2 3 4 5 6 7 8 9...
result:
wrong answer 3rd lines differ - expected: '1 2 6 10 5 7 9 4 3 8', found: '1 10 2 3 4 5 6 7 8 9 '