QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#350280#7933. Build PermutationMaMengQiWA 248ms54696kbPython3473b2024-03-10 16:33:482024-03-10 16:33:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 9ms
memory: 9616kb

input:

5
4 2 5 1 3

output:

2 1 4 3 5

result:

ok 

Test #2:

score: 0
Accepted
time: 10ms
memory: 9428kb

input:

3
2 2 3

output:

-1

result:

ok 

Test #3:

score: -100
Wrong Answer
time: 248ms
memory: 54696kb

input:

199528
581552649 419782901 924554494 589802859 878336763 659984178 419820729 521791999 956262027 523946290 442086405 808419260 875183942 860794919 584899704 494193909 687014591 794119827 641706288 734029639 795387770 803653459 889799156 455122734 655375888 757642629 427654115 987811208 593072829 584...

output:

29723 28887 180704 65634 53226 130096 16399 107619 198935 67542 73441 126520 25017 166092 85385 110063 150860 69644 108227 166348 97189 152610 109928 153497 112794 34987 28574 180085 32347 45144 46667 77340 63368 139708 133291 128234 44675 119468 19468 87321 11952 36473 62476 63073 47444 61499 90612...

result:

wrong answer Integer 29723 violates the range [-1, -1]