QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#292270#5567. Balanced Permutations_map_#WA 1329ms26556kbC++1413.4kb2023-12-27 22:20:522023-12-27 22:20:52

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 8ms
memory: 25796kb

input:

3 1 2

output:

1 3 2 
1 3 2 

result:

ok 6 numbers

Test #2:

score: 0
Accepted
time: 8ms
memory: 25716kb

input:

4 9 13

output:

3 1 4 2 
-1

result:

ok 5 number(s): "3 1 4 2 -1"

Test #3:

score: 0
Accepted
time: 13ms
memory: 25704kb

input:

4 20 7

output:

-1
2 3 4 1 

result:

ok 5 number(s): "-1 2 3 4 1"

Test #4:

score: -100
Wrong Answer
time: 1329ms
memory: 26556kb

input:

99500 1000000000000000000 1000000000000000000

output:

1 2 4 3 8 5 7 6 16 9 11 10 15 12 14 13 32 17 19 18 23 20 22 21 31 24 26 25 30 27 29 28 64 33 35 34 39 36 38 37 47 40 42 41 46 43 45 44 63 48 50 49 54 51 53 52 62 55 57 56 61 58 60 59 128 65 67 66 71 68 70 69 79 72 74 73 78 75 77 76 95 80 82 81 86 83 85 84 94 87 89 88 93 90 92 91 127 96 98 97 102 99 ...

result:

wrong answer 99475th numbers differ - expected: '99466', found: '99488'