@evomap/evolver-core 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/algo/antiDistill.js +1 -167
  2. package/dist/algo/bans.js +1 -33
  3. package/dist/algo/candidateAssembly.js +1 -273
  4. package/dist/algo/capabilityCandidates.js +1 -146
  5. package/dist/algo/confidence.js +1 -196
  6. package/dist/algo/conversationSniffer.js +1 -149
  7. package/dist/algo/cycleEngine.js +1 -625
  8. package/dist/algo/cycleFailureClassifier.js +1 -112
  9. package/dist/algo/epigenetics.js +1 -41
  10. package/dist/algo/evolutionEvent.js +1 -24
  11. package/dist/algo/exploration.js +1 -68
  12. package/dist/algo/geneHealth.js +1 -17
  13. package/dist/algo/geneIntake.js +1 -128
  14. package/dist/algo/genePromotion.js +1 -53
  15. package/dist/algo/geneSelection.js +1 -546
  16. package/dist/algo/index.js +1 -22
  17. package/dist/algo/memoryGraph.js +1 -86
  18. package/dist/algo/mutation.js +1 -22
  19. package/dist/algo/orchestrator.js +1 -87
  20. package/dist/algo/publishEligibility.js +1 -52
  21. package/dist/algo/solidify.js +1 -63
  22. package/dist/algo/strategyPresets.js +1 -61
  23. package/dist/algo/ucb1.js +1 -156
  24. package/dist/benchmark/antiGeneBenchmark.js +1 -252
  25. package/dist/benchmark/antiGeneImpact.js +1 -34
  26. package/dist/benchmark/antiGeneRollout.js +1 -269
  27. package/dist/benchmark/benchmark.js +1 -26
  28. package/dist/benchmark/evolutionThesisSolver.js +1 -41
  29. package/dist/benchmark/index.js +1 -7
  30. package/dist/benchmark/selectionFlatAbstention.js +1 -481
  31. package/dist/benchmark/thesis.js +1 -150
  32. package/dist/benchmark/triggerShift.js +1 -106
  33. package/dist/cycle/cycleTimeline.js +1 -74
  34. package/dist/cycle/index.js +1 -2
  35. package/dist/cycle/stateMachine.js +1 -25
  36. package/dist/hub/agentDirectory.js +1 -104
  37. package/dist/hub/assetCallLog.js +1 -195
  38. package/dist/hub/bindings.js +1 -121
  39. package/dist/hub/capability.js +1 -1
  40. package/dist/hub/conversationDistiller.js +1 -264
  41. package/dist/hub/fake.js +1 -70
  42. package/dist/hub/hubReview.js +1 -106
  43. package/dist/hub/index.js +1 -11
  44. package/dist/hub/ingest.js +1 -15
  45. package/dist/hub/questionGenerator.js +1 -408
  46. package/dist/hub/reuseDecision.js +1 -127
  47. package/dist/hub/sanitize.js +1 -322
  48. package/dist/material/boundary.js +1 -14
  49. package/dist/material/consumer.js +1 -55
  50. package/dist/material/emit.js +1 -52
  51. package/dist/material/factory.js +1 -25
  52. package/dist/material/index.js +1 -9
  53. package/dist/material/materialArchive.js +1 -466
  54. package/dist/material/materialStore.js +1 -69
  55. package/dist/material/sampling.js +1 -39
  56. package/dist/material/sources.js +1 -33
  57. package/dist/material/watermark.js +1 -76
  58. package/dist/personality/drift.js +1 -106
  59. package/dist/personality/events.js +1 -37
  60. package/dist/personality/evolveOps.js +1 -93
  61. package/dist/personality/index.js +1 -11
  62. package/dist/personality/mutate.js +1 -39
  63. package/dist/personality/pivot.js +1 -22
  64. package/dist/personality/prompt.js +1 -62
  65. package/dist/personality/riskGate.js +1 -80
  66. package/dist/personality/schema.js +1 -119
  67. package/dist/personality/select.js +1 -71
  68. package/dist/personality/stats.js +1 -82
  69. package/dist/personality/store.js +1 -92
  70. package/dist/schema/common.js +1 -17
  71. package/dist/schema/evolutionGraph.js +1 -187
  72. package/dist/schema/index.js +1 -6
  73. package/dist/schema/material.js +1 -50
  74. package/dist/schema/problem.js +1 -45
  75. package/dist/schema/proofOfWork.js +1 -9
  76. package/dist/schema/signal.js +1 -19
  77. package/dist/signals/curriculum.js +1 -202
  78. package/dist/signals/cycleHistoryFromEvents.js +1 -105
  79. package/dist/signals/expand.js +1 -293
  80. package/dist/signals/extractor.js +1 -82
  81. package/dist/signals/index.js +1 -8
  82. package/dist/signals/metaSignals.js +1 -200
  83. package/dist/signals/signalGate.js +1 -40
  84. package/dist/signals/taskDomain.js +1 -43
  85. package/dist/signals/traceSignals.js +1 -123
  86. package/dist/strategy/constraintAblation.js +1 -2820
  87. package/dist/strategy/constraintAblationPredicates.js +1 -339
  88. package/dist/strategy/experiment.js +1 -63
  89. package/dist/strategy/index.js +1 -3
  90. package/dist/strategy/strategyPoint.js +1 -23
  91. package/package.json +1 -1
@@ -1,481 +1 @@
1
- import { createHash, randomUUID } from 'node:crypto';
2
- import { assessSelectionGuard, engineHealthSelection, } from '../algo/geneSelection.js';
3
- export const SELECTION_FLAT_ABSTENTION_BENCHMARK_VERSION = 'global-flat-abstention-paired-v1';
4
- const FULL_COMMIT_RE = /^[0-9a-f]{40}$/;
5
- const SHA256_RE = /^sha256:[0-9a-f]{64}$/;
6
- const SAFE_METADATA_RE = /^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$/;
7
- const CI95_ALPHA = 0.05;
8
- function actionForDecision(decision) {
9
- if (!decision.selectedGeneId)
10
- return { kind: 'innovate' };
11
- return {
12
- kind: 'reuse',
13
- geneId: decision.selectedGeneId,
14
- ...(decision.selectedAssetId ? { assetId: decision.selectedAssetId } : {}),
15
- };
16
- }
17
- function actionsEqual(left, right) {
18
- return left.kind === right.kind
19
- && (left.kind === 'innovate' || (right.kind === 'reuse'
20
- && left.geneId === right.geneId
21
- && left.assetId === right.assetId));
22
- }
23
- /** Compare production with a benchmark-only global flat-positive abstention counterfactual. */
24
- export function compareOutsidePlateauFlatSelection(input) {
25
- const currentDecision = engineHealthSelection.run({ ...input, selectionGuard: 'enforce' }, { now: 0, cycleId: 'benchmark-global-flat-abstention', rng: () => 0.5 });
26
- const currentAction = actionForDecision(currentDecision);
27
- const floor = input.floor ?? 0;
28
- const eligible = currentDecision.candidates.filter((candidate) => candidate.score > floor);
29
- const flatPoolAssessment = assessSelectionGuard(eligible, true);
30
- const targeted = input.exploration?.plateau?.active !== true
31
- && input.exploration?.driftEnabled !== true
32
- && !input.forcedGeneId?.trim()
33
- && currentAction.kind === 'reuse'
34
- && currentDecision.selectionGuard?.status === 'allowed'
35
- && flatPoolAssessment.reason === 'plateau_flat_match';
36
- return {
37
- targeted,
38
- ...(targeted ? { targetReason: 'outside_plateau_flat_positive' } : {}),
39
- currentDecision,
40
- currentAction,
41
- globalFlatAbstainAction: targeted ? { kind: 'innovate' } : currentAction,
42
- };
43
- }
44
- function assertSafeMetadata(value, field) {
45
- if (typeof value !== 'string' || !SAFE_METADATA_RE.test(value)) {
46
- throw new Error(`${field} must be a non-sensitive ASCII slug`);
47
- }
48
- }
49
- function validateExpectedAction(action, field) {
50
- if (action?.kind === 'innovate')
51
- return;
52
- if (action?.kind !== 'reuse' || typeof action.geneId !== 'string' || action.geneId.trim().length === 0) {
53
- throw new Error(`${field} must be a valid selection action`);
54
- }
55
- if (action.assetId !== undefined && (typeof action.assetId !== 'string' || action.assetId.trim().length === 0)) {
56
- throw new Error(`${field}.assetId must be non-empty when present`);
57
- }
58
- }
59
- function sha256(value) {
60
- return `sha256:${createHash('sha256').update(value).digest('hex')}`;
61
- }
62
- function encodeOwnProperties(value, context) {
63
- if (Object.getOwnPropertySymbols(value).length > 0) {
64
- throw new Error('task snapshot contains symbol keys');
65
- }
66
- const descriptors = Object.getOwnPropertyDescriptors(value);
67
- return Object.getOwnPropertyNames(value).map((key) => {
68
- const descriptor = descriptors[key];
69
- if (descriptor.get || descriptor.set)
70
- throw new Error('task snapshot contains accessor properties');
71
- return `${JSON.stringify(key)}:${canonicalSnapshotValue(descriptor.value, context)}`;
72
- }).join(',');
73
- }
74
- function canonicalSnapshotValue(value, context = { seen: new Map(), nextId: 0 }) {
75
- if (value === null)
76
- return 'null';
77
- if (value === undefined)
78
- return 'undefined';
79
- if (typeof value === 'string')
80
- return `string:${JSON.stringify(value)}`;
81
- if (typeof value === 'boolean')
82
- return value ? 'boolean:true' : 'boolean:false';
83
- if (typeof value === 'number') {
84
- if (!Number.isFinite(value))
85
- throw new Error('task snapshot contains a non-finite number');
86
- return `number:${Object.is(value, -0) ? '-0' : String(value)}`;
87
- }
88
- if (typeof value === 'bigint')
89
- return `bigint:${value.toString()}`;
90
- if (typeof value !== 'object') {
91
- throw new Error(`task snapshot contains unsupported ${typeof value} data`);
92
- }
93
- const previousId = context.seen.get(value);
94
- if (previousId !== undefined)
95
- return `reference:${previousId}`;
96
- const id = context.nextId;
97
- context.nextId += 1;
98
- context.seen.set(value, id);
99
- if (Array.isArray(value)) {
100
- return `array#${id}:{${encodeOwnProperties(value, context)}}`;
101
- }
102
- if (value instanceof Date) {
103
- if (Number.isNaN(value.getTime()))
104
- throw new Error('task snapshot contains an invalid date');
105
- return `date#${id}:${value.toISOString()}:{${encodeOwnProperties(value, context)}}`;
106
- }
107
- if (value instanceof Map) {
108
- const entries = [...value.entries()].map(([key, item]) => (`${canonicalSnapshotValue(key, context)}=>${canonicalSnapshotValue(item, context)}`));
109
- return `map#${id}:[${entries.join(',')}]:{${encodeOwnProperties(value, context)}}`;
110
- }
111
- if (value instanceof Set) {
112
- const entries = [...value].map((item) => canonicalSnapshotValue(item, context));
113
- return `set#${id}:[${entries.join(',')}]:{${encodeOwnProperties(value, context)}}`;
114
- }
115
- if (ArrayBuffer.isView(value)) {
116
- if (typeof SharedArrayBuffer !== 'undefined' && value.buffer instanceof SharedArrayBuffer) {
117
- throw new Error('task snapshot must not contain SharedArrayBuffer-backed views');
118
- }
119
- return `view#${id}:${value.constructor.name}:${value.byteOffset}:${value.byteLength}:${canonicalSnapshotValue(value.buffer, context)}:{${encodeOwnProperties(value, context)}}`;
120
- }
121
- if (typeof SharedArrayBuffer !== 'undefined' && value instanceof SharedArrayBuffer) {
122
- throw new Error('task snapshot must not contain SharedArrayBuffer');
123
- }
124
- if (value instanceof ArrayBuffer) {
125
- return `array-buffer#${id}:${Buffer.from(value).toString('hex')}:{${encodeOwnProperties(value, context)}}`;
126
- }
127
- const prototype = Object.getPrototypeOf(value);
128
- if (prototype !== Object.prototype && prototype !== null) {
129
- throw new Error('task snapshot contains unsupported non-plain object data');
130
- }
131
- return `object#${id}:{${encodeOwnProperties(value, context)}}`;
132
- }
133
- function cloneStructured(value, errorMessage) {
134
- try {
135
- return structuredClone(value);
136
- }
137
- catch {
138
- throw new Error(errorMessage);
139
- }
140
- }
141
- /** Compute the digest that the cohort manifest must pre-register for this exact task snapshot. */
142
- export function computeSelectionFlatTaskFingerprint(task) {
143
- const snapshot = cloneStructured(task, 'task snapshot must be structured-cloneable for fingerprinting');
144
- return sha256(canonicalSnapshotValue([
145
- SELECTION_FLAT_ABSTENTION_BENCHMARK_VERSION,
146
- snapshot.id,
147
- snapshot.workspaceSnapshotDigest,
148
- snapshot.split,
149
- snapshot.stratum,
150
- snapshot.payload,
151
- snapshot.selection,
152
- snapshot.expectation,
153
- ]));
154
- }
155
- function isolationKey(datasetDigest, executionNonce, fingerprint, arm) {
156
- return sha256(`${datasetDigest}\0${executionNonce}\0${fingerprint}\0${arm}`);
157
- }
158
- function validateSuite(suite) {
159
- assertSafeMetadata(suite.name, 'suite.name');
160
- assertSafeMetadata(suite.cohort.id, 'cohort.id');
161
- assertSafeMetadata(suite.cohort.version, 'cohort.version');
162
- assertSafeMetadata(suite.cohort.verifier.id, 'cohort.verifier.id');
163
- assertSafeMetadata(suite.cohort.verifier.version, 'cohort.verifier.version');
164
- if (typeof suite.cohort.sourceCommit !== 'string'
165
- || !FULL_COMMIT_RE.test(suite.cohort.sourceCommit)) {
166
- throw new Error('cohort.sourceCommit must be a full lowercase 40-hex commit');
167
- }
168
- if (suite.cohort.taskFingerprints.length !== suite.tasks.length) {
169
- throw new Error('pre-registered cohort does not match the benchmark tasks');
170
- }
171
- const ids = new Set();
172
- const fingerprints = new Set();
173
- for (const [index, task] of suite.tasks.entries()) {
174
- assertSafeMetadata(task.id, `tasks[${index}].id`);
175
- assertSafeMetadata(task.stratum, `tasks[${index}].stratum`);
176
- if (task.split !== 'calibration' && task.split !== 'holdout') {
177
- throw new Error(`invalid split for task ${task.id}`);
178
- }
179
- if (typeof task.workspaceSnapshotDigest !== 'string'
180
- || !SHA256_RE.test(task.workspaceSnapshotDigest)) {
181
- throw new Error(`invalid workspace snapshot digest for task ${task.id}`);
182
- }
183
- if (task.expectation?.role !== 'target' && task.expectation?.role !== 'control') {
184
- throw new Error(`invalid expected role for task ${task.id}`);
185
- }
186
- validateExpectedAction(task.expectation.currentAction, `task ${task.id} current expectation`);
187
- validateExpectedAction(task.expectation.globalFlatAbstainAction, `task ${task.id} global expectation`);
188
- if (ids.has(task.id))
189
- throw new Error(`duplicate task id: ${task.id}`);
190
- if (fingerprints.has(task.taskFingerprint)) {
191
- throw new Error(`duplicate task fingerprint: ${task.taskFingerprint}`);
192
- }
193
- if (typeof task.taskFingerprint !== 'string' || !SHA256_RE.test(task.taskFingerprint)) {
194
- throw new Error(`invalid task fingerprint for ${task.id}`);
195
- }
196
- if (computeSelectionFlatTaskFingerprint(task) !== task.taskFingerprint) {
197
- throw new Error(`task content fingerprint mismatch for ${task.id}`);
198
- }
199
- if (suite.cohort.taskFingerprints[index] !== task.taskFingerprint) {
200
- throw new Error(`pre-registered cohort order mismatch at task ${task.id}`);
201
- }
202
- ids.add(task.id);
203
- fingerprints.add(task.taskFingerprint);
204
- }
205
- }
206
- function cleanOutcome(taskId, expectedVerifier, outcome) {
207
- const passed = outcome?.passed;
208
- const producedValue = outcome?.producedValue;
209
- const unsafe = outcome?.unsafe;
210
- const cost = outcome?.cost;
211
- const verifier = outcome?.verifier;
212
- const verifierId = verifier?.id;
213
- const verifierVersion = verifier?.version;
214
- const proofSha256 = verifier?.proofSha256;
215
- if (typeof passed !== 'boolean'
216
- || typeof producedValue !== 'boolean'
217
- || typeof unsafe !== 'boolean') {
218
- throw new Error(`verifier returned invalid boolean fields for task ${taskId}`);
219
- }
220
- if (!Number.isFinite(cost) || cost < 0) {
221
- throw new Error(`verifier returned invalid cost for task ${taskId}`);
222
- }
223
- if (verifierId !== expectedVerifier.id || verifierVersion !== expectedVerifier.version) {
224
- throw new Error(`verifier identity mismatch for task ${taskId}`);
225
- }
226
- if (typeof proofSha256 !== 'string' || !SHA256_RE.test(proofSha256)) {
227
- throw new Error(`verifier returned invalid proof digest for task ${taskId}`);
228
- }
229
- // Rebuild the object so adapter-only logs or payloads cannot leak into the persisted report.
230
- return {
231
- passed,
232
- producedValue,
233
- unsafe,
234
- cost,
235
- verifier: {
236
- id: verifierId,
237
- version: verifierVersion,
238
- proofSha256,
239
- },
240
- };
241
- }
242
- function logAdd(left, right) {
243
- if (left === Number.NEGATIVE_INFINITY)
244
- return right;
245
- if (right === Number.NEGATIVE_INFINITY)
246
- return left;
247
- const high = Math.max(left, right);
248
- return high + Math.log(Math.exp(left - high) + Math.exp(right - high));
249
- }
250
- /** Exact two-sided McNemar p-value over the discordant pairs. */
251
- export function exactMcNemarTwoSided(globalOnlyPass, currentOnlyPass) {
252
- if (!Number.isSafeInteger(globalOnlyPass) || globalOnlyPass < 0
253
- || !Number.isSafeInteger(currentOnlyPass) || currentOnlyPass < 0) {
254
- throw new Error('McNemar counts must be non-negative safe integers');
255
- }
256
- const discordant = globalOnlyPass + currentOnlyPass;
257
- if (!Number.isSafeInteger(discordant)) {
258
- throw new Error('McNemar discordant total must be a safe integer');
259
- }
260
- if (discordant === 0)
261
- return 1;
262
- const tail = Math.min(globalOnlyPass, currentOnlyPass);
263
- let logProbability = -discordant * Math.log(2);
264
- let logCumulative = logProbability;
265
- for (let k = 1; k <= tail; k += 1) {
266
- logProbability += Math.log(discordant - k + 1) - Math.log(k);
267
- logCumulative = logAdd(logCumulative, logProbability);
268
- }
269
- return Math.min(1, 2 * Math.exp(logCumulative));
270
- }
271
- /** Distribution-free Hoeffding 95% CI for the mean paired success difference (global minus current). */
272
- export function pairedRiskDifference95(pairs) {
273
- if (pairs.length === 0)
274
- return { difference: 0, ci95Low: -1, ci95High: 1 };
275
- const differences = pairs.map((pair) => Number(pair.globalFlatAbstainPassed) - Number(pair.currentPassed));
276
- const difference = differences.reduce((sum, value) => sum + value, 0) / differences.length;
277
- // Each paired difference lies in [-1, 1], so Hoeffding remains valid at small n and at all-win boundaries.
278
- const margin = Math.sqrt((2 * Math.log(2 / CI95_ALPHA)) / differences.length);
279
- return {
280
- difference,
281
- ci95Low: Math.max(-1, difference - margin),
282
- ci95High: Math.min(1, difference + margin),
283
- };
284
- }
285
- function rate(count, total) {
286
- return total === 0 ? 0 : count / total;
287
- }
288
- function average(values) {
289
- return values.length === 0 ? 0 : values.reduce((sum, value) => sum + value, 0) / values.length;
290
- }
291
- function summarizeRows(rows) {
292
- const n = rows.length;
293
- let bothPass = 0;
294
- let bothFail = 0;
295
- let globalOnlyPass = 0;
296
- let currentOnlyPass = 0;
297
- for (const row of rows) {
298
- const currentPassed = row.current.outcome.passed;
299
- const globalPassed = row.globalFlatAbstain.outcome.passed;
300
- if (currentPassed && globalPassed)
301
- bothPass += 1;
302
- else if (!currentPassed && !globalPassed)
303
- bothFail += 1;
304
- else if (globalPassed)
305
- globalOnlyPass += 1;
306
- else
307
- currentOnlyPass += 1;
308
- }
309
- const currentPasses = bothPass + currentOnlyPass;
310
- const globalFlatAbstainPasses = bothPass + globalOnlyPass;
311
- const currentUnsafeRate = rate(rows.filter((row) => row.current.outcome.unsafe).length, n);
312
- const globalUnsafeRate = rate(rows.filter((row) => row.globalFlatAbstain.outcome.unsafe).length, n);
313
- const currentAverageCost = average(rows.map((row) => row.current.outcome.cost));
314
- const globalAverageCost = average(rows.map((row) => row.globalFlatAbstain.outcome.cost));
315
- const risk = pairedRiskDifference95(rows.map((row) => ({
316
- currentPassed: row.current.outcome.passed,
317
- globalFlatAbstainPassed: row.globalFlatAbstain.outcome.passed,
318
- })));
319
- return {
320
- n,
321
- currentPasses,
322
- globalFlatAbstainPasses,
323
- bothPass,
324
- bothFail,
325
- globalOnlyPass,
326
- currentOnlyPass,
327
- currentPassRate: rate(currentPasses, n),
328
- globalFlatAbstainPassRate: rate(globalFlatAbstainPasses, n),
329
- pairedRiskDifference: risk.difference,
330
- ci95Low: risk.ci95Low,
331
- ci95High: risk.ci95High,
332
- mcnemarPValue: exactMcNemarTwoSided(globalOnlyPass, currentOnlyPass),
333
- currentProducedValueRate: rate(rows.filter((row) => row.current.outcome.producedValue).length, n),
334
- globalFlatAbstainProducedValueRate: rate(rows.filter((row) => row.globalFlatAbstain.outcome.producedValue).length, n),
335
- currentUnsafeRate,
336
- globalFlatAbstainUnsafeRate: globalUnsafeRate,
337
- unsafeRateDelta: globalUnsafeRate - currentUnsafeRate,
338
- currentAverageCost,
339
- globalFlatAbstainAverageCost: globalAverageCost,
340
- averageCostDelta: globalAverageCost - currentAverageCost,
341
- currentInnovateRate: rate(rows.filter((row) => row.current.action === 'innovate').length, n),
342
- globalFlatAbstainInnovateRate: rate(rows.filter((row) => row.globalFlatAbstain.action === 'innovate').length, n),
343
- };
344
- }
345
- function cloneTaskForArm(task) {
346
- return cloneStructured(task, `task ${task.id} must be structured-cloneable for isolated arm execution`);
347
- }
348
- function cloneSuiteSnapshot(suite) {
349
- return cloneStructured(suite, 'benchmark suite must be structured-cloneable before validation');
350
- }
351
- function cloneAction(action) {
352
- return action.kind === 'innovate'
353
- ? { kind: 'innovate' }
354
- : {
355
- kind: 'reuse',
356
- geneId: action.geneId,
357
- ...(action.assetId ? { assetId: action.assetId } : {}),
358
- };
359
- }
360
- function benchmarkDatasetDigest(suite, comparisons) {
361
- const material = [
362
- SELECTION_FLAT_ABSTENTION_BENCHMARK_VERSION,
363
- suite.name,
364
- suite.cohort.id,
365
- suite.cohort.version,
366
- suite.cohort.sourceCommit,
367
- suite.cohort.verifier.id,
368
- suite.cohort.verifier.version,
369
- suite.tasks.map((task, index) => [
370
- index,
371
- task.taskFingerprint,
372
- task.split,
373
- task.stratum,
374
- comparisons[index]?.targeted === true,
375
- comparisons[index]?.currentAction.kind,
376
- comparisons[index]?.globalFlatAbstainAction.kind,
377
- ]),
378
- ];
379
- return sha256(JSON.stringify(material));
380
- }
381
- function validatePreRegisteredExpectation(task, comparison) {
382
- const actualRole = comparison.targeted ? 'target' : 'control';
383
- if (task.expectation.role !== actualRole) {
384
- throw new Error(`pre-registered role mismatch for task ${task.id}`);
385
- }
386
- if (!actionsEqual(task.expectation.currentAction, comparison.currentAction)) {
387
- throw new Error(`pre-registered current action mismatch for task ${task.id}`);
388
- }
389
- if (!actionsEqual(task.expectation.globalFlatAbstainAction, comparison.globalFlatAbstainAction)) {
390
- throw new Error(`pre-registered global action mismatch for task ${task.id}`);
391
- }
392
- }
393
- function rowsByStratum(rows) {
394
- const result = Object.create(null);
395
- const strata = [...new Set(rows.map((row) => row.stratum))].sort();
396
- for (const stratum of strata) {
397
- result[stratum] = summarizeRows(rows.filter((row) => row.stratum === stratum));
398
- }
399
- return result;
400
- }
401
- /**
402
- * Run a pre-registered, full-information paired benchmark. Controls are classification checks only and are never
403
- * executed. Target tasks run both arms on separately cloned inputs and caller-owned isolated workspaces.
404
- */
405
- export async function runSelectionFlatAbstentionBenchmark(suite, verifier) {
406
- const snapshot = cloneSuiteSnapshot(suite);
407
- validateSuite(snapshot);
408
- const comparisons = snapshot.tasks.map((task) => compareOutsidePlateauFlatSelection(task.selection));
409
- snapshot.tasks.forEach((task, index) => {
410
- validatePreRegisteredExpectation(task, comparisons[index]);
411
- });
412
- const datasetDigest = benchmarkDatasetDigest(snapshot, comparisons);
413
- const executionNonce = randomUUID();
414
- const rows = [];
415
- let targetIndex = 0;
416
- for (const [taskIndex, task] of snapshot.tasks.entries()) {
417
- const comparison = comparisons[taskIndex];
418
- if (!comparison.targeted) {
419
- if (!actionsEqual(comparison.currentAction, comparison.globalFlatAbstainAction)) {
420
- throw new Error(`control action divergence for task ${task.id}`);
421
- }
422
- continue;
423
- }
424
- const armOrder = targetIndex % 2 === 0
425
- ? ['current', 'global-flat-abstain']
426
- : ['global-flat-abstain', 'current'];
427
- targetIndex += 1;
428
- const outcomes = new Map();
429
- for (const [order, arm] of armOrder.entries()) {
430
- const action = arm === 'current'
431
- ? comparison.currentAction
432
- : comparison.globalFlatAbstainAction;
433
- const rawOutcome = await verifier({
434
- task: cloneTaskForArm(task),
435
- arm,
436
- action: cloneAction(action),
437
- isolationKey: isolationKey(datasetDigest, executionNonce, task.taskFingerprint, arm),
438
- order: order,
439
- });
440
- outcomes.set(arm, cleanOutcome(task.id, snapshot.cohort.verifier, rawOutcome));
441
- }
442
- rows.push({
443
- taskFingerprint: task.taskFingerprint,
444
- split: task.split,
445
- stratum: task.stratum,
446
- armOrder,
447
- current: {
448
- action: comparison.currentAction.kind,
449
- outcome: outcomes.get('current'),
450
- },
451
- globalFlatAbstain: {
452
- action: comparison.globalFlatAbstainAction.kind,
453
- outcome: outcomes.get('global-flat-abstain'),
454
- },
455
- });
456
- }
457
- return {
458
- benchmarkVersion: SELECTION_FLAT_ABSTENTION_BENCHMARK_VERSION,
459
- statisticalMethods: {
460
- mcnemar: 'exact-two-sided-binomial',
461
- riskDifferenceCi: 'paired-hoeffding-95',
462
- },
463
- suite: snapshot.name,
464
- cohort: {
465
- id: snapshot.cohort.id,
466
- version: snapshot.cohort.version,
467
- sourceCommit: snapshot.cohort.sourceCommit,
468
- verifier: { ...snapshot.cohort.verifier },
469
- registeredTasks: snapshot.cohort.taskFingerprints.length,
470
- },
471
- datasetDigest,
472
- targetTasks: rows.length,
473
- controlTasks: snapshot.tasks.length - rows.length,
474
- controlDivergences: 0,
475
- rows,
476
- overall: summarizeRows(rows),
477
- calibration: summarizeRows(rows.filter((row) => row.split === 'calibration')),
478
- holdout: summarizeRows(rows.filter((row) => row.split === 'holdout')),
479
- strata: rowsByStratum(rows),
480
- };
481
- }
1
+ const _0x29f1e1=_0x383f;(function(_0x42b088,_0x22ce4c){const _0x4950e4=_0x383f,_0x50b027=_0x42b088();while(!![]){try{const _0x41600d=parseInt(_0x4950e4(0x273,'\x72\x64\x67\x77'))/(-0x259d+-0x3*0xac1+0x45e1)*(parseInt(_0x4950e4(0x31c,'\x5a\x58\x6c\x31'))/(0x7*-0x302+-0x12b*0x1+0x163b))+-parseInt(_0x4950e4(0x38c,'\x57\x6a\x47\x24'))/(-0x3*0x92b+0x1c19+-0x95*0x1)*(parseInt(_0x4950e4(0x307,'\x23\x6c\x4c\x55'))/(0x1591+-0x135e*0x2+0x35*0x53))+-parseInt(_0x4950e4(0x2a0,'\x37\x31\x59\x39'))/(0x201f*-0x1+0xf3+-0x63d*-0x5)*(parseInt(_0x4950e4(0x253,'\x6c\x34\x32\x34'))/(0xb37+0x161*-0x7+0x1*-0x18a))+parseInt(_0x4950e4(0x344,'\x74\x34\x64\x79'))/(-0x223f+-0x1379+0x1*0x35bf)+-parseInt(_0x4950e4(0x1e4,'\x4a\x72\x36\x38'))/(0x1*-0x12c5+-0x1ff0+-0x1*-0x32bd)+-parseInt(_0x4950e4(0x39c,'\x23\x6c\x4c\x55'))/(-0x19+0x10b*0xc+-0x2*0x631)+parseInt(_0x4950e4(0x1e0,'\x50\x45\x7a\x4c'))/(0x36c*0xb+-0x8+0x2*-0x12c9)*(parseInt(_0x4950e4(0x337,'\x23\x6c\x4c\x55'))/(0x1e2*-0xa+-0xa*0x364+-0x1*-0x34c7));if(_0x41600d===_0x22ce4c)break;else _0x50b027['push'](_0x50b027['shift']());}catch(_0x3b7dce){_0x50b027['push'](_0x50b027['shift']());}}}(_0x5b06,-0x13*0x5e96+-0x1*0x24ac3+0xcd78d));import{createHash,randomUUID}from'\x6e\x6f\x64\x65\x3a\x63\x72\x79\x70\x74\x6f';import{assessSelectionGuard,engineHealthSelection}from'\x2e\x2e\x2f\x61\x6c\x67\x6f\x2f\x67\x65\x6e\x65\x53\x65\x6c\x65\x63\x74\x69\x6f\x6e\x2e\x6a\x73';function _0x383f(_0x12fbf6,_0x3d964e){_0x12fbf6=_0x12fbf6-(0x2*-0x725+0x1bf*0x7+-0x27*-0x12);const _0x5e171e=_0x5b06();let _0x2ec1f7=_0x5e171e[_0x12fbf6];if(_0x383f['\x72\x53\x53\x65\x70\x55']===undefined){var _0x506a93=function(_0x2b7690){const _0x126493='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x29b36f='',_0x53ee2d='';for(let _0x13b04b=0x1*0x23ee+-0x13c4+-0x102a,_0x502d0f,_0x11268f,_0x1b3286=-0x1693+-0x5e*-0x5d+-0xb93;_0x11268f=_0x2b7690['\x63\x68\x61\x72\x41\x74'](_0x1b3286++);~_0x11268f&&(_0x502d0f=_0x13b04b%(0x9fb+-0x263f+-0xa*-0x2d4)?_0x502d0f*(-0x6bd+-0x1e*0xdf+0x211f)+_0x11268f:_0x11268f,_0x13b04b++%(-0xf3e*0x1+0x3*-0x68a+0x22e0))?_0x29b36f+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x431+0x16*0xfa+-0x18ae*0x1&_0x502d0f>>(-(0x1c96+0x1bc1+0x39*-0xfd)*_0x13b04b&0x1*-0x1853+0x1*0x1fec+-0x793)):-0x22a*0x8+0x1e03+-0xcb3){_0x11268f=_0x126493['\x69\x6e\x64\x65\x78\x4f\x66'](_0x11268f);}for(let _0x27a0cb=-0x8*-0x4b2+0x71*0x50+0x6a0*-0xb,_0x38933d=_0x29b36f['\x6c\x65\x6e\x67\x74\x68'];_0x27a0cb<_0x38933d;_0x27a0cb++){_0x53ee2d+='\x25'+('\x30\x30'+_0x29b36f['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x27a0cb)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x48d*0x6+0x1e81*-0x1+0x39df))['\x73\x6c\x69\x63\x65'](-(-0x112*-0x22+0x1773+-0x3bd5));}return decodeURIComponent(_0x53ee2d);};const _0x57ecae=function(_0x46459a,_0x3d5cfb){let _0x584752=[],_0x49760f=-0x1a81+0x1fe8+0x1*-0x567,_0x5682e0,_0x228e71='';_0x46459a=_0x506a93(_0x46459a);let _0xf5ecd5;for(_0xf5ecd5=0x22aa*-0x1+0x2*0xa4+-0x2162*-0x1;_0xf5ecd5<0x18b3+0x15*0x1c3+0x3cb2*-0x1;_0xf5ecd5++){_0x584752[_0xf5ecd5]=_0xf5ecd5;}for(_0xf5ecd5=0x5*0x2fb+0x850+-0x1737;_0xf5ecd5<-0x138e+-0x1*-0x2458+0x5e*-0x2b;_0xf5ecd5++){_0x49760f=(_0x49760f+_0x584752[_0xf5ecd5]+_0x3d5cfb['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0xf5ecd5%_0x3d5cfb['\x6c\x65\x6e\x67\x74\x68']))%(-0x6d*-0x34+0x1075+-0x2599),_0x5682e0=_0x584752[_0xf5ecd5],_0x584752[_0xf5ecd5]=_0x584752[_0x49760f],_0x584752[_0x49760f]=_0x5682e0;}_0xf5ecd5=0x1*0x50c+-0x62f+0x123,_0x49760f=-0x1e0e+0x1a5d+-0x3*-0x13b;for(let _0x430699=-0x4*-0x373+0x19cb+-0x2797;_0x430699<_0x46459a['\x6c\x65\x6e\x67\x74\x68'];_0x430699++){_0xf5ecd5=(_0xf5ecd5+(0x1*-0x73e+-0x1e93*-0x1+0xbaa*-0x2))%(0x24b4+-0x263b+0x287),_0x49760f=(_0x49760f+_0x584752[_0xf5ecd5])%(-0x2248+0xbdc*0x1+0xbb6*0x2),_0x5682e0=_0x584752[_0xf5ecd5],_0x584752[_0xf5ecd5]=_0x584752[_0x49760f],_0x584752[_0x49760f]=_0x5682e0,_0x228e71+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x46459a['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x430699)^_0x584752[(_0x584752[_0xf5ecd5]+_0x584752[_0x49760f])%(-0xb*0xd1+0x2501+-0x6*0x481)]);}return _0x228e71;};_0x383f['\x4b\x56\x41\x6d\x52\x61']=_0x57ecae,_0x383f['\x78\x4d\x61\x58\x50\x67']={},_0x383f['\x72\x53\x53\x65\x70\x55']=!![];}const _0x5167d3=_0x5e171e[0x1aab+-0xf53+-0xb58],_0x38d400=_0x12fbf6+_0x5167d3,_0x4afb0e=_0x383f['\x78\x4d\x61\x58\x50\x67'][_0x38d400];return!_0x4afb0e?(_0x383f['\x4c\x76\x4d\x4b\x74\x4b']===undefined&&(_0x383f['\x4c\x76\x4d\x4b\x74\x4b']=!![]),_0x2ec1f7=_0x383f['\x4b\x56\x41\x6d\x52\x61'](_0x2ec1f7,_0x3d964e),_0x383f['\x78\x4d\x61\x58\x50\x67'][_0x38d400]=_0x2ec1f7):_0x2ec1f7=_0x4afb0e,_0x2ec1f7;}export const SELECTION_FLAT_ABSTENTION_BENCHMARK_VERSION=_0x29f1e1(0x231,'\x39\x47\x67\x61')+_0x29f1e1(0x197,'\x6f\x6d\x28\x21')+_0x29f1e1(0x211,'\x23\x6c\x4c\x55')+_0x29f1e1(0x352,'\x4a\x72\x36\x38');const FULL_COMMIT_RE=/^[0-9a-f]{40}$/,SHA256_RE=/^sha256:[0-9a-f]{64}$/,SAFE_METADATA_RE=/^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$/,CI95_ALPHA=-0x7*0x4e+-0x1*-0x2f6+-0x4*0x35+0.05;function actionForDecision(_0x477e5a){const _0xb3c05c=_0x29f1e1;if(!_0x477e5a[_0xb3c05c(0x17d,'\x46\x73\x6c\x36')+_0xb3c05c(0x377,'\x2a\x7a\x71\x68')])return{'\x6b\x69\x6e\x64':'\x69\x6e\x6e\x6f\x76\x61\x74\x65'};return{'\x6b\x69\x6e\x64':_0xb3c05c(0x159,'\x48\x36\x36\x23'),'\x67\x65\x6e\x65\x49\x64':_0x477e5a[_0xb3c05c(0x363,'\x4a\x72\x36\x38')+_0xb3c05c(0x31f,'\x7a\x68\x63\x5b')],..._0x477e5a[_0xb3c05c(0x397,'\x53\x6a\x21\x5a')+_0xb3c05c(0x1a2,'\x30\x32\x54\x47')]?{'\x61\x73\x73\x65\x74\x49\x64':_0x477e5a['\x73\x65\x6c\x65\x63\x74\x65\x64'+_0xb3c05c(0x1c5,'\x44\x7a\x28\x23')]}:{}};}function actionsEqual(_0x24f924,_0x18866c){const _0x1af5b2=_0x29f1e1;return _0x24f924[_0x1af5b2(0x2d1,'\x4c\x61\x6c\x58')]===_0x18866c[_0x1af5b2(0x322,'\x52\x51\x23\x69')]&&(_0x24f924[_0x1af5b2(0x1ed,'\x6c\x74\x63\x39')]===_0x1af5b2(0x275,'\x6f\x6d\x28\x21')||_0x18866c['\x6b\x69\x6e\x64']===_0x1af5b2(0x351,'\x72\x64\x67\x77')&&_0x24f924[_0x1af5b2(0x1b8,'\x46\x37\x23\x7a')]===_0x18866c[_0x1af5b2(0x1eb,'\x5a\x58\x6c\x31')]&&_0x24f924[_0x1af5b2(0x2e7,'\x39\x34\x64\x45')]===_0x18866c['\x61\x73\x73\x65\x74\x49\x64']);}export function compareOutsidePlateauFlatSelection(_0x1a2b87){const _0x79bec=_0x29f1e1,_0x2fc1e0=engineHealthSelection[_0x79bec(0x18a,'\x31\x4c\x69\x64')]({..._0x1a2b87,'\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x47\x75\x61\x72\x64':_0x79bec(0x218,'\x53\x6a\x21\x5a')},{'\x6e\x6f\x77':0x0,'\x63\x79\x63\x6c\x65\x49\x64':_0x79bec(0x1d6,'\x68\x73\x79\x32')+_0x79bec(0x19d,'\x48\x36\x36\x23')+_0x79bec(0xd9,'\x56\x21\x64\x7a')+_0x79bec(0x300,'\x57\x4e\x4a\x70'),'\x72\x6e\x67':()=>-0x3*0x736+-0xc2c+0x21ce+0.5}),_0x210a13=actionForDecision(_0x2fc1e0),_0x3ebe58=_0x1a2b87[_0x79bec(0x37a,'\x21\x28\x4d\x5b')]??-0x409+-0x580+0x989,_0x59973d=_0x2fc1e0[_0x79bec(0x383,'\x77\x77\x38\x51')+'\x65\x73'][_0x79bec(0xe2,'\x6c\x45\x4a\x43')](_0x19456e=>_0x19456e[_0x79bec(0x1f3,'\x61\x5b\x5e\x51')]>_0x3ebe58),_0x19acfd=assessSelectionGuard(_0x59973d,!![]),_0x3953c4=_0x1a2b87[_0x79bec(0x323,'\x57\x6a\x47\x24')+_0x79bec(0x247,'\x4c\x61\x6c\x58')]?.[_0x79bec(0xae,'\x39\x47\x67\x61')]?.['\x61\x63\x74\x69\x76\x65']!==!![]&&_0x1a2b87[_0x79bec(0x10e,'\x24\x55\x5a\x44')+_0x79bec(0x26f,'\x44\x42\x76\x28')]?.[_0x79bec(0x115,'\x58\x4f\x78\x59')+_0x79bec(0x173,'\x37\x25\x39\x6c')]!==!![]&&!_0x1a2b87[_0x79bec(0x21c,'\x5a\x58\x6c\x31')+_0x79bec(0x1fb,'\x7a\x68\x63\x5b')]?.['\x74\x72\x69\x6d']()&&_0x210a13[_0x79bec(0x2f4,'\x58\x4f\x78\x59')]===_0x79bec(0x351,'\x72\x64\x67\x77')&&_0x2fc1e0[_0x79bec(0x30e,'\x37\x25\x39\x6c')+_0x79bec(0xbe,'\x44\x42\x76\x28')]?.[_0x79bec(0x118,'\x4c\x71\x24\x38')]===_0x79bec(0x38b,'\x39\x34\x64\x45')&&_0x19acfd[_0x79bec(0x39a,'\x38\x49\x67\x6f')]===_0x79bec(0x1d4,'\x37\x31\x59\x39')+'\x66\x6c\x61\x74\x5f\x6d\x61\x74'+'\x63\x68';return{'\x74\x61\x72\x67\x65\x74\x65\x64':_0x3953c4,..._0x3953c4?{'\x74\x61\x72\x67\x65\x74\x52\x65\x61\x73\x6f\x6e':'\x6f\x75\x74\x73\x69\x64\x65\x5f'+_0x79bec(0x22a,'\x21\x28\x4d\x5b')+_0x79bec(0x392,'\x4c\x71\x24\x38')+_0x79bec(0x1f0,'\x74\x34\x64\x79')}:{},'\x63\x75\x72\x72\x65\x6e\x74\x44\x65\x63\x69\x73\x69\x6f\x6e':_0x2fc1e0,'\x63\x75\x72\x72\x65\x6e\x74\x41\x63\x74\x69\x6f\x6e':_0x210a13,'\x67\x6c\x6f\x62\x61\x6c\x46\x6c\x61\x74\x41\x62\x73\x74\x61\x69\x6e\x41\x63\x74\x69\x6f\x6e':_0x3953c4?{'\x6b\x69\x6e\x64':_0x79bec(0xd5,'\x48\x36\x36\x23')}:_0x210a13};}function assertSafeMetadata(_0xc43fdd,_0x439123){const _0x1dd7e=_0x29f1e1;if(typeof _0xc43fdd!==_0x1dd7e(0x2ec,'\x50\x45\x7a\x4c')||!SAFE_METADATA_RE[_0x1dd7e(0x20d,'\x38\x49\x67\x6f')](_0xc43fdd))throw new Error(_0x439123+('\x20\x6d\x75\x73\x74\x20\x62\x65'+_0x1dd7e(0x378,'\x4f\x4b\x62\x74')+_0x1dd7e(0x360,'\x24\x55\x5a\x44')+_0x1dd7e(0x388,'\x59\x21\x4a\x6a')+_0x1dd7e(0x311,'\x31\x4c\x69\x64')));}function validateExpectedAction(_0x3b4397,_0x1affff){const _0x54ef11=_0x29f1e1;if(_0x3b4397?.[_0x54ef11(0x24e,'\x46\x37\x23\x7a')]==='\x69\x6e\x6e\x6f\x76\x61\x74\x65')return;if(_0x3b4397?.[_0x54ef11(0x2c5,'\x68\x74\x29\x71')]!==_0x54ef11(0x348,'\x56\x21\x64\x7a')||typeof _0x3b4397[_0x54ef11(0x243,'\x47\x4a\x6c\x5e')]!==_0x54ef11(0x192,'\x4f\x4b\x62\x74')||_0x3b4397[_0x54ef11(0x179,'\x6c\x45\x4a\x43')][_0x54ef11(0x37e,'\x4f\x4b\x62\x74')]()['\x6c\x65\x6e\x67\x74\x68']===-0x1404+0x1*-0x1ddb+0x31df){if(_0x54ef11(0x14d,'\x6c\x34\x32\x34')!==_0x54ef11(0x237,'\x39\x34\x64\x45'))throw new Error(_0x1affff+('\x20\x6d\x75\x73\x74\x20\x62\x65'+'\x20\x61\x20\x76\x61\x6c\x69\x64'+_0x54ef11(0x23a,'\x52\x51\x23\x69')+'\x6f\x6e\x20\x61\x63\x74\x69\x6f'+'\x6e'));else{const _0x541b99=[_0xd74a54,_0x1ae914[_0x54ef11(0x196,'\x44\x7a\x28\x23')],_0x2658a9[_0x54ef11(0x17f,'\x6c\x74\x63\x39')]['\x69\x64'],_0x125397[_0x54ef11(0x1a8,'\x52\x51\x23\x69')]['\x76\x65\x72\x73\x69\x6f\x6e'],_0x265a04[_0x54ef11(0x190,'\x61\x5b\x5e\x51')][_0x54ef11(0xf7,'\x37\x31\x59\x39')+_0x54ef11(0xec,'\x6f\x6d\x28\x21')],_0xfe865d['\x63\x6f\x68\x6f\x72\x74'][_0x54ef11(0x343,'\x6f\x75\x72\x52')]['\x69\x64'],_0x5bb1f6['\x63\x6f\x68\x6f\x72\x74'][_0x54ef11(0x36e,'\x68\x73\x79\x32')][_0x54ef11(0x212,'\x53\x6a\x21\x5a')],_0x8d1a93[_0x54ef11(0x16a,'\x6c\x45\x4a\x43')][_0x54ef11(0x23f,'\x5a\x58\x6c\x31')]((_0x23fc3f,_0x1a4f8d)=>[_0x1a4f8d,_0x23fc3f[_0x54ef11(0x34e,'\x6c\x34\x32\x34')+_0x54ef11(0x14b,'\x5a\x58\x6c\x31')],_0x23fc3f['\x73\x70\x6c\x69\x74'],_0x23fc3f[_0x54ef11(0x195,'\x24\x55\x5a\x44')],_0x6b512d[_0x1a4f8d]?.[_0x54ef11(0x259,'\x24\x55\x5a\x44')]===!![],_0x2328b3[_0x1a4f8d]?.[_0x54ef11(0x27e,'\x30\x33\x31\x43')+_0x54ef11(0x1bb,'\x57\x6a\x47\x24')][_0x54ef11(0x1e6,'\x50\x62\x36\x5a')],_0x2214b7[_0x1a4f8d]?.[_0x54ef11(0x34f,'\x57\x4e\x4a\x70')+'\x61\x74\x41\x62\x73\x74\x61\x69'+_0x54ef11(0x142,'\x74\x34\x64\x79')][_0x54ef11(0x1a7,'\x4a\x72\x36\x38')]])];return _0x35bfdc(_0x16edd4[_0x54ef11(0xfb,'\x61\x5b\x5e\x51')+'\x79'](_0x541b99));}}if(_0x3b4397[_0x54ef11(0x228,'\x6c\x23\x42\x62')]!==undefined&&(typeof _0x3b4397[_0x54ef11(0x246,'\x38\x49\x67\x6f')]!=='\x73\x74\x72\x69\x6e\x67'||_0x3b4397[_0x54ef11(0x102,'\x46\x73\x6c\x36')][_0x54ef11(0x356,'\x57\x6a\x47\x24')]()[_0x54ef11(0x22f,'\x50\x45\x7a\x4c')]===-0x9d7+-0x9*-0x245+-0xa96*0x1))throw new Error(_0x1affff+(_0x54ef11(0x304,'\x57\x6a\x47\x24')+_0x54ef11(0x2d7,'\x39\x47\x67\x61')+_0x54ef11(0x36a,'\x6c\x45\x4a\x43')+_0x54ef11(0xe4,'\x48\x36\x36\x23')+_0x54ef11(0x268,'\x6c\x74\x63\x39')));}function sha256(_0xac7717){const _0x463db7=_0x29f1e1;return _0x463db7(0x335,'\x39\x47\x67\x61')+createHash(_0x463db7(0x210,'\x24\x55\x5a\x44'))[_0x463db7(0x3a0,'\x6c\x34\x32\x34')](_0xac7717)[_0x463db7(0x2c4,'\x7a\x42\x4a\x70')](_0x463db7(0x12b,'\x44\x42\x76\x28'));}function encodeOwnProperties(_0x2c11cd,_0x10e108){const _0x3e5865=_0x29f1e1;if(Object[_0x3e5865(0x1e3,'\x39\x34\x64\x45')+_0x3e5865(0xd8,'\x37\x25\x39\x6c')+_0x3e5865(0x2d8,'\x57\x6a\x47\x24')](_0x2c11cd)[_0x3e5865(0x1fc,'\x58\x4f\x78\x59')]>-0x12cb*-0x1+-0x7*-0x21d+-0x2196){if(_0x3e5865(0x1de,'\x77\x77\x38\x51')===_0x3e5865(0x166,'\x6f\x6d\x28\x21'))throw new _0x61c85a(_0x3e5865(0x382,'\x6f\x6d\x28\x21')+_0x3e5865(0x1ff,'\x31\x4c\x69\x64')+'\x6d\x69\x74\x20\x6d\x75\x73\x74'+_0x3e5865(0x199,'\x23\x6c\x4c\x55')+_0x3e5865(0x26d,'\x7a\x68\x63\x5b')+'\x63\x61\x73\x65\x20\x34\x30\x2d'+_0x3e5865(0xe0,'\x31\x4c\x69\x64')+'\x69\x74');else throw new Error(_0x3e5865(0x1a0,'\x47\x4a\x6c\x5e')+_0x3e5865(0x1f1,'\x77\x77\x38\x51')+_0x3e5865(0x145,'\x77\x77\x38\x51')+_0x3e5865(0x261,'\x4a\x72\x36\x38')+'\x79\x73');}const _0xc38b4a=Object[_0x3e5865(0x2fc,'\x77\x77\x38\x51')+_0x3e5865(0x126,'\x52\x51\x23\x69')+'\x73\x63\x72\x69\x70\x74\x6f\x72'+'\x73'](_0x2c11cd);return Object[_0x3e5865(0x264,'\x24\x55\x5a\x44')+_0x3e5865(0x202,'\x58\x4f\x78\x59')+_0x3e5865(0x1a1,'\x23\x6c\x4c\x55')](_0x2c11cd)[_0x3e5865(0xf5,'\x4a\x72\x36\x38')](_0x352861=>{const _0x45dfcf=_0x3e5865;if('\x51\x46\x6d\x50\x65'!==_0x45dfcf(0x2c8,'\x24\x55\x5a\x44')){const _0x2e642f=_0x1dca21(_0x543615,_0x45dfcf(0x2b6,'\x59\x21\x4a\x6a')+_0x45dfcf(0x245,'\x37\x31\x59\x39')+_0x45dfcf(0x10f,'\x31\x4c\x69\x64')+_0x45dfcf(0x28e,'\x37\x31\x59\x39')+_0x45dfcf(0x227,'\x48\x36\x36\x23')+_0x45dfcf(0x157,'\x30\x33\x31\x43')+'\x69\x6e\x67\x65\x72\x70\x72\x69'+_0x45dfcf(0x148,'\x6f\x75\x72\x52'));return _0x313fb9(_0x25aca7([_0x12e1f5,_0x2e642f['\x69\x64'],_0x2e642f[_0x45dfcf(0x28a,'\x39\x34\x64\x45')+_0x45dfcf(0x1a4,'\x77\x77\x38\x51')+_0x45dfcf(0x375,'\x7a\x42\x4a\x70')],_0x2e642f[_0x45dfcf(0x235,'\x31\x4c\x69\x64')],_0x2e642f[_0x45dfcf(0x165,'\x74\x34\x64\x79')],_0x2e642f[_0x45dfcf(0x13b,'\x39\x47\x67\x61')],_0x2e642f[_0x45dfcf(0x396,'\x68\x74\x29\x71')+'\x6e'],_0x2e642f[_0x45dfcf(0x20c,'\x50\x62\x36\x5a')+_0x45dfcf(0xb4,'\x24\x55\x5a\x44')]]));}else{const _0x379dc0=_0xc38b4a[_0x352861];if(_0x379dc0[_0x45dfcf(0x198,'\x6f\x75\x72\x52')]||_0x379dc0[_0x45dfcf(0x2a4,'\x57\x6a\x47\x24')])throw new Error('\x74\x61\x73\x6b\x20\x73\x6e\x61'+_0x45dfcf(0x203,'\x4c\x71\x24\x38')+_0x45dfcf(0x18d,'\x30\x32\x54\x47')+_0x45dfcf(0x299,'\x2a\x7a\x71\x68')+_0x45dfcf(0x106,'\x64\x55\x71\x6c')+'\x65\x73');return JSON[_0x45dfcf(0x1bc,'\x23\x6c\x4c\x55')+'\x79'](_0x352861)+'\x3a'+canonicalSnapshotValue(_0x379dc0[_0x45dfcf(0x168,'\x7a\x42\x4a\x70')],_0x10e108);}})[_0x3e5865(0x297,'\x68\x73\x79\x32')]('\x2c');}function canonicalSnapshotValue(_0x2fef72,_0x3e1c3b={'\x73\x65\x65\x6e':new Map(),'\x6e\x65\x78\x74\x49\x64':0x0}){const _0x5d0015=_0x29f1e1;if(_0x2fef72===null)return _0x5d0015(0x14e,'\x48\x36\x36\x23');if(_0x2fef72===undefined)return'\x75\x6e\x64\x65\x66\x69\x6e\x65'+'\x64';if(typeof _0x2fef72===_0x5d0015(0x232,'\x6c\x45\x4a\x43'))return _0x5d0015(0x2d6,'\x74\x34\x64\x79')+JSON['\x73\x74\x72\x69\x6e\x67\x69\x66'+'\x79'](_0x2fef72);if(typeof _0x2fef72==='\x62\x6f\x6f\x6c\x65\x61\x6e')return _0x2fef72?_0x5d0015(0x234,'\x72\x64\x67\x77')+_0x5d0015(0x33b,'\x5b\x51\x45\x35'):_0x5d0015(0x138,'\x39\x47\x67\x61')+_0x5d0015(0x180,'\x59\x21\x4a\x6a');if(typeof _0x2fef72===_0x5d0015(0x1c0,'\x4c\x71\x24\x38')){if(!Number['\x69\x73\x46\x69\x6e\x69\x74\x65'](_0x2fef72))throw new Error(_0x5d0015(0x1d0,'\x62\x32\x38\x37')+'\x70\x73\x68\x6f\x74\x20\x63\x6f'+_0x5d0015(0x239,'\x4f\x4b\x62\x74')+_0x5d0015(0x1b9,'\x30\x33\x31\x43')+_0x5d0015(0x2bc,'\x50\x45\x7a\x4c')+'\x65\x72');return'\x6e\x75\x6d\x62\x65\x72\x3a'+(Object['\x69\x73'](_0x2fef72,-(0x20*-0x9f+0x13d8+0x8))?'\x2d\x30':String(_0x2fef72));}if(typeof _0x2fef72===_0x5d0015(0x386,'\x75\x24\x30\x77'))return _0x5d0015(0x26b,'\x59\x21\x4a\x6a')+_0x2fef72[_0x5d0015(0x20e,'\x6f\x75\x72\x52')]();if(typeof _0x2fef72!==_0x5d0015(0x296,'\x37\x31\x59\x39'))throw new Error(_0x5d0015(0x113,'\x30\x33\x31\x43')+_0x5d0015(0x1aa,'\x23\x6c\x4c\x55')+_0x5d0015(0x1c9,'\x59\x21\x4a\x6a')+_0x5d0015(0x27b,'\x6c\x34\x32\x34')+_0x5d0015(0x2e8,'\x59\x21\x4a\x6a')+typeof _0x2fef72+_0x5d0015(0x29d,'\x24\x55\x5a\x44'));const _0x49b305=_0x3e1c3b[_0x5d0015(0x19b,'\x4c\x71\x24\x38')][_0x5d0015(0xb7,'\x61\x5b\x5e\x51')](_0x2fef72);if(_0x49b305!==undefined)return _0x5d0015(0x146,'\x31\x4c\x69\x64')+'\x65\x3a'+_0x49b305;const _0xfaf86=_0x3e1c3b['\x6e\x65\x78\x74\x49\x64'];_0x3e1c3b[_0x5d0015(0x2f0,'\x4c\x61\x6c\x58')]+=-0x68*-0x5c+-0x7d7+-0x1c*0x10e,_0x3e1c3b[_0x5d0015(0x291,'\x50\x45\x7a\x4c')][_0x5d0015(0x2ef,'\x6c\x34\x32\x34')](_0x2fef72,_0xfaf86);if(Array[_0x5d0015(0x22b,'\x5b\x51\x45\x35')](_0x2fef72)){if(_0x5d0015(0x24c,'\x4f\x4b\x62\x74')===_0x5d0015(0x36f,'\x5b\x51\x45\x35'))throw new _0x18e976(_0x5d0015(0x14a,'\x39\x47\x67\x61')+_0x5d0015(0x249,'\x6c\x74\x63\x39')+_0x5d0015(0x37f,'\x5a\x58\x6c\x31')+_0x5d0015(0x26e,'\x31\x4c\x69\x64')+_0x5d0015(0x24a,'\x62\x32\x38\x37')+_0x1c6d11['\x69\x64']);else return _0x5d0015(0x147,'\x39\x47\x67\x61')+_0xfaf86+'\x3a\x7b'+encodeOwnProperties(_0x2fef72,_0x3e1c3b)+'\x7d';}if(_0x2fef72 instanceof Date){if(Number['\x69\x73\x4e\x61\x4e'](_0x2fef72[_0x5d0015(0x1f2,'\x4a\x72\x36\x38')]()))throw new Error(_0x5d0015(0x2d0,'\x21\x28\x4d\x5b')+'\x70\x73\x68\x6f\x74\x20\x63\x6f'+_0x5d0015(0x3a2,'\x57\x6a\x47\x24')+_0x5d0015(0x1af,'\x5b\x51\x45\x35')+_0x5d0015(0xde,'\x62\x32\x38\x37'));return _0x5d0015(0x313,'\x5a\x58\x6c\x31')+_0xfaf86+'\x3a'+_0x2fef72['\x74\x6f\x49\x53\x4f\x53\x74\x72'+_0x5d0015(0x340,'\x4c\x61\x6c\x58')]()+'\x3a\x7b'+encodeOwnProperties(_0x2fef72,_0x3e1c3b)+'\x7d';}if(_0x2fef72 instanceof Map){if(_0x5d0015(0x1ca,'\x30\x32\x54\x47')!==_0x5d0015(0x216,'\x44\x7a\x28\x23')){const _0x2f0c54=_0x3e3a05['\x72\x75\x6e']({..._0x3ec83f,'\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x47\x75\x61\x72\x64':_0x5d0015(0x116,'\x2a\x7a\x71\x68')},{'\x6e\x6f\x77':0x0,'\x63\x79\x63\x6c\x65\x49\x64':_0x5d0015(0x269,'\x4c\x71\x24\x38')+'\x6b\x2d\x67\x6c\x6f\x62\x61\x6c'+_0x5d0015(0x150,'\x2a\x7a\x71\x68')+_0x5d0015(0x1d9,'\x57\x6a\x47\x24'),'\x72\x6e\x67':()=>0x131e+-0x1*0x2133+0xe15+0.5}),_0x52bafe=_0x4773d3(_0x2f0c54),_0x563044=_0x92df6[_0x5d0015(0x251,'\x46\x73\x6c\x36')]??0x22bf+0x93b*0x4+-0x1*0x47ab,_0x7a63f3=_0x2f0c54[_0x5d0015(0xd3,'\x38\x49\x67\x6f')+'\x65\x73']['\x66\x69\x6c\x74\x65\x72'](_0x368fc8=>_0x368fc8[_0x5d0015(0x271,'\x24\x55\x5a\x44')]>_0x563044),_0xc4f0b5=_0x529372(_0x7a63f3,!![]),_0x534340=_0x518fcc[_0x5d0015(0x1f9,'\x53\x6a\x21\x5a')+_0x5d0015(0x283,'\x5b\x51\x45\x35')]?.[_0x5d0015(0x256,'\x7a\x68\x63\x5b')]?.[_0x5d0015(0x27f,'\x5a\x58\x6c\x31')]!==!![]&&_0x18b5f9[_0x5d0015(0x323,'\x57\x6a\x47\x24')+_0x5d0015(0x2c3,'\x6c\x74\x63\x39')]?.[_0x5d0015(0x25a,'\x4a\x72\x36\x38')+_0x5d0015(0x260,'\x58\x4f\x78\x59')]!==!![]&&!_0x188849[_0x5d0015(0x240,'\x46\x37\x23\x7a')+'\x6e\x65\x49\x64']?.['\x74\x72\x69\x6d']()&&_0x52bafe[_0x5d0015(0x322,'\x52\x51\x23\x69')]===_0x5d0015(0x1a5,'\x57\x4e\x4a\x70')&&_0x2f0c54[_0x5d0015(0x2b5,'\x6f\x75\x72\x52')+_0x5d0015(0x1a9,'\x57\x6a\x47\x24')]?.[_0x5d0015(0x135,'\x4c\x61\x6c\x58')]==='\x61\x6c\x6c\x6f\x77\x65\x64'&&_0xc4f0b5[_0x5d0015(0x38f,'\x24\x55\x5a\x44')]===_0x5d0015(0x2d3,'\x6f\x75\x72\x52')+_0x5d0015(0x346,'\x6c\x74\x63\x39')+'\x63\x68';return{'\x74\x61\x72\x67\x65\x74\x65\x64':_0x534340,..._0x534340?{'\x74\x61\x72\x67\x65\x74\x52\x65\x61\x73\x6f\x6e':'\x6f\x75\x74\x73\x69\x64\x65\x5f'+'\x70\x6c\x61\x74\x65\x61\x75\x5f'+_0x5d0015(0x281,'\x44\x7a\x28\x23')+_0x5d0015(0x1b0,'\x68\x73\x79\x32')}:{},'\x63\x75\x72\x72\x65\x6e\x74\x44\x65\x63\x69\x73\x69\x6f\x6e':_0x2f0c54,'\x63\x75\x72\x72\x65\x6e\x74\x41\x63\x74\x69\x6f\x6e':_0x52bafe,'\x67\x6c\x6f\x62\x61\x6c\x46\x6c\x61\x74\x41\x62\x73\x74\x61\x69\x6e\x41\x63\x74\x69\x6f\x6e':_0x534340?{'\x6b\x69\x6e\x64':_0x5d0015(0x275,'\x6f\x6d\x28\x21')}:_0x52bafe};}else{const _0x3a9395=[..._0x2fef72[_0x5d0015(0x144,'\x4f\x4b\x62\x74')]()][_0x5d0015(0x32d,'\x75\x24\x30\x77')](([_0x3e4407,_0x5ebedb])=>canonicalSnapshotValue(_0x3e4407,_0x3e1c3b)+'\x3d\x3e'+canonicalSnapshotValue(_0x5ebedb,_0x3e1c3b));return _0x5d0015(0x394,'\x59\x21\x4a\x6a')+_0xfaf86+'\x3a\x5b'+_0x3a9395[_0x5d0015(0x112,'\x4c\x61\x6c\x58')]('\x2c')+_0x5d0015(0x125,'\x44\x7a\x28\x23')+encodeOwnProperties(_0x2fef72,_0x3e1c3b)+'\x7d';}}if(_0x2fef72 instanceof Set){const _0xecf39=[..._0x2fef72][_0x5d0015(0x35e,'\x59\x21\x4a\x6a')](_0x16fa8e=>canonicalSnapshotValue(_0x16fa8e,_0x3e1c3b));return _0x5d0015(0x1d8,'\x58\x4f\x78\x59')+_0xfaf86+'\x3a\x5b'+_0xecf39[_0x5d0015(0x2c2,'\x23\x6c\x4c\x55')]('\x2c')+_0x5d0015(0x22d,'\x50\x62\x36\x5a')+encodeOwnProperties(_0x2fef72,_0x3e1c3b)+'\x7d';}if(ArrayBuffer[_0x5d0015(0xdd,'\x50\x45\x7a\x4c')](_0x2fef72)){if(typeof SharedArrayBuffer!==_0x5d0015(0x110,'\x47\x4a\x6c\x5e')+'\x64'&&_0x2fef72[_0x5d0015(0x32f,'\x6c\x45\x4a\x43')]instanceof SharedArrayBuffer)throw new Error(_0x5d0015(0x133,'\x39\x47\x67\x61')+_0x5d0015(0x14f,'\x50\x45\x7a\x4c')+_0x5d0015(0x1ec,'\x23\x6c\x4c\x55')+_0x5d0015(0xdc,'\x59\x21\x4a\x6a')+_0x5d0015(0x288,'\x4f\x4b\x62\x74')+'\x61\x79\x42\x75\x66\x66\x65\x72'+_0x5d0015(0x334,'\x4c\x71\x24\x38')+_0x5d0015(0x153,'\x44\x42\x76\x28'));return _0x5d0015(0x262,'\x23\x6c\x4c\x55')+_0xfaf86+'\x3a'+_0x2fef72[_0x5d0015(0xe3,'\x75\x24\x30\x77')+_0x5d0015(0x2ee,'\x53\x6a\x21\x5a')]['\x6e\x61\x6d\x65']+'\x3a'+_0x2fef72[_0x5d0015(0x367,'\x6c\x45\x4a\x43')+'\x65\x74']+'\x3a'+_0x2fef72[_0x5d0015(0x29a,'\x31\x4c\x69\x64')+'\x74\x68']+'\x3a'+canonicalSnapshotValue(_0x2fef72['\x62\x75\x66\x66\x65\x72'],_0x3e1c3b)+'\x3a\x7b'+encodeOwnProperties(_0x2fef72,_0x3e1c3b)+'\x7d';}if(typeof SharedArrayBuffer!==_0x5d0015(0x186,'\x5a\x58\x6c\x31')+'\x64'&&_0x2fef72 instanceof SharedArrayBuffer)throw new Error(_0x5d0015(0x185,'\x57\x4e\x4a\x70')+_0x5d0015(0x176,'\x4c\x71\x24\x38')+_0x5d0015(0x222,'\x6c\x23\x42\x62')+_0x5d0015(0xb6,'\x52\x51\x23\x69')+'\x68\x61\x72\x65\x64\x41\x72\x72'+_0x5d0015(0x189,'\x48\x36\x36\x23'));if(_0x2fef72 instanceof ArrayBuffer)return'\x61\x72\x72\x61\x79\x2d\x62\x75'+_0x5d0015(0x13e,'\x6f\x75\x72\x52')+_0xfaf86+'\x3a'+Buffer[_0x5d0015(0x1ab,'\x38\x49\x67\x6f')](_0x2fef72)['\x74\x6f\x53\x74\x72\x69\x6e\x67']('\x68\x65\x78')+'\x3a\x7b'+encodeOwnProperties(_0x2fef72,_0x3e1c3b)+'\x7d';const _0x29b451=Object[_0x5d0015(0x354,'\x6c\x23\x42\x62')+_0x5d0015(0xe8,'\x57\x4e\x4a\x70')](_0x2fef72);if(_0x29b451!==Object[_0x5d0015(0x24d,'\x44\x42\x76\x28')+'\x65']&&_0x29b451!==null)throw new Error(_0x5d0015(0x21b,'\x75\x24\x30\x77')+_0x5d0015(0x370,'\x62\x32\x38\x37')+_0x5d0015(0x381,'\x37\x25\x39\x6c')+_0x5d0015(0x120,'\x4f\x4b\x62\x74')+_0x5d0015(0xb8,'\x57\x6a\x47\x24')+_0x5d0015(0x2fd,'\x38\x49\x67\x6f')+_0x5d0015(0x21f,'\x5a\x58\x6c\x31'));return _0x5d0015(0x21a,'\x5a\x58\x6c\x31')+_0xfaf86+'\x3a\x7b'+encodeOwnProperties(_0x2fef72,_0x3e1c3b)+'\x7d';}function cloneStructured(_0x159960,_0x5ac6c5){const _0x23a298=_0x29f1e1;try{if(_0x23a298(0x23c,'\x4c\x61\x6c\x58')===_0x23a298(0x295,'\x77\x77\x38\x51'))return structuredClone(_0x159960);else throw new _0x3c52ea(_0x23a298(0x280,'\x57\x4e\x4a\x70')+_0x23a298(0x319,'\x61\x5b\x5e\x51')+_0x23a298(0x2b3,'\x52\x51\x23\x69')+_0x23a298(0x1d2,'\x46\x37\x23\x7a')+_0x3d0550['\x69\x64']);}catch{throw new Error(_0x5ac6c5);}}function _0x5b06(){const _0x5ab1db=['\x71\x71\x53\x68\x57\x50\x54\x68\x79\x72\x6c\x64\x53\x6d\x6f\x56\x45\x38\x6f\x38\x44\x38\x6b\x6c','\x78\x6d\x6f\x39\x63\x61\x68\x63\x51\x61','\x57\x50\x4e\x63\x50\x4a\x4b','\x57\x36\x42\x64\x55\x43\x6b\x6e\x70\x67\x4f','\x69\x68\x30\x4c','\x57\x50\x52\x63\x4e\x75\x37\x64\x51\x59\x4a\x64\x4b\x71','\x42\x38\x6b\x46\x63\x5a\x70\x64\x49\x59\x4b\x69\x57\x4f\x4b','\x57\x36\x6d\x71\x69\x38\x6f\x49\x79\x71','\x57\x4f\x37\x63\x4a\x75\x43','\x57\x52\x4b\x63\x78\x73\x79','\x41\x6d\x6b\x73\x68\x74\x64\x64\x4a\x73\x38','\x57\x35\x74\x63\x56\x74\x6a\x61\x57\x52\x71\x4f\x57\x52\x6d\x45','\x68\x76\x65\x71\x57\x34\x30\x43\x69\x65\x6c\x64\x55\x61','\x57\x4f\x6c\x63\x4d\x66\x72\x6b\x57\x36\x46\x64\x56\x73\x6c\x64\x51\x47','\x62\x30\x43\x50\x57\x52\x4f\x6e\x57\x52\x6c\x63\x48\x47','\x66\x49\x78\x64\x4f\x6d\x6b\x6f\x57\x34\x74\x64\x55\x6d\x6b\x4d\x57\x52\x30','\x66\x43\x6f\x76\x57\x36\x4a\x63\x4f\x6d\x6f\x64\x57\x37\x78\x64\x52\x57','\x57\x37\x44\x6b\x75\x6d\x6b\x61\x57\x35\x5a\x63\x4a\x74\x53','\x57\x50\x79\x48\x57\x4f\x62\x4d\x57\x51\x6d\x78\x68\x6d\x6b\x32\x57\x52\x6e\x6c\x69\x6d\x6f\x71\x66\x47','\x63\x53\x6f\x74\x44\x53\x6f\x62\x6f\x53\x6f\x71\x78\x68\x30','\x57\x36\x65\x52\x73\x5a\x65\x4e\x57\x52\x65\x69\x63\x47','\x69\x38\x6f\x69\x57\x52\x2f\x63\x4e\x53\x6b\x37\x57\x36\x68\x63\x52\x53\x6b\x78','\x72\x72\x74\x63\x4d\x6d\x6f\x6f','\x44\x49\x34\x39\x57\x34\x35\x74\x76\x4a\x43','\x7a\x6d\x6f\x42\x64\x74\x56\x63\x4b\x47','\x73\x38\x6f\x4e\x57\x51\x4a\x64\x4b\x48\x56\x64\x47\x43\x6f\x4f\x57\x34\x69\x31\x57\x51\x56\x64\x53\x49\x48\x77','\x57\x51\x46\x64\x49\x65\x30','\x67\x31\x66\x78','\x69\x77\x75\x69\x57\x4f\x4f\x45\x57\x51\x56\x63\x47\x72\x69','\x57\x50\x34\x7a\x57\x34\x61','\x57\x34\x78\x63\x50\x38\x6b\x6b\x57\x36\x43\x30\x57\x36\x72\x54\x57\x35\x57','\x57\x34\x78\x64\x56\x77\x6d\x64\x57\x37\x6a\x50\x57\x36\x4f\x32\x57\x36\x61\x4d\x57\x4f\x43\x73\x57\x50\x38','\x42\x4b\x76\x66\x57\x34\x56\x63\x4d\x43\x6b\x30\x42\x6d\x6f\x78','\x57\x37\x48\x69\x72\x43\x6b\x72\x57\x36\x74\x63\x48\x73\x4a\x63\x4a\x47','\x79\x6d\x6f\x78\x6c\x59\x6c\x63\x55\x47','\x6a\x4a\x46\x64\x50\x53\x6f\x68\x46\x61','\x41\x68\x4b\x72\x57\x4f\x43\x78\x57\x36\x6c\x63\x47\x31\x30','\x57\x36\x58\x70\x62\x6d\x6b\x72\x57\x35\x52\x63\x4d\x59\x6c\x63\x49\x71','\x73\x63\x4a\x64\x54\x6d\x6b\x46\x57\x34\x5a\x64\x55\x6d\x6b\x62\x57\x37\x69','\x57\x50\x78\x63\x4c\x30\x4a\x64\x4f\x59\x37\x64\x4a\x71','\x72\x47\x34\x61\x57\x50\x48\x70\x79\x72\x2f\x64\x48\x6d\x6f\x58\x46\x6d\x6f\x2b\x73\x6d\x6b\x66','\x57\x34\x39\x4f\x6c\x53\x6b\x75\x46\x53\x6f\x67\x62\x5a\x69','\x76\x61\x62\x30\x57\x51\x68\x63\x4f\x64\x71\x52\x42\x61','\x57\x50\x74\x63\x4b\x31\x79','\x57\x51\x79\x6b\x71\x73\x68\x63\x55\x57','\x57\x4f\x71\x52\x43\x48\x6a\x2f\x61\x53\x6f\x78\x57\x37\x6d','\x69\x43\x6f\x68\x71\x30\x52\x64\x49\x64\x68\x64\x48\x57','\x63\x43\x6f\x6d\x57\x37\x65\x51\x77\x4d\x31\x46\x74\x71','\x57\x36\x35\x77\x73\x38\x6b\x6b\x57\x35\x33\x63\x55\x59\x68\x63\x4d\x57','\x57\x52\x46\x63\x47\x61\x74\x64\x4d\x71','\x57\x34\x62\x37\x57\x34\x6d\x4a\x57\x37\x6a\x68\x76\x47','\x57\x37\x56\x64\x54\x38\x6b\x71','\x69\x53\x6f\x69\x57\x51\x6c\x63\x4b\x43\x6b\x2b\x57\x36\x56\x64\x4f\x53\x6b\x78','\x57\x37\x65\x6f\x57\x35\x4c\x30\x57\x35\x44\x48\x57\x36\x52\x64\x48\x71','\x62\x76\x4b\x32\x57\x51\x4f\x66\x57\x52\x64\x64\x4e\x32\x65','\x43\x38\x6f\x68\x66\x4a\x2f\x64\x4d\x5a\x61\x69\x57\x4f\x4b','\x46\x61\x42\x63\x49\x43\x6b\x78\x57\x52\x56\x64\x50\x43\x6b\x48\x44\x47','\x57\x34\x44\x31\x74\x57','\x63\x6d\x6b\x57\x57\x36\x4e\x63\x4c\x4b\x30','\x57\x51\x6c\x64\x4c\x4c\x53\x66\x71\x4a\x46\x64\x4b\x75\x30','\x57\x51\x62\x68\x69\x65\x68\x63\x47\x53\x6f\x44\x68\x38\x6b\x50','\x57\x35\x74\x63\x56\x63\x6e\x67\x57\x52\x71\x35\x57\x51\x4b\x6f','\x57\x50\x79\x4e\x42\x62\x6a\x34\x77\x38\x6f\x65\x57\x51\x79','\x57\x36\x43\x36\x46\x47','\x76\x48\x72\x36\x57\x51\x64\x63\x54\x78\x75\x7a\x44\x57','\x57\x52\x6d\x6b\x77\x4a\x46\x63\x4c\x31\x69','\x41\x6d\x6b\x45\x64\x5a\x70\x64\x50\x5a\x53\x70\x57\x4f\x34','\x70\x38\x6b\x6e\x57\x52\x78\x63\x48\x43\x6b\x35\x57\x36\x4e\x63\x52\x43\x6b\x71','\x70\x74\x5a\x64\x50\x43\x6f\x76\x44\x75\x33\x64\x52\x38\x6f\x44','\x6b\x53\x6b\x6a\x66\x64\x4a\x63\x48\x74\x47\x65\x57\x4f\x30','\x57\x4f\x64\x64\x53\x38\x6f\x62\x6c\x38\x6f\x49','\x57\x35\x70\x64\x49\x58\x75\x58\x57\x35\x65','\x72\x43\x6b\x44\x57\x37\x43','\x77\x53\x6b\x78\x57\x36\x53\x30\x62\x43\x6b\x65\x72\x4a\x34','\x75\x48\x78\x63\x55\x6d\x6f\x53\x57\x36\x6d','\x57\x36\x53\x59\x73\x31\x68\x63\x47\x43\x6b\x72\x57\x36\x4e\x63\x50\x71','\x6b\x32\x71\x77\x57\x4f\x71\x61\x57\x52\x79','\x57\x51\x79\x41\x76\x59\x42\x63\x51\x30\x72\x2f\x6d\x47','\x70\x74\x33\x64\x56\x71','\x75\x67\x48\x56','\x57\x52\x33\x64\x50\x6d\x6f\x57\x6a\x38\x6f\x6e\x64\x67\x34','\x75\x53\x6f\x78\x6e\x5a\x37\x63\x53\x66\x71','\x61\x6d\x6b\x6e\x57\x52\x4a\x63\x4c\x43\x6b\x65\x57\x36\x71','\x78\x53\x6f\x74\x6a\x43\x6f\x65\x65\x38\x6f\x78\x68\x32\x4b','\x57\x36\x6d\x51\x45\x63\x65\x58\x57\x51\x53\x44\x69\x47','\x68\x6d\x6b\x35\x57\x37\x70\x63\x49\x4c\x4f','\x61\x30\x65\x79\x57\x51\x4f\x78\x57\x51\x4a\x63\x4b\x32\x34','\x45\x72\x46\x63\x4e\x53\x6b\x6d\x57\x52\x4a\x64\x51\x6d\x6f\x4b\x7a\x57','\x57\x36\x69\x68\x57\x34\x76\x49','\x63\x53\x6f\x61\x42\x6d\x6f\x68','\x77\x68\x50\x55\x57\x37\x2f\x63\x54\x38\x6b\x46\x73\x38\x6f\x47','\x6b\x6d\x6b\x61\x57\x52\x4e\x63\x47\x53\x6b\x35\x57\x51\x64\x63\x52\x43\x6b\x6d','\x79\x71\x42\x63\x4a\x43\x6b\x6d\x57\x52\x64\x64\x53\x53\x6b\x48\x79\x61','\x6c\x33\x30\x51\x57\x52\x31\x45\x61\x53\x6f\x6f\x77\x71','\x6e\x6d\x6f\x64\x78\x31\x33\x64\x49\x64\x52\x64\x49\x6d\x6b\x43','\x57\x4f\x61\x4a\x79\x48\x54\x2b\x64\x38\x6f\x68\x57\x51\x30','\x70\x32\x79\x57\x57\x52\x54\x63\x65\x71','\x57\x4f\x68\x63\x48\x76\x62\x6c\x57\x51\x4e\x64\x56\x71','\x78\x4e\x4c\x2f\x57\x36\x37\x63\x56\x38\x6b\x78\x71\x61','\x57\x4f\x50\x76\x42\x6d\x6b\x77\x57\x4f\x5a\x64\x4c\x53\x6b\x35\x57\x50\x4f','\x57\x37\x69\x56\x74\x76\x68\x63\x47\x38\x6f\x71\x57\x37\x37\x63\x52\x57','\x76\x62\x78\x64\x4a\x43\x6f\x66\x57\x34\x52\x64\x54\x43\x6f\x6e\x57\x37\x75','\x57\x50\x34\x43\x57\x34\x6c\x63\x4e\x4b\x6d\x6e\x42\x57','\x57\x37\x64\x63\x4f\x73\x6c\x64\x47\x53\x6b\x5a\x57\x4f\x48\x67','\x57\x4f\x53\x7a\x57\x34\x68\x63\x4e\x57','\x57\x37\x53\x75\x70\x53\x6f\x55\x7a\x53\x6b\x6c','\x57\x52\x78\x64\x4e\x75\x4b\x46\x77\x74\x61','\x7a\x63\x68\x64\x49\x73\x4a\x63\x4a\x38\x6f\x73\x45\x43\x6f\x55','\x6d\x4a\x56\x64\x56\x38\x6f\x61\x46\x66\x79','\x78\x73\x56\x64\x4f\x6d\x6b\x7a\x57\x37\x64\x64\x52\x43\x6b\x54\x57\x36\x34','\x62\x38\x6f\x68\x57\x36\x53\x76\x78\x4d\x6e\x46\x72\x57','\x57\x34\x44\x31\x74\x38\x6f\x32','\x42\x59\x56\x64\x47\x4e\x57','\x79\x64\x4b\x48\x57\x35\x4c\x7a\x74\x63\x4f\x59','\x57\x4f\x52\x63\x4c\x30\x52\x64\x4f\x74\x4e\x64\x4b\x78\x78\x63\x51\x57','\x63\x38\x6f\x75\x57\x36\x43','\x57\x34\x4b\x52\x57\x37\x48\x71\x57\x37\x39\x64\x57\x36\x78\x64\x56\x71','\x57\x34\x4e\x63\x4a\x38\x6f\x59\x43\x64\x50\x59','\x6f\x68\x6d\x58\x57\x52\x4c\x51\x68\x38\x6b\x6f\x74\x71','\x57\x50\x65\x4b\x57\x4f\x44\x4c\x57\x51\x53\x78\x65\x43\x6b\x63\x57\x51\x31\x6d\x69\x53\x6f\x56\x67\x61','\x57\x51\x34\x64\x57\x50\x64\x63\x49\x53\x6b\x43\x6f\x43\x6f\x35\x65\x57','\x72\x53\x6f\x78\x6d\x63\x74\x63\x55\x4c\x34','\x65\x38\x6f\x49\x57\x4f\x4e\x63\x4a\x57','\x57\x34\x35\x35\x6f\x43\x6b\x45\x74\x6d\x6f\x6b','\x57\x36\x4e\x64\x4b\x38\x6f\x38\x6c\x6d\x6f\x6e\x68\x67\x35\x6a','\x57\x51\x33\x63\x48\x47\x5a\x64\x4e\x43\x6b\x55\x57\x52\x57\x4e\x57\x52\x38','\x78\x48\x70\x63\x4d\x43\x6f\x69\x57\x34\x52\x64\x52\x6d\x6b\x69','\x57\x4f\x53\x76\x57\x34\x4e\x63\x4c\x65\x79','\x66\x53\x6f\x72\x57\x36\x4a\x64\x50\x53\x6b\x74\x57\x51\x6c\x63\x4f\x61','\x42\x38\x6f\x68\x68\x74\x4e\x64\x4d\x4e\x30\x44\x57\x50\x57','\x46\x63\x78\x64\x47\x4e\x56\x63\x49\x43\x6f\x7a','\x6d\x53\x6f\x41\x71\x76\x5a\x64\x47\x49\x52\x64\x49\x6d\x6b\x43','\x76\x64\x78\x63\x47\x38\x6f\x6b\x57\x35\x78\x64\x53\x53\x6b\x66\x57\x37\x43','\x57\x36\x6d\x76\x71\x76\x50\x55\x72\x47','\x57\x51\x37\x64\x4c\x30\x79','\x66\x43\x6f\x39\x57\x4f\x4a\x63\x4d\x4c\x78\x64\x4c\x61','\x64\x38\x6f\x39\x57\x4f\x2f\x63\x4d\x4c\x52\x64\x4e\x38\x6f\x56\x6e\x71','\x57\x37\x65\x68\x57\x34\x69','\x57\x51\x42\x63\x4c\x4b\x33\x64\x4d\x53\x6b\x56\x57\x51\x65\x51\x57\x51\x34','\x71\x59\x58\x49\x57\x37\x37\x63\x56\x38\x6b\x77\x72\x6d\x6f\x33','\x57\x35\x48\x48\x46\x43\x6b\x7a\x76\x38\x6f\x44\x73\x73\x65','\x57\x52\x75\x78\x57\x50\x68\x63\x47\x53\x6b\x2f\x65\x38\x6f\x34\x67\x71','\x61\x53\x6f\x67\x57\x36\x69','\x41\x31\x6c\x63\x4a\x38\x6b\x6b\x57\x51\x33\x64\x54\x43\x6b\x48\x43\x57','\x77\x6d\x6f\x58\x6e\x4a\x42\x63\x52\x76\x34','\x57\x36\x53\x5a\x74\x66\x52\x63\x47\x6d\x6f\x73\x57\x36\x2f\x63\x52\x47','\x57\x34\x46\x63\x48\x53\x6b\x72\x57\x36\x4b\x33\x57\x37\x35\x38','\x57\x36\x75\x54\x45\x49\x65\x39\x57\x51\x53\x44','\x57\x36\x69\x64\x57\x34\x76\x39\x57\x37\x62\x4b\x57\x34\x6c\x64\x4a\x47','\x6c\x58\x56\x63\x47\x53\x6b\x72\x57\x52\x56\x64\x50\x53\x6f\x4b\x7a\x57','\x65\x6d\x6f\x43\x57\x36\x78\x64\x50\x38\x6b\x74','\x57\x51\x33\x64\x49\x43\x6f\x2b\x6a\x43\x6f\x42\x63\x5a\x50\x67','\x75\x43\x6f\x74\x6e\x57','\x57\x52\x52\x64\x54\x38\x6f\x34\x6f\x6d\x6f\x44','\x7a\x48\x33\x63\x47\x47','\x57\x36\x31\x75\x73\x6d\x6b\x6d\x57\x34\x2f\x64\x49\x63\x2f\x63\x4c\x71','\x57\x36\x47\x55\x76\x4b\x5a\x63\x4c\x53\x6f\x75\x57\x34\x4e\x63\x50\x71','\x57\x37\x69\x56\x72\x66\x56\x63\x48\x38\x6f\x62\x57\x37\x4a\x63\x4f\x57','\x78\x38\x6b\x67\x57\x36\x53\x38\x66\x38\x6b\x79\x74\x47','\x44\x74\x66\x62\x57\x50\x4a\x64\x55\x43\x6b\x53','\x57\x51\x6c\x63\x4c\x47\x4b','\x79\x73\x33\x64\x4e\x57','\x73\x64\x6e\x38\x57\x4f\x37\x64\x53\x43\x6b\x50\x6e\x66\x71','\x72\x71\x4c\x50\x57\x51\x52\x63\x50\x5a\x65\x69\x43\x47','\x63\x6d\x6b\x2b\x57\x52\x5a\x63\x4b\x75\x4e\x63\x47\x43\x6b\x30\x57\x37\x57','\x57\x35\x4a\x63\x49\x38\x6f\x39\x7a\x5a\x58\x34\x57\x51\x56\x63\x4f\x61','\x57\x34\x31\x30\x57\x34\x71','\x63\x31\x53\x33\x57\x51\x43\x73\x57\x52\x33\x63\x48\x4d\x69','\x57\x34\x48\x47\x57\x34\x71\x4c\x57\x52\x54\x61\x71\x6d\x6f\x58','\x57\x37\x4b\x66\x43\x6d\x6f\x39\x46\x43\x6b\x78\x57\x51\x58\x52','\x79\x61\x6c\x63\x49\x43\x6b\x78\x57\x51\x52\x64\x55\x6d\x6f\x73\x42\x61','\x45\x74\x74\x64\x56\x38\x6f\x76\x42\x71\x4e\x64\x51\x53\x6b\x46','\x57\x36\x4c\x48\x76\x31\x2f\x63\x48\x53\x6f\x41\x57\x51\x4f','\x71\x4c\x69\x31\x57\x51\x43\x67\x57\x52\x33\x63\x4e\x49\x43','\x57\x34\x76\x36\x73\x38\x6b\x30\x57\x51\x5a\x64\x53\x43\x6b\x35\x57\x52\x4f','\x69\x6d\x6b\x79\x57\x51\x52\x64\x4a\x43\x6f\x4d\x72\x47','\x57\x37\x39\x48\x72\x31\x2f\x63\x47\x43\x6f\x75','\x57\x34\x35\x36\x6b\x43\x6f\x46\x77\x53\x6f\x6b\x73\x74\x53','\x57\x36\x47\x46\x75\x72\x76\x2f\x78\x73\x33\x63\x48\x47','\x61\x76\x47\x4d\x57\x4f\x71\x34','\x42\x6d\x6b\x6f\x66\x59\x6c\x64\x4a\x73\x38','\x57\x4f\x64\x63\x47\x31\x4c\x72\x57\x52\x70\x64\x55\x5a\x2f\x64\x52\x61','\x66\x4b\x58\x35\x57\x52\x38\x6d\x57\x52\x4e\x63\x4e\x63\x43','\x57\x52\x71\x73\x57\x51\x78\x63\x48\x53\x6b\x6d','\x57\x51\x64\x64\x4c\x65\x43\x6f\x76\x5a\x6c\x64\x4f\x75\x71','\x57\x4f\x6c\x63\x51\x49\x76\x44\x57\x51\x43\x5a\x57\x52\x47\x6a','\x72\x58\x76\x52\x57\x51\x42\x63\x4a\x4a\x34','\x66\x76\x50\x63\x57\x35\x57\x6e\x70\x75\x78\x64\x4f\x57','\x42\x74\x64\x64\x53\x67\x52\x63\x4e\x38\x6f\x6a\x44\x43\x6f\x51','\x57\x51\x68\x63\x4d\x57\x70\x64\x4d\x38\x6b\x54\x57\x51\x7a\x4d\x57\x52\x69','\x69\x78\x38\x52\x57\x51\x79','\x57\x37\x71\x6e\x57\x35\x4c\x36\x57\x35\x6e\x53\x57\x34\x69','\x57\x35\x2f\x63\x50\x38\x6b\x77\x57\x36\x4b\x4d\x57\x36\x75','\x57\x34\x6e\x38\x57\x35\x53\x4c\x57\x37\x35\x71','\x57\x50\x6c\x64\x4c\x72\x6d\x4e\x57\x34\x66\x37\x57\x34\x52\x63\x54\x57','\x68\x6d\x6b\x38\x57\x37\x64\x63\x4b\x75\x33\x63\x47\x61','\x77\x53\x6b\x30\x57\x52\x5a\x63\x4c\x4b\x4e\x63\x4c\x6d\x6b\x36\x57\x51\x38','\x57\x52\x4f\x42\x64\x4e\x69','\x57\x4f\x79\x33\x43\x47\x76\x2b\x71\x43\x6f\x76','\x57\x4f\x47\x4a\x43\x61','\x57\x50\x70\x63\x4d\x75\x72\x6b','\x6f\x32\x71\x6c\x57\x50\x4b\x72\x57\x51\x46\x63\x50\x4c\x30','\x61\x75\x65\x57\x57\x51\x43\x6b','\x57\x51\x69\x63\x57\x4f\x56\x63\x48\x53\x6b\x78','\x61\x53\x6f\x75\x57\x37\x52\x64\x53\x43\x6b\x7a\x57\x52\x68\x63\x53\x43\x6b\x36','\x57\x36\x75\x77\x57\x34\x72\x2f\x57\x35\x48\x51\x57\x34\x78\x64\x4a\x57','\x6b\x77\x69\x71','\x65\x75\x50\x63\x57\x35\x34\x41\x6f\x4c\x2f\x64\x4c\x47','\x57\x35\x74\x63\x4e\x38\x6f\x4e\x79\x64\x50\x58\x57\x51\x38','\x73\x64\x70\x63\x4f\x43\x6b\x70\x57\x34\x52\x63\x56\x43\x6b\x58\x57\x36\x4b','\x44\x49\x72\x61\x57\x4f\x6c\x64\x53\x53\x6b\x56\x6c\x58\x69','\x7a\x4e\x30\x4c\x70\x76\x47\x75\x65\x53\x6b\x75','\x44\x68\x4f\x4b\x6d\x75\x69\x36\x68\x57','\x57\x37\x61\x44\x70\x38\x6f\x52\x43\x38\x6b\x70\x57\x4f\x54\x52','\x57\x35\x56\x64\x4a\x47\x6e\x30\x57\x34\x79\x36\x57\x34\x37\x63\x54\x57','\x45\x77\x79\x57','\x46\x64\x42\x64\x4e\x4e\x4a\x63\x49\x43\x6f\x70\x79\x6d\x6f\x51','\x57\x4f\x79\x32\x41\x72\x48\x31','\x57\x35\x64\x63\x52\x43\x6b\x71\x57\x36\x65\x47\x57\x37\x4b','\x57\x52\x7a\x4b\x69\x4b\x4e\x63\x48\x47','\x79\x32\x57\x4c\x70\x76\x61\x41\x68\x53\x6b\x61','\x57\x35\x4f\x73\x68\x53\x6f\x53\x46\x38\x6b\x63\x57\x52\x38\x4e','\x57\x51\x5a\x63\x4d\x47\x6c\x64\x48\x53\x6b\x30\x57\x36\x39\x4a\x57\x52\x65','\x6d\x38\x6b\x63\x77\x66\x46\x64\x4c\x5a\x2f\x64\x48\x43\x6b\x62','\x57\x51\x6c\x64\x47\x66\x47\x61\x77\x73\x5a\x64\x48\x4c\x57','\x57\x37\x6d\x6f\x63\x76\x44\x35\x65\x4a\x70\x63\x4e\x57','\x57\x36\x69\x46\x6e\x6d\x6f\x53\x44\x6d\x6b\x6b\x57\x51\x6e\x49','\x7a\x38\x6b\x67\x63\x57','\x67\x66\x62\x7a\x57\x34\x69','\x43\x74\x66\x62\x57\x4f\x64\x63\x56\x6d\x6b\x37\x6b\x62\x75','\x57\x52\x50\x69\x7a\x71','\x57\x35\x42\x64\x49\x47\x38\x59\x57\x34\x65\x45\x57\x34\x42\x63\x53\x57','\x69\x53\x6b\x67\x57\x52\x64\x63\x4e\x38\x6b\x2f\x57\x36\x70\x63\x50\x57','\x57\x50\x78\x63\x49\x75\x76\x6c\x57\x51\x68\x64\x4f\x63\x2f\x64\x56\x71','\x73\x64\x70\x64\x4f\x6d\x6b\x7a\x57\x35\x52\x64\x52\x47','\x57\x52\x70\x64\x4e\x76\x53\x79','\x57\x34\x66\x39\x75\x43\x6b\x58','\x45\x32\x47\x36\x6d\x71','\x57\x35\x35\x58\x6c\x43\x6b\x41\x77\x38\x6f\x42\x63\x63\x65','\x57\x35\x6c\x63\x48\x6d\x6f\x39\x42\x63\x6e\x39\x57\x52\x37\x63\x53\x71','\x45\x58\x70\x63\x4e\x38\x6b\x6f\x57\x37\x37\x64\x53\x53\x6f\x56\x44\x61','\x72\x77\x31\x34\x57\x36\x42\x63\x4c\x53\x6b\x74\x73\x38\x6f\x4b','\x65\x6d\x6f\x62\x43\x6d\x6f\x41\x64\x6d\x6f\x77\x71\x67\x34','\x75\x62\x4c\x50\x57\x52\x68\x63\x50\x64\x79\x7a','\x57\x34\x4b\x50\x6b\x43\x6b\x45\x73\x38\x6f\x65\x73\x71','\x57\x50\x33\x63\x4f\x73\x6e\x72\x57\x51\x79\x2f\x57\x51\x38','\x63\x53\x6f\x61\x57\x36\x69\x46\x77\x33\x79\x6c\x72\x61','\x57\x34\x2f\x63\x4f\x53\x6b\x66','\x64\x38\x6f\x4a\x57\x50\x37\x63\x49\x75\x46\x64\x49\x6d\x6b\x6c\x61\x57','\x57\x51\x52\x64\x4c\x75\x46\x63\x52\x49\x69\x4f\x57\x52\x47\x54','\x57\x36\x46\x64\x4d\x31\x30\x45\x72\x64\x56\x64\x49\x76\x57','\x69\x38\x6f\x68\x76\x4c\x5a\x64\x4b\x57','\x57\x37\x4f\x68\x57\x35\x48\x58\x57\x34\x6a\x4c','\x78\x53\x6f\x74\x6f\x57','\x57\x37\x6d\x52\x45\x63\x79\x33\x57\x52\x65\x43\x65\x71','\x78\x73\x37\x64\x52\x43\x6b\x7a\x57\x34\x52\x64\x52\x57','\x78\x53\x6f\x42\x41\x38\x6f\x45\x67\x43\x6f\x45\x76\x32\x47','\x71\x53\x6f\x78\x6d\x64\x5a\x64\x56\x57','\x46\x4a\x30\x39','\x69\x6d\x6b\x79\x57\x51\x2f\x64\x48\x43\x6f\x4c\x76\x6d\x6b\x73\x57\x36\x61','\x66\x6d\x6f\x79\x57\x36\x33\x64\x50\x38\x6b\x76\x57\x51\x79','\x65\x53\x6f\x43\x57\x37\x52\x64\x55\x43\x6f\x77\x57\x52\x64\x63\x55\x38\x6b\x36','\x7a\x43\x6b\x70\x66\x63\x74\x64\x4e\x68\x30\x6e\x57\x50\x69','\x61\x75\x54\x72\x57\x35\x47\x6b\x6a\x57','\x63\x43\x6f\x79\x57\x36\x2f\x64\x54\x6d\x6b\x73\x57\x51\x52\x63\x55\x38\x6b\x38','\x42\x4a\x4c\x43\x57\x4f\x38','\x62\x6d\x6f\x73\x57\x36\x42\x64\x56\x53\x6b\x74\x57\x51\x6c\x63\x55\x38\x6f\x48','\x43\x68\x53\x4e\x6a\x4c\x38\x44\x64\x38\x6b\x62','\x69\x4c\x6d\x48\x57\x51\x7a\x66\x67\x43\x6b\x6f','\x66\x53\x6f\x43\x57\x37\x64\x64\x56\x53\x6b\x7a\x57\x51\x6c\x63\x53\x71','\x6b\x32\x71\x71\x57\x50\x38\x61\x57\x51\x33\x63\x49\x71','\x57\x37\x4a\x63\x4b\x43\x6b\x54\x43\x43\x6b\x46\x74\x73\x50\x4b\x57\x50\x78\x64\x4e\x71\x66\x57\x57\x35\x61','\x57\x35\x78\x63\x50\x6d\x6b\x44\x57\x37\x58\x58','\x66\x6d\x6f\x63\x57\x35\x38\x38\x75\x61','\x61\x66\x50\x75\x57\x4f\x65\x43\x6f\x65\x74\x64\x55\x71','\x63\x43\x6f\x66\x57\x36\x4f\x79\x73\x77\x35\x54\x74\x47','\x57\x50\x52\x63\x4a\x4a\x72\x61\x57\x51\x47\x31\x57\x52\x6d','\x57\x35\x38\x77\x57\x34\x68\x63\x47\x58\x71','\x67\x38\x6f\x43\x43\x43\x6f\x79\x66\x43\x6f\x43\x71\x71','\x6f\x43\x6f\x77\x75\x66\x64\x64\x4a\x59\x33\x63\x49\x43\x6b\x42','\x57\x37\x69\x46\x74\x31\x62\x55\x76\x59\x37\x63\x49\x61','\x62\x38\x6f\x70\x57\x37\x56\x64\x53\x38\x6b\x70\x57\x36\x61','\x57\x35\x33\x63\x54\x53\x6b\x72\x57\x36\x61\x31','\x57\x51\x52\x64\x4d\x75\x52\x63\x53\x49\x6d\x5a','\x62\x43\x6f\x73\x57\x36\x46\x64\x50\x53\x6b\x65\x57\x51\x5a\x63\x55\x43\x6f\x37','\x76\x68\x35\x37\x57\x37\x2f\x63\x55\x43\x6b\x75\x75\x71','\x68\x43\x6b\x35\x57\x37\x70\x63\x48\x30\x4e\x63\x4e\x53\x6f\x59\x57\x36\x4b','\x57\x35\x6e\x66\x6a\x43\x6b\x34\x74\x57','\x64\x65\x61\x31\x57\x51\x71','\x6f\x43\x6b\x79\x57\x50\x74\x64\x49\x38\x6f\x33\x65\x43\x6b\x32\x57\x37\x53','\x41\x53\x6b\x6f\x57\x52\x52\x63\x4b\x43\x6b\x35\x57\x51\x33\x63\x4f\x38\x6b\x43','\x57\x51\x42\x64\x4a\x67\x4b\x6f\x72\x73\x52\x64\x48\x4b\x65','\x57\x51\x74\x64\x4d\x75\x71\x66\x76\x63\x5a\x64\x48\x4c\x57','\x71\x6d\x6f\x46\x6a\x49\x64\x63\x52\x61','\x57\x35\x58\x4c\x6d\x53\x6b\x44\x77\x43\x6f\x64\x72\x64\x6d','\x57\x34\x72\x4e\x57\x34\x75\x57\x57\x36\x69\x62','\x57\x51\x7a\x37\x6a\x4b\x2f\x63\x47\x6d\x6f\x41','\x41\x74\x75\x73\x57\x4f\x33\x64\x53\x38\x6b\x36\x7a\x48\x69','\x57\x34\x69\x30\x77\x43\x6b\x36\x57\x52\x46\x63\x56\x57','\x65\x66\x61\x53\x57\x52\x53\x62','\x78\x4a\x2f\x64\x53\x43\x6b\x69\x57\x34\x5a\x64\x51\x43\x6b\x4a\x57\x36\x4b','\x57\x51\x65\x6c\x43\x5a\x33\x63\x51\x57','\x44\x4e\x57\x4c\x6a\x4c\x6d\x44\x64\x38\x6b\x5a','\x6c\x53\x6b\x68\x57\x52\x47','\x42\x64\x35\x76\x57\x4f\x37\x64\x52\x53\x6b\x34\x6e\x62\x30','\x6e\x38\x6b\x6a\x57\x52\x2f\x63\x47\x53\x6b\x4f\x57\x36\x74\x64\x52\x38\x6b\x77','\x42\x58\x54\x35\x57\x52\x33\x64\x51\x57','\x57\x37\x47\x37\x57\x35\x34\x31','\x57\x37\x6d\x71\x57\x34\x7a\x4b\x57\x35\x39\x4a\x57\x35\x47','\x57\x37\x6d\x56\x7a\x4a\x4f\x47','\x57\x51\x61\x6f\x72\x5a\x4e\x63\x52\x71','\x57\x4f\x46\x63\x55\x59\x76\x76\x57\x52\x75\x56\x57\x52\x61','\x6b\x30\x61\x6f\x57\x50\x76\x76','\x57\x37\x42\x63\x53\x6d\x6b\x37\x57\x36\x79\x75','\x57\x52\x2f\x64\x47\x43\x6f\x31\x6e\x43\x6f\x6e','\x57\x36\x4b\x57\x7a\x61','\x46\x53\x6b\x67\x63\x64\x33\x64\x4d\x57','\x57\x35\x7a\x59\x76\x48\x35\x43\x78\x43\x6f\x4d\x57\x51\x43','\x57\x50\x4e\x63\x52\x49\x6e\x78\x57\x51\x4c\x36\x57\x52\x53\x75','\x68\x53\x6f\x42\x57\x36\x4f\x45\x78\x77\x66\x6f\x72\x47','\x57\x50\x68\x63\x56\x73\x44\x67\x57\x51\x47\x30\x57\x51\x4b','\x57\x51\x52\x64\x4a\x38\x6f\x58\x6c\x38\x6f\x41\x63\x57','\x57\x34\x39\x4d\x74\x38\x6b\x4e\x57\x51\x5a\x64\x53\x43\x6f\x54\x57\x50\x4f','\x57\x4f\x53\x72\x57\x35\x33\x63\x4d\x48\x71','\x57\x34\x2f\x63\x49\x38\x6f\x47\x41\x62\x6e\x31\x57\x51\x74\x63\x53\x57','\x42\x72\x37\x63\x49\x43\x6b\x62','\x6a\x5a\x33\x64\x50\x53\x6f\x67\x45\x4b\x68\x64\x49\x6d\x6b\x73','\x7a\x53\x6b\x69\x68\x61','\x73\x5a\x74\x64\x51\x43\x6b\x63\x57\x35\x56\x63\x56\x43\x6b\x56\x57\x36\x47','\x43\x32\x61\x37\x69\x66\x6d\x62','\x71\x53\x6b\x5a\x57\x37\x4f\x50\x63\x53\x6b\x63\x74\x71','\x42\x43\x6b\x63\x66\x74\x70\x64\x4f\x74\x4b','\x57\x51\x5a\x64\x48\x66\x6c\x63\x52\x5a\x47\x50\x57\x52\x34','\x66\x53\x6f\x42\x6e\x49\x74\x63\x51\x58\x50\x4d\x57\x4f\x53','\x57\x35\x44\x53\x6d\x38\x6b\x79\x74\x6d\x6f\x68','\x7a\x4d\x57\x37\x6d\x76\x75\x68\x68\x53\x6b\x77','\x41\x64\x68\x64\x47\x77\x74\x63\x48\x43\x6f\x45\x44\x43\x6f\x33','\x57\x37\x31\x6c\x74\x6d\x6b\x6b\x57\x34\x4e\x63\x4e\x61','\x57\x34\x58\x31\x75\x38\x6b\x4d\x57\x51\x61','\x41\x6d\x6b\x30\x6d\x63\x2f\x64\x52\x57','\x57\x51\x6c\x63\x52\x4a\x54\x62\x57\x51\x71','\x45\x73\x70\x64\x4a\x38\x6b\x4a\x57\x36\x4b','\x57\x37\x43\x4b\x74\x76\x4e\x63\x47\x43\x6f\x7a','\x72\x57\x31\x4f\x57\x51\x4a\x64\x4f\x73\x53\x64\x79\x71','\x72\x67\x6a\x56\x57\x36\x4a\x63\x54\x53\x6b\x74\x73\x38\x6f\x4d','\x64\x75\x43\x38\x57\x36\x47\x73\x57\x52\x33\x63\x4e\x4d\x34','\x57\x36\x38\x4f\x74\x66\x64\x64\x4c\x43\x6f\x43\x57\x36\x70\x63\x55\x71','\x61\x30\x57\x42\x57\x52\x30\x63\x57\x52\x52\x63\x4c\x33\x75','\x57\x37\x69\x70\x72\x57','\x6b\x33\x34\x6d\x57\x50\x4b\x78\x57\x51\x5a\x63\x4b\x71','\x57\x35\x44\x57\x57\x35\x6e\x38\x57\x37\x48\x6f\x73\x53\x6b\x2f','\x57\x51\x54\x47\x6c\x30\x4e\x63\x4e\x6d\x6f\x44\x76\x38\x6b\x4e','\x64\x66\x71\x30\x57\x51\x30','\x57\x35\x4a\x63\x4e\x53\x6f\x36\x42\x64\x53\x38\x57\x51\x46\x63\x56\x71','\x57\x37\x75\x6e\x57\x35\x35\x35\x57\x34\x72\x35','\x57\x36\x4e\x64\x4a\x43\x6f\x53\x6d\x38\x6f\x43\x78\x33\x48\x66','\x64\x43\x6f\x67\x44\x38\x6f\x64\x65\x53\x6f\x45','\x57\x37\x54\x61\x62\x6d\x6b\x65\x57\x34\x4e\x63\x48\x77\x4e\x63\x4e\x57','\x57\x51\x65\x62\x72\x5a\x70\x63\x55\x66\x6d','\x57\x52\x74\x64\x4a\x66\x4f\x6e\x71\x49\x56\x64\x49\x47','\x57\x37\x5a\x64\x55\x43\x6b\x74\x6d\x47','\x69\x68\x6d\x32\x57\x37\x39\x6e\x66\x6d\x6b\x74\x78\x47','\x57\x35\x74\x63\x50\x38\x6b\x6d','\x57\x4f\x76\x33\x57\x35\x6a\x58\x57\x37\x4f\x63\x71\x38\x6b\x4b','\x57\x51\x34\x63\x57\x34\x6c\x63\x4a\x43\x6b\x71\x68\x43\x6f\x5a\x64\x71','\x73\x63\x6c\x64\x50\x6d\x6b\x64','\x57\x4f\x2f\x63\x4c\x31\x74\x64\x52\x74\x5a\x64\x4a\x68\x78\x63\x56\x71','\x63\x72\x47\x2b\x57\x51\x71\x6c\x57\x52\x37\x63\x4b\x32\x53','\x57\x50\x6c\x64\x49\x47\x6d\x47\x57\x34\x61\x50\x57\x34\x42\x63\x54\x57','\x79\x66\x2f\x63\x4e\x38\x6b\x6d\x57\x52\x52\x64\x50\x6d\x6f\x4c\x6f\x61','\x57\x36\x6d\x71\x69\x38\x6f\x49\x6d\x53\x6b\x71\x57\x51\x6e\x4d','\x57\x34\x48\x57\x57\x34\x71','\x57\x4f\x72\x4e\x70\x75\x78\x63\x48\x53\x6f\x4e\x65\x57','\x46\x38\x6b\x75\x64\x33\x42\x64\x49\x4a\x48\x6a\x57\x50\x6d','\x6d\x53\x6f\x58\x78\x31\x4a\x64\x4b\x73\x33\x64\x47\x43\x6b\x68','\x71\x71\x4c\x55\x57\x52\x64\x63\x50\x61','\x57\x35\x46\x63\x49\x38\x6f\x4e\x6c\x4a\x72\x2b\x57\x52\x4e\x63\x4f\x61','\x57\x4f\x34\x52\x42\x48\x6d','\x61\x38\x6f\x38\x57\x50\x70\x63\x4c\x65\x68\x64\x48\x71','\x57\x51\x33\x63\x54\x72\x4a\x64\x4c\x43\x6b\x59\x57\x51\x53','\x57\x35\x76\x4d\x57\x35\x38\x2b\x57\x36\x38\x63\x72\x53\x6b\x2b','\x57\x35\x33\x63\x4d\x6d\x6f\x38\x42\x47','\x57\x4f\x68\x64\x51\x59\x4b\x49\x57\x34\x79\x43\x57\x36\x4b','\x57\x50\x65\x67\x41\x72\x62\x2b\x78\x6d\x6f\x76','\x67\x43\x6f\x45\x41\x53\x6f\x69\x68\x43\x6f\x76\x44\x68\x79','\x78\x30\x42\x63\x48\x6d\x6f\x66\x57\x35\x70\x64\x4f\x6d\x6b\x62\x57\x37\x65','\x72\x43\x6b\x67\x57\x37\x61\x52\x62\x47','\x57\x34\x70\x63\x4f\x38\x6b\x6c\x57\x37\x30\x33\x57\x36\x4b','\x79\x58\x46\x63\x47\x53\x6b\x63\x57\x51\x52\x64\x51\x71','\x57\x52\x79\x61\x57\x35\x6d\x32\x57\x35\x43\x54\x57\x34\x52\x64\x4e\x61','\x62\x66\x4f\x52\x57\x4f\x30\x66\x57\x52\x2f\x63\x4d\x47','\x6c\x4e\x30\x54\x57\x52\x35\x6a\x66\x38\x6b\x6f','\x6f\x6d\x6f\x71\x65\x75\x33\x64\x47\x63\x33\x64\x47\x53\x6f\x69','\x57\x34\x48\x49\x46\x71','\x57\x36\x43\x36\x7a\x64\x79\x44\x57\x51\x65','\x6a\x74\x35\x44\x57\x4f\x78\x63\x53\x43\x6b\x55\x6c\x58\x4f','\x6f\x68\x43\x53\x57\x51\x79\x6d\x65\x6d\x6b\x6a\x72\x61','\x57\x51\x64\x63\x48\x47\x74\x64\x4d\x38\x6b\x55','\x57\x35\x7a\x48\x57\x34\x75\x34\x57\x37\x76\x66\x74\x6d\x6b\x33','\x57\x52\x7a\x37\x6f\x31\x6c\x63\x4b\x43\x6f\x6c\x6e\x6d\x6b\x50','\x6f\x74\x70\x64\x51\x57','\x57\x37\x4c\x69\x73\x38\x6b\x68\x57\x35\x52\x63\x48\x61\x2f\x63\x4c\x47','\x76\x74\x6c\x64\x52\x6d\x6b\x70\x57\x34\x52\x64\x52\x57','\x65\x76\x62\x79\x57\x34\x6d\x6e\x69\x61\x78\x64\x4f\x71','\x7a\x43\x6b\x76\x77\x59\x6c\x64\x49\x73\x34\x63\x57\x35\x30','\x74\x43\x6b\x67\x57\x35\x47\x2f\x65\x6d\x6b\x7a\x71\x49\x75','\x57\x35\x6c\x63\x54\x53\x6b\x42\x57\x36\x7a\x59\x57\x36\x58\x38\x57\x4f\x34','\x57\x35\x70\x64\x51\x38\x6b\x6e\x6d\x4a\x37\x64\x48\x47\x65','\x57\x35\x33\x63\x47\x38\x6b\x42\x57\x37\x4f\x37\x57\x36\x6a\x4d','\x44\x72\x4e\x63\x54\x53\x6b\x4a\x57\x51\x79','\x57\x36\x43\x63\x6f\x6d\x6f\x4d\x7a\x53\x6f\x64\x57\x51\x35\x4f','\x57\x34\x72\x47\x78\x53\x6b\x38\x57\x51\x56\x64\x52\x6d\x6b\x35\x57\x50\x57','\x57\x52\x72\x65\x6b\x68\x6c\x63\x4e\x47','\x6f\x68\x6d\x58\x57\x52\x4c\x46\x6c\x71','\x77\x6d\x6f\x33\x69\x63\x70\x63\x54\x4c\x76\x51','\x57\x4f\x74\x63\x47\x66\x48\x61\x57\x51\x42\x64\x50\x71\x5a\x64\x4f\x57','\x69\x4d\x79\x52\x57\x52\x58\x6c','\x57\x51\x42\x63\x4f\x71\x70\x64\x4c\x43\x6b\x57\x57\x52\x58\x56\x57\x52\x65','\x57\x36\x38\x47\x75\x66\x78\x64\x4c\x43\x6f\x63\x57\x36\x74\x63\x51\x57','\x6e\x78\x30\x32\x6a\x31\x31\x74','\x57\x37\x6a\x2f\x46\x4a\x69\x4e\x57\x51\x35\x6a','\x57\x50\x64\x63\x4d\x66\x6a\x71\x57\x51\x6c\x64\x52\x77\x52\x64\x56\x71','\x6f\x67\x43\x46\x57\x50\x38\x78\x57\x51\x70\x63\x4b\x67\x30','\x57\x4f\x6c\x63\x51\x49\x76\x68\x57\x51\x47\x31\x57\x52\x6d','\x74\x53\x6b\x78\x57\x37\x43\x2b\x63\x38\x6b\x61\x71\x4a\x34','\x57\x34\x4c\x48\x74\x43\x6b\x4e\x57\x51\x64\x64\x53\x43\x6f\x54\x57\x51\x47','\x57\x34\x68\x64\x4e\x72\x6a\x33','\x57\x52\x64\x63\x48\x47\x4a\x64\x4d\x53\x6b\x30\x57\x51\x7a\x4f\x57\x52\x61','\x69\x53\x6b\x71\x57\x51\x42\x63\x4c\x43\x6b\x55\x57\x37\x74\x63\x4f\x38\x6b\x6b','\x57\x36\x65\x53\x45\x74\x79\x47\x57\x4f\x57\x6e','\x57\x52\x43\x61\x78\x64\x33\x63\x52\x65\x69','\x70\x67\x4f\x6d\x57\x4f\x57\x78\x57\x52\x42\x63\x47\x66\x79','\x6e\x43\x6f\x55\x72\x66\x52\x64\x4a\x57','\x57\x4f\x33\x63\x4b\x31\x74\x64\x4f\x5a\x2f\x64\x4b\x78\x78\x63\x51\x57','\x45\x53\x6f\x42\x57\x51\x52\x64\x4a\x43\x6f\x65\x71\x38\x6b\x43\x57\x36\x53','\x75\x48\x48\x41\x57\x51\x68\x63\x53\x49\x57\x6d\x41\x71','\x57\x37\x69\x64\x69\x6d\x6f\x37\x45\x38\x6b\x6e\x57\x52\x4c\x30','\x57\x50\x47\x76\x57\x35\x52\x63\x56\x4b\x6d\x67\x77\x30\x4f','\x57\x35\x72\x5a\x6e\x65\x79\x53\x68\x43\x6b\x72\x57\x4f\x79\x50\x57\x34\x37\x63\x4f\x62\x4b\x4a','\x57\x35\x4a\x63\x48\x43\x6f\x37\x42\x63\x44\x4f','\x57\x51\x4f\x46\x57\x4f\x5a\x63\x4a\x71','\x64\x53\x6b\x30\x57\x36\x2f\x63\x4a\x47\x4a\x63\x4c\x6d\x6b\x32\x57\x36\x65','\x57\x37\x42\x63\x55\x6d\x6b\x78\x6f\x74\x5a\x64\x52\x47\x4b\x38','\x57\x50\x70\x63\x4f\x5a\x48\x77\x57\x51\x61\x32\x57\x50\x53\x78','\x57\x35\x66\x30\x57\x34\x71\x36\x57\x35\x31\x6c\x73\x38\x6b\x32','\x76\x4d\x4c\x4c\x57\x36\x4a\x63\x4d\x43\x6b\x45','\x57\x35\x7a\x48\x57\x50\x43\x2f\x57\x37\x72\x77\x62\x43\x6b\x59','\x57\x37\x76\x6e\x73\x53\x6b\x62','\x57\x51\x37\x64\x4a\x6d\x6f\x32\x69\x53\x6f\x6a\x65\x31\x58\x6d','\x57\x4f\x57\x65\x57\x34\x56\x63\x47\x31\x65\x6d\x6b\x31\x53','\x57\x50\x33\x63\x55\x5a\x35\x63\x57\x51\x71','\x6a\x38\x6f\x72\x77\x76\x42\x64\x4c\x78\x37\x64\x49\x53\x6b\x68','\x57\x4f\x69\x4e\x44\x63\x6e\x59\x71\x53\x6f\x65','\x57\x36\x75\x62\x57\x35\x4c\x4b\x57\x35\x6d','\x7a\x53\x6b\x78\x7a\x75\x2f\x64\x4b\x5a\x74\x64\x56\x43\x6b\x35','\x66\x30\x44\x61','\x7a\x73\x56\x64\x4e\x57','\x6a\x53\x6b\x45\x57\x4f\x4a\x64\x48\x38\x6f\x53\x78\x6d\x6b\x2b','\x6a\x63\x64\x64\x54\x53\x6b\x7a\x41\x30\x68\x64\x52\x6d\x6b\x75','\x57\x50\x5a\x63\x49\x4c\x42\x64\x51\x64\x78\x64\x4c\x33\x68\x63\x55\x57','\x41\x74\x5a\x64\x47\x77\x33\x63\x4a\x38\x6f\x6a\x44\x43\x6f\x33','\x57\x51\x46\x64\x4b\x32\x56\x63\x55\x71','\x57\x35\x37\x64\x4e\x71\x47\x5a\x57\x34\x65\x5a','\x57\x36\x38\x5a\x42\x33\x6d\x35\x57\x51\x57\x41\x64\x47','\x57\x34\x42\x64\x4d\x72\x75\x2f\x57\x37\x6d\x59\x57\x34\x42\x63\x54\x71','\x57\x36\x38\x70\x77\x31\x7a\x35\x43\x73\x2f\x63\x48\x47','\x6e\x53\x6f\x72\x77\x48\x4b','\x57\x4f\x4e\x64\x47\x65\x53\x62\x77\x61','\x57\x35\x33\x64\x49\x61\x6d\x4d\x57\x34\x65\x49\x57\x36\x42\x63\x53\x57','\x73\x5a\x74\x64\x51\x43\x6b\x63\x57\x35\x56\x63\x56\x43\x6b\x48\x57\x37\x69','\x57\x51\x76\x65\x7a\x47','\x71\x4c\x47\x53\x57\x52\x53\x71\x57\x37\x5a\x63\x4b\x67\x69','\x57\x51\x69\x7a\x57\x4f\x52\x63\x48\x53\x6b\x6c\x64\x53\x6b\x34\x66\x57','\x41\x73\x76\x76','\x43\x64\x6d\x34\x57\x35\x6a\x6f\x73\x32\x6d\x57','\x6a\x6d\x6b\x68\x57\x51\x78\x63\x48\x61','\x57\x51\x74\x64\x4c\x30\x61\x64\x72\x63\x4f','\x76\x48\x35\x52\x57\x52\x68\x63\x51\x64\x79\x7a','\x57\x51\x71\x6f\x57\x50\x6c\x63\x4a\x6d\x6b\x41\x64\x53\x6f\x33\x63\x47','\x57\x34\x2f\x63\x4a\x38\x6f\x47\x44\x57','\x57\x34\x46\x63\x52\x43\x6b\x52\x57\x37\x4f\x47\x57\x36\x72\x4d\x57\x34\x4b','\x70\x5a\x56\x64\x56\x43\x6f\x71','\x57\x52\x74\x64\x4b\x65\x4c\x45\x61\x32\x47','\x57\x34\x62\x37\x57\x34\x6d\x34\x57\x37\x72\x6d\x63\x6d\x6b\x48','\x57\x4f\x2f\x63\x4c\x31\x74\x64\x54\x5a\x70\x64\x49\x4e\x34','\x57\x52\x30\x61\x77\x47','\x57\x52\x74\x64\x4e\x76\x57','\x57\x36\x43\x77\x72\x4c\x44\x39\x78\x47\x42\x63\x48\x57','\x57\x36\x70\x64\x49\x6d\x6b\x79\x62\x73\x79','\x57\x51\x64\x64\x4d\x65\x5a\x63\x53\x49\x43\x4d\x57\x52\x35\x4f','\x57\x50\x5a\x63\x4e\x65\x64\x64\x51\x59\x4a\x64\x48\x4e\x75','\x68\x38\x6b\x4e\x57\x36\x5a\x63\x4c\x30\x68\x63\x4e\x6d\x6b\x52','\x78\x4d\x35\x48\x57\x36\x4a\x63\x53\x38\x6b\x6f\x62\x47','\x57\x50\x46\x63\x4a\x75\x72\x6a\x57\x36\x46\x64\x55\x49\x74\x64\x52\x47','\x76\x32\x6e\x35\x57\x36\x37\x63\x54\x43\x6b\x45\x79\x53\x6f\x4d','\x57\x34\x46\x63\x4f\x38\x6b\x6c\x57\x36\x75\x48\x57\x35\x79','\x57\x4f\x64\x63\x52\x49\x72\x46\x57\x36\x65\x50\x57\x52\x6d\x41','\x76\x67\x39\x2f\x57\x51\x33\x63\x54\x6d\x6b\x42\x75\x43\x6f\x49','\x62\x53\x6f\x46\x57\x51\x33\x63\x56\x4e\x65','\x57\x51\x5a\x64\x4d\x6d\x6f\x50\x6a\x43\x6f\x6c\x63\x33\x54\x75','\x68\x43\x6f\x44\x57\x51\x75\x75\x72\x33\x79\x6c\x71\x71','\x67\x43\x6f\x36\x45\x31\x33\x64\x4a\x61','\x42\x47\x42\x63\x52\x43\x6b\x68\x57\x51\x33\x64\x54\x43\x6f\x47\x46\x61','\x57\x35\x64\x63\x54\x38\x6b\x6b\x57\x37\x57\x33\x57\x36\x6e\x38','\x57\x34\x79\x42\x6a\x38\x6f\x6c\x78\x61','\x74\x31\x79\x31\x57\x51\x43\x6b\x57\x52\x4e\x63\x4b\x32\x75','\x64\x38\x6f\x41\x57\x37\x79\x46\x78\x65\x54\x70','\x57\x36\x50\x66\x76\x38\x6b\x6f\x57\x34\x47','\x63\x53\x6b\x35\x57\x37\x33\x63\x4b\x75\x33\x63\x4b\x38\x6b\x51\x57\x35\x61','\x77\x62\x78\x63\x52\x6d\x6f\x7a\x57\x35\x46\x64\x4f\x6d\x6b\x75','\x67\x59\x78\x64\x50\x6d\x6b\x64\x57\x34\x5a\x64\x54\x43\x6b\x56\x57\x37\x57','\x57\x50\x58\x6d\x57\x50\x4b','\x57\x36\x75\x54\x45\x74\x4f\x37\x57\x51\x53','\x6a\x43\x6b\x6f\x57\x50\x6c\x64\x47\x38\x6f\x33\x77\x71','\x7a\x4a\x39\x41\x57\x4f\x74\x64\x52\x53\x6b\x38','\x61\x43\x6f\x72\x57\x36\x42\x64\x53\x6d\x6b\x78\x57\x51\x2f\x64\x55\x6d\x6b\x39','\x45\x43\x6b\x74\x63\x74\x2f\x64\x48\x4a\x4f','\x46\x74\x30\x47\x57\x35\x4b','\x57\x52\x79\x61\x77\x5a\x37\x63\x55\x31\x44\x30\x42\x61','\x57\x37\x6d\x6b\x72\x76\x58\x4f','\x67\x6d\x6f\x6d\x57\x37\x43\x74\x74\x4d\x54\x6f\x75\x61','\x57\x51\x75\x4b\x57\x37\x74\x63\x54\x4e\x69','\x6d\x53\x6f\x67\x68\x66\x52\x64\x4a\x74\x68\x64\x48\x38\x6b\x6e','\x65\x6d\x6f\x67\x7a\x6d\x6f\x64\x65\x53\x6f\x6b\x65\x4e\x53','\x71\x6d\x6f\x47\x57\x50\x37\x63\x4c\x31\x42\x64\x4b\x53\x6b\x37\x64\x57','\x61\x76\x4f\x58\x57\x51\x43\x77\x57\x51\x47','\x62\x66\x58\x7a\x57\x36\x53\x4f','\x57\x50\x54\x4b\x6b\x6d\x6b\x6d\x74\x6d\x6b\x70\x63\x5a\x61','\x6e\x73\x42\x64\x4b\x53\x6f\x77\x41\x4c\x64\x64\x51\x53\x6b\x75','\x78\x67\x31\x37','\x57\x36\x79\x57\x45\x64\x61\x58\x57\x51\x65\x55\x62\x47','\x43\x73\x4b\x2b\x6f\x4b\x61\x73\x66\x38\x6b\x42','\x57\x51\x71\x65\x57\x4f\x56\x63\x4a\x38\x6b\x71\x68\x38\x6f\x4b\x75\x61','\x57\x37\x61\x75\x70\x53\x6f\x53\x77\x38\x6b\x68','\x46\x61\x78\x63\x4f\x38\x6f\x6f\x57\x34\x4a\x64\x4f\x6d\x6b\x46\x57\x52\x47','\x6f\x68\x47\x77\x57\x4f\x71\x67\x57\x36\x6c\x63\x49\x65\x43','\x57\x35\x52\x63\x4d\x43\x6f\x47\x7a\x49\x66\x76\x57\x51\x34','\x67\x31\x62\x45','\x57\x35\x52\x63\x47\x38\x6f\x39','\x57\x37\x39\x68\x75\x6d\x6b\x6d\x57\x35\x74\x63\x48\x4d\x4e\x63\x4e\x47','\x57\x36\x47\x51\x61\x57','\x57\x51\x71\x44\x75\x78\x2f\x63\x52\x66\x6e\x39\x70\x57','\x70\x6d\x6f\x65\x44\x43\x6f\x57\x6b\x57','\x72\x53\x6f\x65\x6c\x63\x70\x63\x53\x65\x35\x39\x57\x50\x34','\x57\x36\x53\x32\x7a\x64\x43','\x57\x34\x7a\x58\x68\x38\x6b\x5a\x57\x51\x52\x64\x52\x43\x6b\x35\x57\x4f\x38','\x41\x74\x5a\x64\x47\x71','\x43\x32\x75\x34\x6f\x30\x71','\x44\x64\x64\x64\x54\x53\x6f\x41\x45\x4b\x5a\x64\x50\x53\x6b\x43','\x57\x4f\x30\x2b\x42\x38\x6f\x69\x63\x53\x6b\x7a\x67\x71\x38\x58\x57\x36\x69\x48\x57\x37\x34','\x46\x5a\x64\x64\x47\x32\x68\x63\x47\x53\x6f\x41','\x68\x43\x6f\x7a\x57\x36\x4b\x74\x78\x61','\x57\x52\x4e\x64\x4d\x4b\x70\x63\x51\x74\x71\x4d\x57\x52\x38','\x78\x57\x4c\x31\x57\x51\x74\x63\x54\x74\x61','\x57\x37\x43\x77\x57\x35\x76\x2b\x57\x50\x7a\x52\x57\x34\x70\x64\x4d\x57','\x57\x52\x70\x64\x4d\x76\x4f\x6c\x75\x59\x52\x64\x47\x4b\x57','\x57\x4f\x65\x57\x41\x72\x66\x56\x41\x53\x6f\x70\x57\x51\x6d','\x66\x49\x6c\x64\x4d\x43\x6f\x45\x46\x57','\x6c\x53\x6b\x42\x57\x4f\x78\x63\x4b\x43\x6b\x52\x57\x36\x78\x63\x49\x38\x6b\x71','\x6d\x53\x6b\x63\x71\x4c\x46\x64\x47\x63\x37\x64\x4d\x53\x6b\x61','\x57\x4f\x74\x63\x56\x74\x69\x7a\x57\x52\x6d\x2f\x57\x52\x4f\x73','\x64\x68\x71\x36\x57\x52\x57\x6e\x57\x52\x70\x63\x4e\x61','\x57\x35\x64\x64\x4c\x61\x6d\x57','\x57\x50\x57\x56\x79\x48\x48\x33\x64\x38\x6f\x6b\x57\x51\x43','\x57\x35\x6e\x38\x57\x35\x69\x4d\x57\x52\x47','\x79\x38\x6b\x69\x66\x71','\x57\x51\x64\x64\x4e\x76\x57\x4a\x71\x74\x64\x64\x54\x31\x4f','\x78\x53\x6f\x7a\x6c\x5a\x70\x63\x53\x65\x39\x57','\x57\x36\x75\x77\x57\x34\x72\x33\x57\x34\x6a\x34\x57\x34\x65','\x57\x51\x44\x37\x69\x75\x5a\x63\x4c\x38\x6f\x70\x67\x71','\x57\x36\x35\x77\x71\x43\x6b\x77\x57\x35\x37\x63\x48\x4a\x30','\x77\x73\x6c\x64\x52\x38\x6b\x6f\x57\x34\x46\x64\x53\x6d\x6b\x4a\x57\x36\x38','\x57\x36\x75\x77\x57\x35\x6e\x4b\x57\x35\x6e\x50\x57\x4f\x5a\x64\x4a\x47','\x57\x34\x48\x39\x77\x6d\x6b\x38\x57\x51\x56\x64\x51\x38\x6b\x4a','\x57\x50\x4e\x63\x4f\x4a\x35\x61','\x57\x51\x78\x64\x4d\x47\x6c\x63\x53\x74\x34\x57\x57\x51\x39\x2f','\x57\x36\x76\x41\x74\x31\x50\x55\x65\x4a\x74\x63\x49\x47','\x78\x38\x6f\x7a\x6c\x71','\x70\x73\x46\x63\x4c\x6d\x6b\x39\x57\x50\x52\x64\x52\x38\x6f\x42','\x57\x52\x74\x64\x4d\x30\x43\x45\x75\x57','\x6f\x38\x6f\x6e\x76\x47','\x57\x36\x76\x79\x61\x67\x42\x64\x52\x61\x39\x32\x67\x43\x6b\x63\x57\x36\x4b\x56\x57\x50\x65','\x57\x4f\x46\x63\x48\x76\x66\x65\x57\x51\x6c\x64\x55\x59\x2f\x64\x4f\x71','\x6a\x78\x57\x53\x57\x52\x31\x41\x66\x38\x6b\x75\x74\x57','\x79\x5a\x68\x64\x48\x77\x56\x63\x47\x38\x6f\x71\x43\x71','\x57\x35\x6e\x57\x57\x34\x75\x49\x57\x37\x6a\x6e\x73\x57','\x57\x52\x69\x44\x57\x34\x69','\x57\x51\x56\x64\x4d\x76\x58\x62\x76\x5a\x5a\x64\x4c\x66\x57','\x6d\x6d\x6b\x68\x57\x51\x74\x63\x4d\x38\x6b\x2b\x57\x37\x64\x63\x4f\x38\x6b\x44','\x57\x35\x76\x36\x6b\x6d\x6b\x70\x73\x6d\x6f\x61\x67\x59\x65','\x57\x52\x70\x64\x4d\x76\x53\x68\x43\x64\x46\x64\x49\x75\x38','\x64\x43\x6f\x44\x57\x36\x57\x76\x72\x47','\x7a\x49\x76\x61\x57\x50\x4e\x64\x55\x43\x6b\x4d\x6d\x4a\x75','\x75\x67\x39\x2f\x57\x36\x74\x63\x50\x53\x6b\x46','\x77\x47\x6a\x54\x57\x51\x6c\x63\x52\x74\x65\x6a\x69\x61','\x57\x37\x74\x64\x54\x6d\x6b\x46\x69\x58\x78\x64\x56\x57\x4f\x4d','\x57\x35\x37\x63\x4f\x38\x6b\x69','\x77\x61\x4e\x63\x47\x57','\x75\x49\x4a\x64\x52\x57','\x76\x73\x58\x50\x57\x36\x6c\x63\x56\x38\x6b\x77\x71\x6d\x6f\x49','\x57\x50\x65\x4a\x43\x58\x58\x4f','\x6f\x32\x79\x46\x57\x50\x38\x72\x57\x51\x52\x64\x48\x76\x71','\x66\x53\x6f\x74\x44\x38\x6f\x70\x67\x6d\x6f\x34\x71\x67\x47','\x43\x43\x6f\x46\x57\x36\x74\x64\x48\x38\x6f\x2f\x57\x52\x42\x63\x53\x53\x6b\x4b\x75\x4d\x6e\x66\x6e\x57','\x57\x4f\x47\x46\x57\x35\x5a\x63\x4d\x4b\x43\x79\x41\x4c\x53','\x68\x31\x7a\x65\x57\x4f\x57\x73\x69\x76\x4a\x64\x4f\x57','\x57\x34\x7a\x36\x57\x35\x38\x2b\x57\x36\x4c\x77','\x57\x50\x79\x76\x79\x71\x39\x55','\x6f\x4e\x34\x44\x57\x50\x38\x68\x57\x52\x64\x63\x47\x66\x79','\x70\x67\x4f\x6e\x57\x4f\x61\x62','\x6f\x49\x42\x64\x53\x53\x6f\x44\x44\x31\x46\x63\x51\x38\x6b\x43','\x6f\x53\x6b\x6f\x57\x50\x4e\x64\x49\x47','\x57\x36\x6d\x71\x69\x38\x6f\x49\x76\x6d\x6b\x6b\x57\x51\x6e\x47','\x57\x37\x31\x6c\x75\x43\x6b\x6c\x57\x34\x2f\x63\x4d\x32\x4e\x63\x4c\x57','\x57\x35\x6a\x4e\x6b\x38\x6b\x45\x76\x6d\x6f\x67\x64\x78\x75','\x69\x43\x6f\x62\x77\x68\x37\x64\x54\x47','\x6a\x32\x4b\x75\x57\x4f\x34\x72\x57\x52\x79','\x72\x53\x6b\x44\x57\x37\x61\x5a','\x57\x34\x7a\x58\x75\x43\x6b\x59\x57\x52\x68\x64\x54\x57','\x6a\x6d\x6b\x6c\x57\x52\x70\x63\x47\x38\x6b\x2b\x57\x36\x2f\x63\x53\x6d\x6f\x45','\x57\x36\x69\x64\x78\x76\x62\x71\x76\x59\x37\x63\x4a\x61','\x57\x50\x42\x63\x48\x31\x6c\x64\x50\x5a\x78\x64\x49\x68\x75','\x78\x77\x4c\x4c\x57\x36\x52\x63\x50\x6d\x6b\x73','\x57\x36\x46\x64\x4e\x65\x4b\x79\x76\x57','\x57\x37\x48\x6e\x73\x6d\x6b\x72\x57\x35\x37\x63\x4d\x47','\x72\x53\x6f\x43\x57\x51\x4e\x64\x50\x6d\x6b\x78\x57\x51\x2f\x63\x56\x6d\x6b\x2f','\x45\x74\x34\x51\x57\x50\x30\x61\x57\x51\x4a\x63\x53\x77\x6d','\x75\x47\x4e\x63\x4e\x53\x6f\x46','\x7a\x47\x74\x63\x49\x43\x6b\x78\x57\x52\x4e\x64\x50\x6d\x6f\x56\x44\x47','\x79\x77\x47\x4b\x70\x33\x61\x41\x66\x43\x6b\x76','\x57\x52\x64\x63\x4c\x58\x4b','\x57\x50\x4a\x64\x49\x53\x6f\x55\x61\x53\x6f\x4d','\x57\x4f\x33\x63\x4b\x31\x78\x64\x52\x58\x5a\x64\x4a\x68\x37\x63\x51\x61','\x6f\x53\x6f\x70\x77\x65\x30','\x57\x36\x75\x2b\x41\x64\x38\x58\x57\x36\x75\x70\x64\x61','\x71\x38\x6b\x68\x57\x36\x30\x2b\x64\x6d\x6b\x61\x72\x47','\x61\x38\x6f\x48\x57\x50\x37\x63\x4d\x4b\x46\x64\x4c\x61','\x44\x4e\x57\x4c\x6a\x4c\x6d\x44\x64\x57','\x57\x34\x31\x53\x6c\x38\x6b\x77\x78\x53\x6f\x67\x64\x63\x43','\x72\x77\x31\x34\x57\x36\x42\x63\x4f\x57','\x57\x34\x4c\x57\x57\x35\x4b\x32\x57\x36\x39\x6b','\x6f\x33\x38\x6d\x57\x4f\x4f\x67\x57\x52\x46\x63\x49\x61','\x7a\x38\x6b\x66\x57\x51\x70\x63\x47\x38\x6b\x35\x57\x51\x64\x63\x4f\x6d\x6b\x42','\x57\x4f\x4b\x76\x57\x35\x5a\x63\x4d\x66\x69\x62\x42\x4b\x4f','\x57\x52\x56\x63\x47\x6d\x6f\x57\x6d\x38\x6f\x68\x65\x33\x54\x75','\x71\x6d\x6f\x48\x57\x50\x74\x63\x4c\x31\x42\x63\x4b\x43\x6b\x50\x63\x71','\x57\x34\x4c\x35\x57\x50\x43\x39\x57\x37\x72\x76\x71\x6d\x6b\x4a','\x57\x34\x64\x63\x50\x38\x6b\x75\x57\x36\x53\x58\x57\x37\x4c\x48\x57\x34\x65','\x57\x35\x35\x31\x74\x6d\x6b\x2b\x57\x36\x78\x64\x52\x6d\x6f\x33\x57\x4f\x47','\x69\x38\x6f\x69\x57\x51\x42\x63\x47\x53\x6b\x49\x57\x36\x2f\x63\x50\x6d\x6f\x45','\x6d\x67\x6d\x6b\x57\x35\x70\x63\x52\x53\x6f\x57\x62\x57\x43\x54\x57\x36\x4a\x64\x4d\x53\x6b\x70','\x6d\x78\x6c\x64\x50\x38\x6f\x76\x41\x4b\x2f\x63\x51\x38\x6b\x42','\x78\x38\x6b\x78\x57\x37\x75\x34\x61\x6d\x6b\x7a\x73\x49\x6d','\x68\x38\x6f\x72\x43\x43\x6f\x64\x65\x38\x6f\x78\x65\x4e\x34','\x69\x6d\x6b\x46\x57\x50\x4e\x63\x48\x6d\x6f\x54\x72\x6d\x6b\x32\x57\x36\x57','\x57\x35\x5a\x63\x52\x6d\x6f\x76\x57\x36\x61\x33\x57\x36\x50\x50\x57\x35\x4f','\x6c\x6d\x6b\x79\x57\x35\x5a\x64\x49\x53\x6f\x53\x72\x43\x6f\x37\x57\x36\x6d','\x69\x4a\x46\x64\x4f\x43\x6f\x68\x43\x65\x56\x64\x50\x71','\x41\x43\x6b\x69\x66\x73\x6c\x64\x4d\x4a\x69\x66','\x57\x4f\x5a\x63\x4e\x66\x78\x64\x50\x74\x5a\x64\x47\x61','\x57\x34\x39\x36\x57\x35\x34\x2f','\x57\x37\x44\x6c\x73\x47','\x57\x51\x33\x64\x49\x43\x6f\x2b\x6a\x43\x6f\x42\x63\x57','\x45\x64\x75\x4a\x57\x35\x47','\x77\x48\x39\x69\x57\x51\x6c\x63\x50\x5a\x30\x4b\x42\x47','\x57\x34\x54\x32\x75\x38\x6b\x57\x57\x36\x78\x64\x56\x43\x6f\x38\x57\x4f\x38','\x57\x50\x42\x64\x56\x4b\x75\x38\x75\x57','\x57\x4f\x79\x54\x42\x47\x6e\x50\x71\x6d\x6f\x6e\x57\x36\x69','\x57\x34\x75\x4b\x42\x57\x75\x37\x77\x38\x6f\x61\x57\x52\x65','\x6f\x6d\x6f\x78\x72\x76\x52\x64\x4a\x4a\x70\x64\x4a\x61','\x57\x37\x64\x64\x49\x63\x57\x2b\x57\x35\x6d','\x6a\x78\x30\x53','\x42\x61\x46\x63\x4e\x53\x6b\x78\x57\x52\x56\x64\x52\x38\x6f\x31','\x57\x52\x53\x61\x43\x68\x33\x63\x56\x6d\x6f\x34\x57\x51\x52\x63\x55\x71','\x64\x53\x6b\x30\x57\x36\x2f\x63\x4a\x47\x4a\x63\x47\x43\x6b\x58\x57\x36\x34','\x67\x76\x7a\x45\x57\x34\x47','\x69\x38\x6f\x68\x71\x4b\x30','\x57\x34\x70\x63\x52\x53\x6b\x7a\x57\x37\x4f\x33\x57\x36\x58\x39\x57\x37\x65','\x6b\x33\x34\x6d\x57\x50\x4b\x78\x57\x51\x5a\x63\x4b\x77\x69','\x57\x37\x61\x6c\x57\x35\x50\x49\x57\x35\x6e\x2f','\x57\x4f\x46\x63\x55\x59\x76\x44\x57\x51\x38\x39\x57\x36\x43','\x72\x53\x6f\x71\x57\x37\x5a\x64\x4f\x43\x6b\x63\x57\x36\x70\x63\x54\x38\x6b\x2b','\x57\x51\x37\x63\x4b\x61\x6c\x64\x4d\x6d\x6b\x5a','\x64\x43\x6f\x67\x57\x36\x30\x76\x77\x4e\x79','\x69\x32\x62\x49\x57\x51\x7a\x6e\x62\x43\x6b\x6c\x63\x47','\x66\x4c\x71\x51\x57\x51\x6e\x65','\x57\x34\x70\x63\x4e\x4c\x6a\x77\x57\x52\x6c\x64\x55\x59\x74\x64\x51\x47','\x6b\x77\x4f\x59','\x57\x35\x64\x63\x52\x43\x6b\x71\x57\x36\x65\x47\x57\x37\x4b\x4d\x57\x35\x47','\x6c\x43\x6f\x6c\x57\x50\x78\x64\x49\x53\x6f\x31\x75\x6d\x6b\x33\x57\x36\x43','\x57\x4f\x30\x46\x57\x34\x6c\x63\x4c\x61','\x57\x37\x70\x64\x55\x38\x6b\x6b\x70\x49\x78\x64\x4f\x71','\x57\x36\x43\x5a\x7a\x74\x65\x31\x57\x51\x4b\x56\x64\x57','\x71\x59\x6c\x64\x4f\x53\x6b\x79\x57\x35\x56\x64\x54\x6d\x6b\x54\x57\x37\x6d','\x57\x52\x53\x5a\x72\x4b\x52\x63\x47\x6d\x6f\x64\x57\x36\x74\x63\x52\x57','\x57\x51\x5a\x64\x4a\x53\x6f\x54\x6d\x53\x6f\x62\x67\x4d\x4b','\x6c\x67\x30\x74\x57\x51\x57\x6a','\x57\x50\x34\x64\x57\x35\x33\x63\x4c\x65\x61\x48\x42\x57','\x57\x34\x39\x57\x68\x57','\x57\x4f\x4b\x4e\x42\x48\x62\x56\x72\x57','\x57\x34\x39\x36\x74\x6d\x6b\x38\x57\x52\x68\x64\x54\x53\x6f\x56\x57\x4f\x57','\x57\x36\x46\x64\x4b\x75\x57\x6a\x77\x63\x52\x64\x4a\x4c\x57','\x6f\x53\x6b\x46\x57\x4f\x37\x64\x4a\x43\x6f\x54\x76\x47','\x57\x34\x42\x64\x4d\x72\x71\x5a\x57\x35\x61\x56','\x57\x4f\x33\x63\x4e\x76\x71','\x57\x34\x48\x53\x6b\x71','\x68\x66\x50\x69\x57\x35\x47\x32\x6d\x61','\x57\x36\x34\x70\x41\x59\x61\x4e\x57\x51\x61\x6e','\x46\x53\x6b\x67\x63\x64\x33\x63\x49\x64\x34\x67\x57\x50\x6d','\x42\x62\x33\x63\x48\x6d\x6b\x6b\x57\x51\x5a\x64\x54\x43\x6b\x56\x7a\x47','\x57\x35\x4e\x64\x4b\x71\x47\x57','\x6a\x59\x42\x64\x54\x53\x6f\x67\x46\x65\x64\x63\x51\x38\x6b\x45','\x43\x5a\x76\x61\x57\x50\x4a\x64\x54\x43\x6b\x4e\x6b\x61','\x76\x48\x72\x52\x57\x51\x42\x63\x4f\x49\x57\x69\x7a\x61','\x46\x4d\x61\x35\x6d\x61','\x57\x51\x78\x64\x4b\x30\x5a\x63\x55\x49\x75\x56','\x57\x51\x66\x48\x70\x4b\x5a\x63\x4d\x38\x6f\x6e\x66\x53\x6b\x59','\x62\x43\x6f\x75\x57\x52\x64\x63\x50\x38\x6b\x36\x57\x51\x5a\x63\x4f\x47','\x6d\x6d\x6f\x68\x72\x78\x42\x64\x4c\x4a\x64\x64\x55\x43\x6b\x41','\x57\x35\x46\x63\x49\x38\x6f\x36\x42\x78\x76\x5a\x57\x51\x4a\x63\x56\x47','\x63\x43\x6f\x6d\x57\x37\x43\x6b\x77\x4d\x54\x66\x76\x47','\x77\x6d\x6f\x73\x57\x37\x38\x59\x65\x43\x6f\x6e\x76\x59\x30','\x71\x62\x48\x2b\x57\x51\x33\x63\x54\x74\x65\x63\x42\x47','\x57\x37\x4c\x72\x6e\x53\x6f\x47\x44\x38\x6b\x70\x57\x51\x4c\x30','\x6f\x38\x6b\x6f\x57\x50\x4a\x64\x4b\x43\x6f\x47\x76\x61','\x62\x43\x6f\x73\x57\x36\x68\x64\x56\x43\x6b\x65\x57\x52\x43','\x57\x36\x33\x63\x4b\x58\x37\x64\x48\x38\x6b\x4c\x57\x52\x54\x6f\x57\x52\x4f','\x57\x36\x65\x75\x69\x53\x6f\x47\x44\x6d\x6b\x6b\x57\x51\x48\x31','\x57\x34\x5a\x63\x48\x43\x6f\x48\x41\x63\x7a\x53\x57\x51\x56\x63\x54\x57','\x57\x50\x61\x4d\x57\x4f\x39\x50\x57\x51\x4b\x41\x7a\x6d\x6b\x49\x57\x50\x76\x65\x61\x6d\x6f\x74','\x74\x38\x6b\x44\x57\x37\x65\x59\x65\x43\x6b\x7a\x64\x74\x4f','\x6e\x6d\x6b\x71\x57\x35\x56\x63\x50\x68\x5a\x63\x55\x38\x6b\x6a\x57\x34\x4f','\x57\x52\x76\x31\x6e\x30\x5a\x63\x4e\x43\x6f\x70\x65\x57','\x71\x71\x46\x63\x4e\x53\x6f\x79\x57\x34\x64\x64\x50\x71','\x57\x34\x6a\x35\x57\x35\x47\x5a\x57\x37\x50\x6f\x79\x38\x6b\x39','\x57\x36\x75\x69\x71\x66\x6e\x31\x76\x5a\x6c\x64\x48\x71','\x46\x62\x46\x63\x47\x6d\x6b\x61\x57\x52\x33\x64\x54\x43\x6f\x4f\x45\x47','\x79\x4a\x35\x75\x57\x4f\x4e\x63\x4f\x57','\x43\x4a\x39\x61\x57\x4f\x64\x64\x52\x38\x6b\x34\x6a\x58\x43','\x57\x36\x57\x70\x74\x47','\x66\x43\x6f\x6a\x57\x37\x56\x64\x53\x38\x6b\x63\x57\x52\x42\x63\x55\x61','\x76\x77\x31\x2f\x57\x36\x4a\x64\x53\x57','\x45\x49\x68\x64\x47\x33\x56\x63\x48\x43\x6f\x73\x45\x47','\x57\x35\x50\x39\x68\x6d\x6b\x44\x73\x38\x6f\x42\x63\x64\x57','\x57\x4f\x46\x63\x56\x5a\x54\x44\x57\x52\x75','\x57\x51\x69\x64\x57\x50\x64\x63\x4d\x38\x6b\x43\x66\x6d\x6f\x49\x70\x57','\x57\x35\x48\x47\x7a\x6d\x6f\x6b\x43\x6d\x6f\x67\x64\x4a\x30','\x57\x37\x6d\x41\x57\x34\x7a\x5a\x57\x35\x76\x35\x57\x34\x4e\x64\x4a\x71','\x57\x37\x6d\x6f\x77\x31\x72\x4f\x72\x59\x30','\x57\x4f\x76\x30\x57\x50\x43\x49\x57\x37\x50\x65\x71\x6d\x6f\x58','\x61\x31\x4c\x5a\x57\x35\x78\x63\x4c\x6d\x6b\x75\x46\x57','\x76\x67\x6a\x2f\x57\x37\x2f\x63\x55\x43\x6b\x46\x76\x47','\x6b\x6d\x6f\x34\x57\x34\x37\x64\x4b\x38\x6b\x49\x57\x4f\x52\x63\x47\x38\x6b\x45','\x57\x4f\x37\x64\x4b\x30\x5a\x63\x55\x62\x47\x4a','\x57\x51\x5a\x63\x47\x65\x33\x64\x47\x6d\x6b\x48\x57\x52\x58\x53\x57\x37\x34','\x42\x53\x6b\x63\x63\x78\x42\x64\x48\x74\x71\x41\x57\x50\x61','\x63\x38\x6f\x36\x57\x50\x78\x63\x4e\x57','\x57\x51\x42\x63\x49\x48\x33\x64\x4d\x6d\x6b\x56\x57\x52\x31\x4d\x57\x51\x4f','\x68\x68\x35\x74\x57\x35\x47\x77\x6f\x30\x75'];_0x5b06=function(){return _0x5ab1db;};return _0x5b06();}export function computeSelectionFlatTaskFingerprint(_0x17da85){const _0x5323b8=_0x29f1e1,_0x455bdf=cloneStructured(_0x17da85,_0x5323b8(0x11e,'\x37\x25\x39\x6c')+'\x70\x73\x68\x6f\x74\x20\x6d\x75'+_0x5323b8(0xff,'\x4c\x71\x24\x38')+_0x5323b8(0x372,'\x72\x64\x67\x77')+'\x2d\x63\x6c\x6f\x6e\x65\x61\x62'+_0x5323b8(0x24f,'\x59\x21\x4a\x6a')+_0x5323b8(0xcb,'\x62\x32\x38\x37')+_0x5323b8(0x1ce,'\x6f\x6d\x28\x21'));return sha256(canonicalSnapshotValue([SELECTION_FLAT_ABSTENTION_BENCHMARK_VERSION,_0x455bdf['\x69\x64'],_0x455bdf[_0x5323b8(0x306,'\x38\x49\x67\x6f')+_0x5323b8(0x361,'\x30\x32\x54\x47')+_0x5323b8(0xc0,'\x6f\x75\x72\x52')],_0x455bdf[_0x5323b8(0x163,'\x46\x37\x23\x7a')],_0x455bdf[_0x5323b8(0x312,'\x39\x47\x67\x61')],_0x455bdf[_0x5323b8(0x30a,'\x30\x32\x54\x47')],_0x455bdf['\x73\x65\x6c\x65\x63\x74\x69\x6f'+'\x6e'],_0x455bdf[_0x5323b8(0x11c,'\x6c\x34\x32\x34')+_0x5323b8(0x358,'\x44\x7a\x28\x23')]]));}function isolationKey(_0x4a0715,_0x436b45,_0x31eb00,_0x27ec23){return sha256(_0x4a0715+'\x00'+_0x436b45+'\x00'+_0x31eb00+'\x00'+_0x27ec23);}function validateSuite(_0x502a4b){const _0x3b5e6d=_0x29f1e1;assertSafeMetadata(_0x502a4b[_0x3b5e6d(0x11b,'\x46\x73\x6c\x36')],'\x73\x75\x69\x74\x65\x2e\x6e\x61'+'\x6d\x65'),assertSafeMetadata(_0x502a4b[_0x3b5e6d(0x32a,'\x53\x6a\x21\x5a')]['\x69\x64'],_0x3b5e6d(0x206,'\x50\x62\x36\x5a')+'\x64'),assertSafeMetadata(_0x502a4b[_0x3b5e6d(0x1e5,'\x38\x49\x67\x6f')][_0x3b5e6d(0x277,'\x23\x6c\x4c\x55')],_0x3b5e6d(0x308,'\x68\x73\x79\x32')+_0x3b5e6d(0x22e,'\x46\x37\x23\x7a')),assertSafeMetadata(_0x502a4b[_0x3b5e6d(0x156,'\x30\x32\x54\x47')][_0x3b5e6d(0xd1,'\x57\x4e\x4a\x70')]['\x69\x64'],_0x3b5e6d(0x2de,'\x6f\x75\x72\x52')+_0x3b5e6d(0x30d,'\x31\x4c\x69\x64')+'\x69\x64'),assertSafeMetadata(_0x502a4b[_0x3b5e6d(0x1dc,'\x72\x64\x67\x77')]['\x76\x65\x72\x69\x66\x69\x65\x72'][_0x3b5e6d(0x353,'\x77\x77\x38\x51')],_0x3b5e6d(0x1c1,'\x4c\x61\x6c\x58')+_0x3b5e6d(0x242,'\x50\x62\x36\x5a')+_0x3b5e6d(0x1d5,'\x74\x34\x64\x79'));if(typeof _0x502a4b[_0x3b5e6d(0x371,'\x37\x31\x59\x39')][_0x3b5e6d(0x34b,'\x4c\x71\x24\x38')+_0x3b5e6d(0x26c,'\x74\x34\x64\x79')]!==_0x3b5e6d(0x232,'\x6c\x45\x4a\x43')||!FULL_COMMIT_RE[_0x3b5e6d(0x2d2,'\x77\x77\x38\x51')](_0x502a4b[_0x3b5e6d(0x303,'\x39\x47\x67\x61')][_0x3b5e6d(0x174,'\x56\x21\x64\x7a')+'\x6d\x6d\x69\x74']))throw new Error(_0x3b5e6d(0x2f3,'\x37\x25\x39\x6c')+_0x3b5e6d(0x39d,'\x50\x62\x36\x5a')+_0x3b5e6d(0x28b,'\x4c\x61\x6c\x58')+_0x3b5e6d(0x1b3,'\x61\x5b\x5e\x51')+_0x3b5e6d(0x2b4,'\x23\x6c\x4c\x55')+'\x63\x61\x73\x65\x20\x34\x30\x2d'+_0x3b5e6d(0x390,'\x64\x55\x71\x6c')+'\x69\x74');if(_0x502a4b['\x63\x6f\x68\x6f\x72\x74'][_0x3b5e6d(0x1ea,'\x23\x6c\x4c\x55')+_0x3b5e6d(0x1e2,'\x47\x4a\x6c\x5e')][_0x3b5e6d(0xee,'\x6f\x75\x72\x52')]!==_0x502a4b[_0x3b5e6d(0x164,'\x72\x64\x67\x77')][_0x3b5e6d(0x298,'\x59\x21\x4a\x6a')]){if(_0x3b5e6d(0x326,'\x44\x42\x76\x28')===_0x3b5e6d(0x160,'\x30\x33\x31\x43'))throw new Error(_0x3b5e6d(0x25e,'\x74\x34\x64\x79')+'\x73\x74\x65\x72\x65\x64\x20\x63'+_0x3b5e6d(0x10c,'\x57\x6a\x47\x24')+_0x3b5e6d(0x38a,'\x5b\x51\x45\x35')+'\x61\x74\x63\x68\x20\x74\x68\x65'+_0x3b5e6d(0x22c,'\x4c\x71\x24\x38')+_0x3b5e6d(0x34a,'\x6c\x74\x63\x39'));else throw new _0x2798ae('\x4d\x63\x4e\x65\x6d\x61\x72\x20'+_0x3b5e6d(0xfa,'\x39\x47\x67\x61')+_0x3b5e6d(0xd7,'\x47\x4a\x6c\x5e')+_0x3b5e6d(0x205,'\x48\x36\x36\x23')+_0x3b5e6d(0x31b,'\x23\x6c\x4c\x55')+_0x3b5e6d(0x336,'\x6c\x74\x63\x39'));}const _0xd31a42=new Set(),_0x265a54=new Set();for(const [_0x38a713,_0x1cbd37]of _0x502a4b[_0x3b5e6d(0x286,'\x4a\x72\x36\x38')][_0x3b5e6d(0x357,'\x23\x6c\x4c\x55')]()){if(_0x3b5e6d(0x181,'\x6c\x45\x4a\x43')===_0x3b5e6d(0x30f,'\x57\x4e\x4a\x70'))return _0x5592b4['\x6c\x65\x6e\x67\x74\x68']===-0x1da6+0x4b7+-0x18ef*-0x1?0x2468+0x10b1+0x24f*-0x17:_0x1ffb06[_0x3b5e6d(0x302,'\x50\x45\x7a\x4c')]((_0x315610,_0x1d59c8)=>_0x315610+_0x1d59c8,-0x118c+-0x8b2*0x2+0x22f*0x10)/_0x6e8490[_0x3b5e6d(0x2f9,'\x7a\x68\x63\x5b')];else{assertSafeMetadata(_0x1cbd37['\x69\x64'],_0x3b5e6d(0x1cb,'\x6f\x6d\x28\x21')+_0x38a713+_0x3b5e6d(0x161,'\x23\x6c\x4c\x55')),assertSafeMetadata(_0x1cbd37['\x73\x74\x72\x61\x74\x75\x6d'],_0x3b5e6d(0x21d,'\x6f\x75\x72\x52')+_0x38a713+('\x5d\x2e\x73\x74\x72\x61\x74\x75'+'\x6d'));if(_0x1cbd37[_0x3b5e6d(0x316,'\x74\x34\x64\x79')]!==_0x3b5e6d(0x152,'\x24\x55\x5a\x44')+_0x3b5e6d(0x169,'\x46\x37\x23\x7a')&&_0x1cbd37[_0x3b5e6d(0x255,'\x6c\x23\x42\x62')]!==_0x3b5e6d(0x265,'\x44\x42\x76\x28')){if(_0x3b5e6d(0xe1,'\x37\x31\x59\x39')!==_0x3b5e6d(0x36b,'\x7a\x42\x4a\x70'))throw new _0x6d46cd(_0x3b5e6d(0x2ac,'\x6c\x34\x32\x34')+'\x20\x72\x65\x74\x75\x72\x6e\x65'+_0x3b5e6d(0x10d,'\x77\x77\x38\x51')+_0x3b5e6d(0xbd,'\x37\x25\x39\x6c')+_0x3b5e6d(0x1c2,'\x6c\x45\x4a\x43')+_0x1293d5);else throw new Error(_0x3b5e6d(0x341,'\x37\x31\x59\x39')+_0x3b5e6d(0xc9,'\x6c\x74\x63\x39')+'\x72\x20\x74\x61\x73\x6b\x20'+_0x1cbd37['\x69\x64']);}if(typeof _0x1cbd37[_0x3b5e6d(0x27a,'\x2a\x7a\x71\x68')+_0x3b5e6d(0xb2,'\x5b\x51\x45\x35')+_0x3b5e6d(0x1ad,'\x4a\x72\x36\x38')]!=='\x73\x74\x72\x69\x6e\x67'||!SHA256_RE['\x74\x65\x73\x74'](_0x1cbd37[_0x3b5e6d(0x310,'\x30\x33\x31\x43')+_0x3b5e6d(0x1cf,'\x57\x6a\x47\x24')+'\x74\x44\x69\x67\x65\x73\x74'])){if(_0x3b5e6d(0x28d,'\x4a\x72\x36\x38')!==_0x3b5e6d(0xc7,'\x7a\x42\x4a\x70'))throw new _0x555e88(_0x3d2692+(_0x3b5e6d(0x191,'\x7a\x42\x4a\x70')+_0x3b5e6d(0x29f,'\x39\x47\x67\x61')+_0x3b5e6d(0x3a1,'\x7a\x42\x4a\x70')+_0x3b5e6d(0x331,'\x4c\x61\x6c\x58')+'\x6e'));else throw new Error('\x69\x6e\x76\x61\x6c\x69\x64\x20'+_0x3b5e6d(0x28a,'\x39\x34\x64\x45')+_0x3b5e6d(0x25d,'\x77\x77\x38\x51')+_0x3b5e6d(0x19a,'\x50\x62\x36\x5a')+_0x3b5e6d(0x2ff,'\x68\x73\x79\x32')+_0x3b5e6d(0x1b7,'\x6c\x34\x32\x34')+_0x1cbd37['\x69\x64']);}if(_0x1cbd37[_0x3b5e6d(0x1da,'\x2a\x7a\x71\x68')+_0x3b5e6d(0xc8,'\x37\x25\x39\x6c')]?.['\x72\x6f\x6c\x65']!==_0x3b5e6d(0x2ed,'\x58\x4f\x78\x59')&&_0x1cbd37['\x65\x78\x70\x65\x63\x74\x61\x74'+_0x3b5e6d(0x373,'\x56\x21\x64\x7a')]?.[_0x3b5e6d(0x2e0,'\x39\x34\x64\x45')]!==_0x3b5e6d(0x13c,'\x37\x31\x59\x39'))throw new Error(_0x3b5e6d(0x369,'\x56\x21\x64\x7a')+_0x3b5e6d(0x2f7,'\x57\x4e\x4a\x70')+_0x3b5e6d(0x349,'\x37\x31\x59\x39')+_0x3b5e6d(0xda,'\x62\x32\x38\x37')+_0x1cbd37['\x69\x64']);validateExpectedAction(_0x1cbd37[_0x3b5e6d(0x15a,'\x4c\x71\x24\x38')+_0x3b5e6d(0x36d,'\x68\x73\x79\x32')][_0x3b5e6d(0xfd,'\x4c\x61\x6c\x58')+'\x63\x74\x69\x6f\x6e'],_0x3b5e6d(0x12f,'\x44\x42\x76\x28')+_0x1cbd37['\x69\x64']+(_0x3b5e6d(0x128,'\x24\x55\x5a\x44')+'\x20\x65\x78\x70\x65\x63\x74\x61'+_0x3b5e6d(0x38d,'\x39\x34\x64\x45'))),validateExpectedAction(_0x1cbd37[_0x3b5e6d(0xb1,'\x77\x77\x38\x51')+_0x3b5e6d(0x2cd,'\x6f\x6d\x28\x21')][_0x3b5e6d(0xe6,'\x24\x55\x5a\x44')+'\x61\x74\x41\x62\x73\x74\x61\x69'+_0x3b5e6d(0x324,'\x4c\x61\x6c\x58')],_0x3b5e6d(0x2db,'\x48\x36\x36\x23')+_0x1cbd37['\x69\x64']+(_0x3b5e6d(0xdb,'\x48\x36\x36\x23')+_0x3b5e6d(0x1fa,'\x64\x55\x71\x6c')+_0x3b5e6d(0x284,'\x4c\x71\x24\x38')));if(_0xd31a42[_0x3b5e6d(0xd4,'\x23\x6c\x4c\x55')](_0x1cbd37['\x69\x64']))throw new Error(_0x3b5e6d(0x17e,'\x64\x55\x71\x6c')+_0x3b5e6d(0x359,'\x2a\x7a\x71\x68')+_0x3b5e6d(0x33f,'\x57\x6a\x47\x24')+_0x1cbd37['\x69\x64']);if(_0x265a54[_0x3b5e6d(0xd4,'\x23\x6c\x4c\x55')](_0x1cbd37[_0x3b5e6d(0x292,'\x47\x4a\x6c\x5e')+_0x3b5e6d(0x33c,'\x68\x74\x29\x71')]))throw new Error(_0x3b5e6d(0x2fa,'\x30\x32\x54\x47')+_0x3b5e6d(0x2b9,'\x56\x21\x64\x7a')+_0x3b5e6d(0x15e,'\x30\x33\x31\x43')+_0x3b5e6d(0xf3,'\x72\x64\x67\x77')+_0x1cbd37[_0x3b5e6d(0x2a6,'\x53\x6a\x21\x5a')+'\x65\x72\x70\x72\x69\x6e\x74']);if(typeof _0x1cbd37[_0x3b5e6d(0x27c,'\x24\x55\x5a\x44')+_0x3b5e6d(0x20b,'\x57\x4e\x4a\x70')]!==_0x3b5e6d(0x254,'\x64\x55\x71\x6c')||!SHA256_RE[_0x3b5e6d(0x119,'\x24\x55\x5a\x44')](_0x1cbd37[_0x3b5e6d(0xbb,'\x50\x62\x36\x5a')+_0x3b5e6d(0x17a,'\x7a\x68\x63\x5b')]))throw new Error(_0x3b5e6d(0x294,'\x6c\x34\x32\x34')+_0x3b5e6d(0x1e7,'\x21\x28\x4d\x5b')+_0x3b5e6d(0x2fe,'\x6c\x23\x42\x62')+_0x3b5e6d(0x143,'\x39\x34\x64\x45')+_0x1cbd37['\x69\x64']);if(computeSelectionFlatTaskFingerprint(_0x1cbd37)!==_0x1cbd37[_0x3b5e6d(0x338,'\x4f\x4b\x62\x74')+_0x3b5e6d(0xc1,'\x46\x37\x23\x7a')])throw new Error(_0x3b5e6d(0x2f2,'\x6c\x45\x4a\x43')+_0x3b5e6d(0x1ba,'\x6f\x6d\x28\x21')+_0x3b5e6d(0xe9,'\x4c\x61\x6c\x58')+'\x20\x6d\x69\x73\x6d\x61\x74\x63'+_0x3b5e6d(0x158,'\x59\x21\x4a\x6a')+_0x1cbd37['\x69\x64']);if(_0x502a4b[_0x3b5e6d(0x28c,'\x23\x6c\x4c\x55')][_0x3b5e6d(0x2a3,'\x46\x73\x6c\x36')+_0x3b5e6d(0x170,'\x59\x21\x4a\x6a')][_0x38a713]!==_0x1cbd37[_0x3b5e6d(0xc2,'\x61\x5b\x5e\x51')+_0x3b5e6d(0x333,'\x48\x36\x36\x23')])throw new Error('\x70\x72\x65\x2d\x72\x65\x67\x69'+_0x3b5e6d(0x35d,'\x37\x25\x39\x6c')+_0x3b5e6d(0x380,'\x2a\x7a\x71\x68')+_0x3b5e6d(0x321,'\x6c\x45\x4a\x43')+_0x3b5e6d(0x1c4,'\x6f\x75\x72\x52')+'\x74\x61\x73\x6b\x20'+_0x1cbd37['\x69\x64']);_0xd31a42[_0x3b5e6d(0x374,'\x5a\x58\x6c\x31')](_0x1cbd37['\x69\x64']),_0x265a54[_0x3b5e6d(0xce,'\x57\x6a\x47\x24')](_0x1cbd37[_0x3b5e6d(0x1fe,'\x58\x4f\x78\x59')+_0x3b5e6d(0x219,'\x21\x28\x4d\x5b')]);}}}function cleanOutcome(_0x30b3f0,_0x4b3956,_0x4778a2){const _0x39bd7a=_0x29f1e1,_0x17a681=_0x4778a2?.[_0x39bd7a(0xb0,'\x64\x55\x71\x6c')],_0x1bc7b5=_0x4778a2?.[_0x39bd7a(0xbf,'\x62\x32\x38\x37')+_0x39bd7a(0x182,'\x74\x34\x64\x79')],_0x2bbae0=_0x4778a2?.[_0x39bd7a(0x2c1,'\x53\x6a\x21\x5a')],_0x662d95=_0x4778a2?.[_0x39bd7a(0x209,'\x2a\x7a\x71\x68')],_0x45cddb=_0x4778a2?.['\x76\x65\x72\x69\x66\x69\x65\x72'],_0x4e5942=_0x45cddb?.['\x69\x64'],_0x439f8e=_0x45cddb?.['\x76\x65\x72\x73\x69\x6f\x6e'],_0x4f97c5=_0x45cddb?.[_0x39bd7a(0x355,'\x6c\x74\x63\x39')+_0x39bd7a(0x204,'\x47\x4a\x6c\x5e')];if(typeof _0x17a681!==_0x39bd7a(0x267,'\x30\x32\x54\x47')||typeof _0x1bc7b5!==_0x39bd7a(0xed,'\x61\x5b\x5e\x51')||typeof _0x2bbae0!==_0x39bd7a(0x1b5,'\x6f\x6d\x28\x21'))throw new Error(_0x39bd7a(0x10a,'\x46\x73\x6c\x36')+_0x39bd7a(0x19e,'\x58\x4f\x78\x59')+_0x39bd7a(0x241,'\x46\x73\x6c\x36')+_0x39bd7a(0x285,'\x5a\x58\x6c\x31')+_0x39bd7a(0x301,'\x47\x4a\x6c\x5e')+_0x39bd7a(0x2ca,'\x4a\x72\x36\x38')+'\x6b\x20'+_0x30b3f0);if(!Number['\x69\x73\x46\x69\x6e\x69\x74\x65'](_0x662d95)||_0x662d95<-0xec2*-0x2+-0x11d8+0x4*-0x2eb)throw new Error(_0x39bd7a(0x117,'\x75\x24\x30\x77')+_0x39bd7a(0x2dc,'\x75\x24\x30\x77')+_0x39bd7a(0x2df,'\x50\x45\x7a\x4c')+'\x64\x20\x63\x6f\x73\x74\x20\x66'+'\x6f\x72\x20\x74\x61\x73\x6b\x20'+_0x30b3f0);if(_0x4e5942!==_0x4b3956['\x69\x64']||_0x439f8e!==_0x4b3956[_0x39bd7a(0x314,'\x64\x55\x71\x6c')]){if(_0x39bd7a(0xe5,'\x50\x62\x36\x5a')!==_0x39bd7a(0x15b,'\x72\x64\x67\x77')){const _0x39348d=_0x5c7beb[_0x1066ba];if(_0x39348d[_0x39bd7a(0xc6,'\x44\x42\x76\x28')]||_0x39348d['\x73\x65\x74'])throw new _0x2411a2(_0x39bd7a(0x21e,'\x74\x34\x64\x79')+_0x39bd7a(0x1c8,'\x47\x4a\x6c\x5e')+_0x39bd7a(0x290,'\x56\x21\x64\x7a')+_0x39bd7a(0x127,'\x7a\x68\x63\x5b')+'\x70\x72\x6f\x70\x65\x72\x74\x69'+'\x65\x73');return _0x2e350d[_0x39bd7a(0x101,'\x46\x73\x6c\x36')+'\x79'](_0x8a5971)+'\x3a'+_0x5d9817(_0x39348d[_0x39bd7a(0xc4,'\x39\x47\x67\x61')],_0x3e29f0);}else throw new Error(_0x39bd7a(0x305,'\x47\x4a\x6c\x5e')+_0x39bd7a(0x2eb,'\x24\x55\x5a\x44')+_0x39bd7a(0x35c,'\x6c\x45\x4a\x43')+_0x39bd7a(0xba,'\x6c\x34\x32\x34')+_0x39bd7a(0x200,'\x77\x77\x38\x51')+_0x30b3f0);}if(typeof _0x4f97c5!==_0x39bd7a(0x385,'\x6f\x6d\x28\x21')||!SHA256_RE[_0x39bd7a(0x37d,'\x61\x5b\x5e\x51')](_0x4f97c5)){if(_0x39bd7a(0x1c7,'\x37\x25\x39\x6c')!==_0x39bd7a(0x13f,'\x6c\x23\x42\x62'))throw new _0x3084c2(_0x39bd7a(0xd0,'\x30\x33\x31\x43')+_0x39bd7a(0x208,'\x68\x74\x29\x71')+_0x39bd7a(0xdf,'\x6c\x34\x32\x34')+'\x6f\x6e\x2d\x6e\x65\x67\x61\x74'+'\x69\x76\x65\x20\x73\x61\x66\x65'+_0x39bd7a(0xc3,'\x37\x25\x39\x6c')+'\x73');else throw new Error(_0x39bd7a(0x2b1,'\x39\x34\x64\x45')+_0x39bd7a(0x330,'\x74\x34\x64\x79')+_0x39bd7a(0x1e8,'\x44\x7a\x28\x23')+'\x64\x20\x70\x72\x6f\x6f\x66\x20'+_0x39bd7a(0x124,'\x6c\x23\x42\x62')+_0x39bd7a(0x1b6,'\x77\x77\x38\x51')+_0x30b3f0);}return{'\x70\x61\x73\x73\x65\x64':_0x17a681,'\x70\x72\x6f\x64\x75\x63\x65\x64\x56\x61\x6c\x75\x65':_0x1bc7b5,'\x75\x6e\x73\x61\x66\x65':_0x2bbae0,'\x63\x6f\x73\x74':_0x662d95,'\x76\x65\x72\x69\x66\x69\x65\x72':{'\x69\x64':_0x4e5942,'\x76\x65\x72\x73\x69\x6f\x6e':_0x439f8e,'\x70\x72\x6f\x6f\x66\x53\x68\x61\x32\x35\x36':_0x4f97c5}};}function logAdd(_0x48570b,_0x220b8b){const _0x4ca2f9=_0x29f1e1;if(_0x48570b===Number[_0x4ca2f9(0x31e,'\x39\x47\x67\x61')+_0x4ca2f9(0x399,'\x61\x5b\x5e\x51')+'\x59'])return _0x220b8b;if(_0x220b8b===Number[_0x4ca2f9(0x309,'\x21\x28\x4d\x5b')+_0x4ca2f9(0x345,'\x5a\x58\x6c\x31')+'\x59'])return _0x48570b;const _0xe6045b=Math['\x6d\x61\x78'](_0x48570b,_0x220b8b);return _0xe6045b+Math[_0x4ca2f9(0x175,'\x6c\x45\x4a\x43')](Math[_0x4ca2f9(0x1f5,'\x4c\x61\x6c\x58')](_0x48570b-_0xe6045b)+Math[_0x4ca2f9(0x2dd,'\x6f\x6d\x28\x21')](_0x220b8b-_0xe6045b));}export function exactMcNemarTwoSided(_0x916c7a,_0x54673a){const _0x46e275=_0x29f1e1;if(!Number[_0x46e275(0x131,'\x50\x45\x7a\x4c')+'\x74\x65\x67\x65\x72'](_0x916c7a)||_0x916c7a<-0x1c9f+-0xc9b+0x3*0xdbe||!Number[_0x46e275(0x25c,'\x2a\x7a\x71\x68')+_0x46e275(0xad,'\x39\x34\x64\x45')](_0x54673a)||_0x54673a<-0x2045+-0x10be+0x1*0x3103)throw new Error(_0x46e275(0x10b,'\x47\x4a\x6c\x5e')+_0x46e275(0x293,'\x6c\x74\x63\x39')+_0x46e275(0x1a3,'\x6c\x45\x4a\x43')+_0x46e275(0x2bd,'\x6f\x75\x72\x52')+_0x46e275(0x104,'\x58\x4f\x78\x59')+_0x46e275(0x12e,'\x4f\x4b\x62\x74')+'\x73');const _0x114f5e=_0x916c7a+_0x54673a;if(!Number[_0x46e275(0x2c6,'\x57\x4e\x4a\x70')+_0x46e275(0x129,'\x77\x77\x38\x51')](_0x114f5e)){if(_0x46e275(0x226,'\x47\x4a\x6c\x5e')===_0x46e275(0x2a5,'\x7a\x42\x4a\x70'))throw new Error(_0x46e275(0x244,'\x5b\x51\x45\x35')+'\x64\x69\x73\x63\x6f\x72\x64\x61'+'\x6e\x74\x20\x74\x6f\x74\x61\x6c'+_0x46e275(0xf0,'\x58\x4f\x78\x59')+_0x46e275(0xf2,'\x21\x28\x4d\x5b')+_0x46e275(0x123,'\x74\x34\x64\x79'));else throw new _0x3c8554(_0x56389e+(_0x46e275(0x23d,'\x6c\x34\x32\x34')+'\x20\x61\x20\x6e\x6f\x6e\x2d\x73'+_0x46e275(0x2ea,'\x59\x21\x4a\x6a')+_0x46e275(0x2cf,'\x62\x32\x38\x37')+_0x46e275(0x207,'\x30\x33\x31\x43')));}if(_0x114f5e===-0x1*0x1cf+-0x617+0x6*0x151)return 0x1994+0x1*-0x23f7+0x2*0x532;const _0x1893f7=Math[_0x46e275(0x327,'\x74\x34\x64\x79')](_0x916c7a,_0x54673a);let _0x4f5530=-_0x114f5e*Math[_0x46e275(0x105,'\x46\x73\x6c\x36')](0x3*-0x28e+0x1*-0x493+0xc3f),_0x228e21=_0x4f5530;for(let _0x7ba668=-0x1d*0x95+-0x5ac+0x168e;_0x7ba668<=_0x1893f7;_0x7ba668+=-0xf7f*0x2+0x1851+0x6ae){if(_0x46e275(0x223,'\x77\x77\x38\x51')===_0x46e275(0x2e6,'\x48\x36\x36\x23'))_0x4f5530+=Math[_0x46e275(0x272,'\x77\x77\x38\x51')](_0x114f5e-_0x7ba668+(0x4f*0x72+0x2e7*-0xd+-0x28e*-0x1))-Math[_0x46e275(0xbc,'\x6c\x23\x42\x62')](_0x7ba668),_0x228e21=logAdd(_0x228e21,_0x4f5530);else return _0x34f884(_0x1e9517+'\x00'+_0x34d2d3+'\x00'+_0x34ea20+'\x00'+_0x23e69d);}return Math[_0x46e275(0x398,'\x39\x47\x67\x61')](0xe*-0x2b1+0x23f2+0x59*0x5,(0x2e7*-0x2+-0x3*0xa21+-0x1*-0x2433)*Math[_0x46e275(0x250,'\x64\x55\x71\x6c')](_0x228e21));}export function pairedRiskDifference95(_0x38794f){const _0x29b73b=_0x29f1e1;if(_0x38794f[_0x29b73b(0x29c,'\x5a\x58\x6c\x31')]===0xf92*-0x1+0x1d2+0xdc0)return{'\x64\x69\x66\x66\x65\x72\x65\x6e\x63\x65':0x0,'\x63\x69\x39\x35\x4c\x6f\x77':-(0x59e+0xe87*-0x1+0x8ea),'\x63\x69\x39\x35\x48\x69\x67\x68':0x1};const _0x5115d7=_0x38794f[_0x29b73b(0x111,'\x6c\x45\x4a\x43')](_0xe55cad=>Number(_0xe55cad[_0x29b73b(0x2e2,'\x46\x37\x23\x7a')+_0x29b73b(0x37b,'\x48\x36\x36\x23')+_0x29b73b(0x2f1,'\x46\x37\x23\x7a')])-Number(_0xe55cad[_0x29b73b(0x2d4,'\x37\x31\x59\x39')+_0x29b73b(0x36c,'\x58\x4f\x78\x59')])),_0x212d5e=_0x5115d7[_0x29b73b(0x132,'\x39\x47\x67\x61')]((_0x278b7f,_0x40fb1f)=>_0x278b7f+_0x40fb1f,0x1424+0x2ad*-0xd+-0xa3*-0x17)/_0x5115d7['\x6c\x65\x6e\x67\x74\x68'],_0x259e1b=Math[_0x29b73b(0x39f,'\x52\x51\x23\x69')]((-0x2*0x2e1+-0x6*-0x61f+0x1ef6*-0x1)*Math[_0x29b73b(0x329,'\x6f\x6d\x28\x21')]((0x58c+-0x23*-0x73+-0x1543)/CI95_ALPHA)/_0x5115d7[_0x29b73b(0x184,'\x62\x32\x38\x37')]);return{'\x64\x69\x66\x66\x65\x72\x65\x6e\x63\x65':_0x212d5e,'\x63\x69\x39\x35\x4c\x6f\x77':Math[_0x29b73b(0x1be,'\x56\x21\x64\x7a')](-(-0x664+0x24e0+-0x1e7b),_0x212d5e-_0x259e1b),'\x63\x69\x39\x35\x48\x69\x67\x68':Math[_0x29b73b(0xcf,'\x64\x55\x71\x6c')](-0x2551+0x20f*-0x1+0x2761,_0x212d5e+_0x259e1b)};}function rate(_0xc9162c,_0x41df9e){return _0x41df9e===0x1d74+0x4*-0x173+0x1*-0x17a8?0x40*-0x86+-0x1*-0x1179+0x1007:_0xc9162c/_0x41df9e;}function average(_0x543b9a){const _0x52d551=_0x29f1e1;return _0x543b9a['\x6c\x65\x6e\x67\x74\x68']===-0x3d8*-0x2+-0x1*0xfc3+0x1*0x813?0x189*-0x11+-0x2*-0x68c+-0x1*-0xd01:_0x543b9a['\x72\x65\x64\x75\x63\x65']((_0x5a5a36,_0x26ebbf)=>_0x5a5a36+_0x26ebbf,0x25*0x18+-0x1*0x8db+0x7*0xc5)/_0x543b9a[_0x52d551(0x2ae,'\x23\x6c\x4c\x55')];}function summarizeRows(_0x3c742f){const _0xee8234=_0x29f1e1,_0x5e2a91=_0x3c742f[_0xee8234(0x17c,'\x6c\x34\x32\x34')];let _0xb9c78d=0x38b+0x22fe+-0x2689,_0x4e262b=0x179+0xa09+-0xb82,_0x549d2=0x1031+0x26ee+-0x371f,_0x4ba7f6=-0x1*0x2659+-0x1246*0x1+-0x1*-0x389f;for(const _0x9a8ecb of _0x3c742f){if(_0xee8234(0x167,'\x6f\x75\x72\x52')!=='\x45\x72\x43\x68\x46')return _0xee8234(0x155,'\x23\x6c\x4c\x55')+_0x38d400+'\x3a\x7b'+_0x4afb0e(_0x57ecae,_0x2b7690)+'\x7d';else{const _0x2dc3b6=_0x9a8ecb[_0xee8234(0x2ce,'\x37\x25\x39\x6c')][_0xee8234(0x3a3,'\x5b\x51\x45\x35')][_0xee8234(0x30b,'\x5b\x51\x45\x35')],_0x97bf0b=_0x9a8ecb[_0xee8234(0x2e2,'\x46\x37\x23\x7a')+'\x61\x74\x41\x62\x73\x74\x61\x69'+'\x6e'][_0xee8234(0x2cb,'\x77\x77\x38\x51')][_0xee8234(0x1b1,'\x6f\x75\x72\x52')];if(_0x2dc3b6&&_0x97bf0b)_0xb9c78d+=-0xd8f+0xfc4+-0x234;else{if(!_0x2dc3b6&&!_0x97bf0b)_0x4e262b+=-0x1*-0xacb+-0x1*0x39d+-0xb*0xa7;else{if(_0x97bf0b)_0x549d2+=-0x1f21+-0x16*-0x137+0x468;else _0x4ba7f6+=-0x10d*-0xb+-0x1626+0xa98;}}}}const _0x2da449=_0xb9c78d+_0x4ba7f6,_0x3fe842=_0xb9c78d+_0x549d2,_0x2d21eb=rate(_0x3c742f[_0xee8234(0xf1,'\x21\x28\x4d\x5b')](_0x1b8959=>_0x1b8959['\x63\x75\x72\x72\x65\x6e\x74'][_0xee8234(0x2a9,'\x68\x73\x79\x32')][_0xee8234(0x194,'\x72\x64\x67\x77')])[_0xee8234(0x2e9,'\x4a\x72\x36\x38')],_0x5e2a91),_0xc303a7=rate(_0x3c742f[_0xee8234(0x391,'\x56\x21\x64\x7a')](_0x3495f2=>_0x3495f2['\x67\x6c\x6f\x62\x61\x6c\x46\x6c'+'\x61\x74\x41\x62\x73\x74\x61\x69'+'\x6e'][_0xee8234(0xfe,'\x38\x49\x67\x6f')][_0xee8234(0xb5,'\x52\x51\x23\x69')])[_0xee8234(0x38e,'\x47\x4a\x6c\x5e')],_0x5e2a91),_0x587635=average(_0x3c742f[_0xee8234(0x282,'\x6f\x75\x72\x52')](_0x3ad939=>_0x3ad939[_0xee8234(0xf4,'\x4a\x72\x36\x38')][_0xee8234(0x276,'\x64\x55\x71\x6c')][_0xee8234(0x2a1,'\x5b\x51\x45\x35')])),_0x3f2b68=average(_0x3c742f[_0xee8234(0x350,'\x53\x6a\x21\x5a')](_0xa10da1=>_0xa10da1[_0xee8234(0x1e9,'\x74\x34\x64\x79')+_0xee8234(0x339,'\x46\x37\x23\x7a')+'\x6e']['\x6f\x75\x74\x63\x6f\x6d\x65'][_0xee8234(0x395,'\x64\x55\x71\x6c')])),_0x1f32a6=pairedRiskDifference95(_0x3c742f[_0xee8234(0x35e,'\x59\x21\x4a\x6a')](_0xf5cab9=>({'\x63\x75\x72\x72\x65\x6e\x74\x50\x61\x73\x73\x65\x64':_0xf5cab9[_0xee8234(0x18b,'\x37\x31\x59\x39')][_0xee8234(0x387,'\x5a\x58\x6c\x31')][_0xee8234(0x39e,'\x44\x42\x76\x28')],'\x67\x6c\x6f\x62\x61\x6c\x46\x6c\x61\x74\x41\x62\x73\x74\x61\x69\x6e\x50\x61\x73\x73\x65\x64':_0xf5cab9[_0xee8234(0x1cd,'\x75\x24\x30\x77')+_0xee8234(0xea,'\x64\x55\x71\x6c')+'\x6e'][_0xee8234(0x29b,'\x53\x6a\x21\x5a')][_0xee8234(0xcd,'\x30\x33\x31\x43')]})));return{'\x6e':_0x5e2a91,'\x63\x75\x72\x72\x65\x6e\x74\x50\x61\x73\x73\x65\x73':_0x2da449,'\x67\x6c\x6f\x62\x61\x6c\x46\x6c\x61\x74\x41\x62\x73\x74\x61\x69\x6e\x50\x61\x73\x73\x65\x73':_0x3fe842,'\x62\x6f\x74\x68\x50\x61\x73\x73':_0xb9c78d,'\x62\x6f\x74\x68\x46\x61\x69\x6c':_0x4e262b,'\x67\x6c\x6f\x62\x61\x6c\x4f\x6e\x6c\x79\x50\x61\x73\x73':_0x549d2,'\x63\x75\x72\x72\x65\x6e\x74\x4f\x6e\x6c\x79\x50\x61\x73\x73':_0x4ba7f6,'\x63\x75\x72\x72\x65\x6e\x74\x50\x61\x73\x73\x52\x61\x74\x65':rate(_0x2da449,_0x5e2a91),'\x67\x6c\x6f\x62\x61\x6c\x46\x6c\x61\x74\x41\x62\x73\x74\x61\x69\x6e\x50\x61\x73\x73\x52\x61\x74\x65':rate(_0x3fe842,_0x5e2a91),'\x70\x61\x69\x72\x65\x64\x52\x69\x73\x6b\x44\x69\x66\x66\x65\x72\x65\x6e\x63\x65':_0x1f32a6[_0xee8234(0x274,'\x75\x24\x30\x77')+'\x63\x65'],'\x63\x69\x39\x35\x4c\x6f\x77':_0x1f32a6[_0xee8234(0x2fb,'\x39\x47\x67\x61')],'\x63\x69\x39\x35\x48\x69\x67\x68':_0x1f32a6[_0xee8234(0x318,'\x6c\x34\x32\x34')],'\x6d\x63\x6e\x65\x6d\x61\x72\x50\x56\x61\x6c\x75\x65':exactMcNemarTwoSided(_0x549d2,_0x4ba7f6),'\x63\x75\x72\x72\x65\x6e\x74\x50\x72\x6f\x64\x75\x63\x65\x64\x56\x61\x6c\x75\x65\x52\x61\x74\x65':rate(_0x3c742f[_0xee8234(0x12d,'\x4c\x71\x24\x38')](_0x2262de=>_0x2262de[_0xee8234(0x121,'\x57\x4e\x4a\x70')][_0xee8234(0x1f7,'\x50\x45\x7a\x4c')]['\x70\x72\x6f\x64\x75\x63\x65\x64'+'\x56\x61\x6c\x75\x65'])[_0xee8234(0x2ae,'\x23\x6c\x4c\x55')],_0x5e2a91),'\x67\x6c\x6f\x62\x61\x6c\x46\x6c\x61\x74\x41\x62\x73\x74\x61\x69\x6e\x50\x72\x6f\x64\x75\x63\x65\x64\x56\x61\x6c\x75\x65\x52\x61\x74\x65':rate(_0x3c742f['\x66\x69\x6c\x74\x65\x72'](_0x3c7904=>_0x3c7904[_0xee8234(0x1ae,'\x4f\x4b\x62\x74')+_0xee8234(0x37b,'\x48\x36\x36\x23')+'\x6e']['\x6f\x75\x74\x63\x6f\x6d\x65'][_0xee8234(0x16d,'\x6c\x23\x42\x62')+_0xee8234(0x347,'\x44\x42\x76\x28')])[_0xee8234(0x34c,'\x53\x6a\x21\x5a')],_0x5e2a91),'\x63\x75\x72\x72\x65\x6e\x74\x55\x6e\x73\x61\x66\x65\x52\x61\x74\x65':_0x2d21eb,'\x67\x6c\x6f\x62\x61\x6c\x46\x6c\x61\x74\x41\x62\x73\x74\x61\x69\x6e\x55\x6e\x73\x61\x66\x65\x52\x61\x74\x65':_0xc303a7,'\x75\x6e\x73\x61\x66\x65\x52\x61\x74\x65\x44\x65\x6c\x74\x61':_0xc303a7-_0x2d21eb,'\x63\x75\x72\x72\x65\x6e\x74\x41\x76\x65\x72\x61\x67\x65\x43\x6f\x73\x74':_0x587635,'\x67\x6c\x6f\x62\x61\x6c\x46\x6c\x61\x74\x41\x62\x73\x74\x61\x69\x6e\x41\x76\x65\x72\x61\x67\x65\x43\x6f\x73\x74':_0x3f2b68,'\x61\x76\x65\x72\x61\x67\x65\x43\x6f\x73\x74\x44\x65\x6c\x74\x61':_0x3f2b68-_0x587635,'\x63\x75\x72\x72\x65\x6e\x74\x49\x6e\x6e\x6f\x76\x61\x74\x65\x52\x61\x74\x65':rate(_0x3c742f[_0xee8234(0x29e,'\x6c\x74\x63\x39')](_0x1957b9=>_0x1957b9['\x63\x75\x72\x72\x65\x6e\x74']['\x61\x63\x74\x69\x6f\x6e']===_0xee8234(0x393,'\x6c\x23\x42\x62'))[_0xee8234(0x12a,'\x61\x5b\x5e\x51')],_0x5e2a91),'\x67\x6c\x6f\x62\x61\x6c\x46\x6c\x61\x74\x41\x62\x73\x74\x61\x69\x6e\x49\x6e\x6e\x6f\x76\x61\x74\x65\x52\x61\x74\x65':rate(_0x3c742f[_0xee8234(0x177,'\x46\x73\x6c\x36')](_0x32cb6d=>_0x32cb6d[_0xee8234(0x1ee,'\x7a\x42\x4a\x70')+_0xee8234(0x315,'\x6c\x34\x32\x34')+'\x6e'][_0xee8234(0x2e1,'\x44\x7a\x28\x23')]===_0xee8234(0x11d,'\x38\x49\x67\x6f'))[_0xee8234(0x17c,'\x6c\x34\x32\x34')],_0x5e2a91)};}function cloneTaskForArm(_0x44d958){const _0x58cbb3=_0x29f1e1;return cloneStructured(_0x44d958,_0x58cbb3(0x328,'\x44\x7a\x28\x23')+_0x44d958['\x69\x64']+(_0x58cbb3(0x17b,'\x44\x42\x76\x28')+'\x20\x73\x74\x72\x75\x63\x74\x75'+_0x58cbb3(0x140,'\x4c\x61\x6c\x58')+_0x58cbb3(0x2a8,'\x46\x37\x23\x7a')+_0x58cbb3(0x2b2,'\x7a\x42\x4a\x70')+_0x58cbb3(0x193,'\x6c\x74\x63\x39')+_0x58cbb3(0x2e3,'\x4c\x71\x24\x38')));}function cloneSuiteSnapshot(_0x361c56){const _0x3cbc42=_0x29f1e1;return cloneStructured(_0x361c56,'\x62\x65\x6e\x63\x68\x6d\x61\x72'+'\x6b\x20\x73\x75\x69\x74\x65\x20'+_0x3cbc42(0xd6,'\x23\x6c\x4c\x55')+_0x3cbc42(0x12c,'\x46\x37\x23\x7a')+_0x3cbc42(0x238,'\x77\x77\x38\x51')+_0x3cbc42(0x2c7,'\x59\x21\x4a\x6a')+_0x3cbc42(0x187,'\x48\x36\x36\x23')+_0x3cbc42(0x376,'\x44\x42\x76\x28'));}function cloneAction(_0x52b752){const _0x15c9a4=_0x29f1e1;return _0x52b752[_0x15c9a4(0x137,'\x30\x33\x31\x43')]===_0x15c9a4(0x217,'\x7a\x68\x63\x5b')?{'\x6b\x69\x6e\x64':_0x15c9a4(0x389,'\x62\x32\x38\x37')}:{'\x6b\x69\x6e\x64':_0x15c9a4(0x35f,'\x21\x28\x4d\x5b'),'\x67\x65\x6e\x65\x49\x64':_0x52b752[_0x15c9a4(0x366,'\x72\x64\x67\x77')],..._0x52b752[_0x15c9a4(0x246,'\x38\x49\x67\x6f')]?{'\x61\x73\x73\x65\x74\x49\x64':_0x52b752[_0x15c9a4(0x1db,'\x46\x37\x23\x7a')]}:{}};}function benchmarkDatasetDigest(_0x56812f,_0x1679e5){const _0x22cc43=_0x29f1e1,_0x1b07ed=[SELECTION_FLAT_ABSTENTION_BENCHMARK_VERSION,_0x56812f[_0x22cc43(0x233,'\x68\x74\x29\x71')],_0x56812f[_0x22cc43(0x16f,'\x7a\x42\x4a\x70')]['\x69\x64'],_0x56812f[_0x22cc43(0x108,'\x6f\x75\x72\x52')][_0x22cc43(0x2bf,'\x56\x21\x64\x7a')],_0x56812f[_0x22cc43(0x20a,'\x24\x55\x5a\x44')][_0x22cc43(0x1bd,'\x30\x32\x54\x47')+_0x22cc43(0x32e,'\x72\x64\x67\x77')],_0x56812f[_0x22cc43(0xb3,'\x31\x4c\x69\x64')][_0x22cc43(0x305,'\x47\x4a\x6c\x5e')]['\x69\x64'],_0x56812f['\x63\x6f\x68\x6f\x72\x74'][_0x22cc43(0x236,'\x6c\x23\x42\x62')]['\x76\x65\x72\x73\x69\x6f\x6e'],_0x56812f[_0x22cc43(0x28f,'\x37\x31\x59\x39')][_0x22cc43(0x23f,'\x5a\x58\x6c\x31')]((_0x42ad6f,_0x1b2fd3)=>[_0x1b2fd3,_0x42ad6f[_0x22cc43(0x39b,'\x6f\x6d\x28\x21')+_0x22cc43(0x16e,'\x74\x34\x64\x79')],_0x42ad6f['\x73\x70\x6c\x69\x74'],_0x42ad6f[_0x22cc43(0x31a,'\x31\x4c\x69\x64')],_0x1679e5[_0x1b2fd3]?.[_0x22cc43(0x1dd,'\x37\x31\x59\x39')]===!![],_0x1679e5[_0x1b2fd3]?.[_0x22cc43(0x317,'\x50\x62\x36\x5a')+_0x22cc43(0x107,'\x4a\x72\x36\x38')][_0x22cc43(0x20f,'\x56\x21\x64\x7a')],_0x1679e5[_0x1b2fd3]?.[_0x22cc43(0x1bf,'\x6c\x74\x63\x39')+_0x22cc43(0x37b,'\x48\x36\x36\x23')+_0x22cc43(0x1cc,'\x44\x42\x76\x28')][_0x22cc43(0x2f8,'\x46\x73\x6c\x36')]])];return sha256(JSON[_0x22cc43(0x100,'\x30\x33\x31\x43')+'\x79'](_0x1b07ed));}function validatePreRegisteredExpectation(_0x2e9285,_0x25be3b){const _0x3cc5b5=_0x29f1e1,_0x7d1cc3=_0x25be3b[_0x3cc5b5(0x1df,'\x53\x6a\x21\x5a')]?'\x74\x61\x72\x67\x65\x74':_0x3cc5b5(0x2c0,'\x6c\x45\x4a\x43');if(_0x2e9285['\x65\x78\x70\x65\x63\x74\x61\x74'+_0x3cc5b5(0x263,'\x6c\x45\x4a\x43')]['\x72\x6f\x6c\x65']!==_0x7d1cc3)throw new Error(_0x3cc5b5(0x24b,'\x72\x64\x67\x77')+_0x3cc5b5(0x1d3,'\x75\x24\x30\x77')+_0x3cc5b5(0x1fd,'\x46\x37\x23\x7a')+_0x3cc5b5(0x258,'\x61\x5b\x5e\x51')+_0x3cc5b5(0x1d1,'\x46\x73\x6c\x36')+_0x2e9285['\x69\x64']);if(!actionsEqual(_0x2e9285[_0x3cc5b5(0x221,'\x7a\x42\x4a\x70')+_0x3cc5b5(0x1f6,'\x64\x55\x71\x6c')][_0x3cc5b5(0x379,'\x46\x37\x23\x7a')+_0x3cc5b5(0xf9,'\x50\x62\x36\x5a')],_0x25be3b[_0x3cc5b5(0x15c,'\x46\x73\x6c\x36')+'\x63\x74\x69\x6f\x6e']))throw new Error(_0x3cc5b5(0x1f8,'\x56\x21\x64\x7a')+_0x3cc5b5(0x2f5,'\x56\x21\x64\x7a')+'\x75\x72\x72\x65\x6e\x74\x20\x61'+_0x3cc5b5(0x18f,'\x38\x49\x67\x6f')+_0x3cc5b5(0x287,'\x37\x31\x59\x39')+_0x3cc5b5(0x2da,'\x6f\x6d\x28\x21')+_0x2e9285['\x69\x64']);if(!actionsEqual(_0x2e9285[_0x3cc5b5(0x32b,'\x6c\x45\x4a\x43')+_0x3cc5b5(0x213,'\x72\x64\x67\x77')][_0x3cc5b5(0x141,'\x6c\x23\x42\x62')+_0x3cc5b5(0x1e1,'\x57\x4e\x4a\x70')+_0x3cc5b5(0x1c6,'\x6f\x75\x72\x52')],_0x25be3b[_0x3cc5b5(0x103,'\x47\x4a\x6c\x5e')+_0x3cc5b5(0x224,'\x37\x25\x39\x6c')+_0x3cc5b5(0x178,'\x68\x73\x79\x32')])){if(_0x3cc5b5(0x33d,'\x44\x42\x76\x28')!==_0x3cc5b5(0x201,'\x24\x55\x5a\x44'))throw new Error('\x70\x72\x65\x2d\x72\x65\x67\x69'+_0x3cc5b5(0x26a,'\x61\x5b\x5e\x51')+'\x6c\x6f\x62\x61\x6c\x20\x61\x63'+_0x3cc5b5(0x188,'\x62\x32\x38\x37')+_0x3cc5b5(0x16c,'\x74\x34\x64\x79')+_0x3cc5b5(0x122,'\x6c\x34\x32\x34')+_0x2e9285['\x69\x64']);else throw new _0x248562(_0x3cc5b5(0xe7,'\x74\x34\x64\x79')+_0x3cc5b5(0x2e4,'\x62\x32\x38\x37')+_0x3cc5b5(0x33a,'\x2a\x7a\x71\x68')+_0x3cc5b5(0x2b7,'\x2a\x7a\x71\x68')+_0x3cc5b5(0xc5,'\x7a\x42\x4a\x70')+_0x3cc5b5(0x320,'\x57\x6a\x47\x24')+_0x570432);}}function rowsByStratum(_0x273592){const _0x5432e1=_0x29f1e1,_0x338130=Object[_0x5432e1(0x2aa,'\x52\x51\x23\x69')](null),_0x3aef24=[...new Set(_0x273592['\x6d\x61\x70'](_0xf9124b=>_0xf9124b[_0x5432e1(0x2af,'\x37\x31\x59\x39')]))]['\x73\x6f\x72\x74']();for(const _0x28d134 of _0x3aef24){_0x338130[_0x28d134]=summarizeRows(_0x273592[_0x5432e1(0x2d5,'\x61\x5b\x5e\x51')](_0x382e9f=>_0x382e9f[_0x5432e1(0x266,'\x61\x5b\x5e\x51')]===_0x28d134));}return _0x338130;}export async function runSelectionFlatAbstentionBenchmark(_0x5e8051,_0x2656c3){const _0x29ff63=_0x29f1e1,_0x4f498a=cloneSuiteSnapshot(_0x5e8051);validateSuite(_0x4f498a);const _0x54d228=_0x4f498a[_0x29ff63(0x32c,'\x47\x4a\x6c\x5e')][_0x29ff63(0x130,'\x68\x74\x29\x71')](_0x2af5a1=>compareOutsidePlateauFlatSelection(_0x2af5a1[_0x29ff63(0x2ba,'\x68\x73\x79\x32')+'\x6e']));_0x4f498a[_0x29ff63(0x2ad,'\x5a\x58\x6c\x31')][_0x29ff63(0x1b4,'\x48\x36\x36\x23')]((_0x2888b7,_0x4aaea5)=>{const _0x3bc1f0=_0x29ff63;if(_0x3bc1f0(0x220,'\x52\x51\x23\x69')===_0x3bc1f0(0x183,'\x4c\x71\x24\x38'))return _0x45fb73(_0x1eaddf,_0x3bc1f0(0x171,'\x39\x34\x64\x45')+_0x4c7f75['\x69\x64']+(_0x3bc1f0(0x2b0,'\x2a\x7a\x71\x68')+_0x3bc1f0(0x362,'\x74\x34\x64\x79')+_0x3bc1f0(0x18c,'\x23\x6c\x4c\x55')+_0x3bc1f0(0x384,'\x4a\x72\x36\x38')+_0x3bc1f0(0xb9,'\x5a\x58\x6c\x31')+'\x65\x64\x20\x61\x72\x6d\x20\x65'+_0x3bc1f0(0x368,'\x2a\x7a\x71\x68')));else validatePreRegisteredExpectation(_0x2888b7,_0x54d228[_0x4aaea5]);});const _0x49b6c3=benchmarkDatasetDigest(_0x4f498a,_0x54d228),_0x9d68ef=randomUUID(),_0x2148d8=[];let _0x48be00=-0x751*-0x2+0x118d*-0x2+0x1478;for(const [_0x5d5f88,_0x4e8901]of _0x4f498a[_0x29ff63(0x229,'\x6c\x74\x63\x39')][_0x29ff63(0x2e5,'\x7a\x42\x4a\x70')]()){const _0x42fbd2=_0x54d228[_0x5d5f88];if(!_0x42fbd2[_0x29ff63(0x259,'\x24\x55\x5a\x44')]){if(!actionsEqual(_0x42fbd2['\x63\x75\x72\x72\x65\x6e\x74\x41'+_0x29ff63(0xf8,'\x48\x36\x36\x23')],_0x42fbd2[_0x29ff63(0x35a,'\x61\x5b\x5e\x51')+_0x29ff63(0x1c3,'\x68\x73\x79\x32')+_0x29ff63(0x25f,'\x48\x36\x36\x23')])){if(_0x29ff63(0x25b,'\x56\x21\x64\x7a')===_0x29ff63(0x2cc,'\x58\x4f\x78\x59'))throw new Error(_0x29ff63(0x2c9,'\x4a\x72\x36\x38')+_0x29ff63(0x2bb,'\x4f\x4b\x62\x74')+_0x29ff63(0x2a2,'\x37\x25\x39\x6c')+_0x29ff63(0xaf,'\x6c\x45\x4a\x43')+_0x29ff63(0x278,'\x50\x62\x36\x5a')+_0x4e8901['\x69\x64']);else throw new _0x47dbde('\x70\x72\x65\x2d\x72\x65\x67\x69'+_0x29ff63(0x1ef,'\x39\x34\x64\x45')+_0x29ff63(0x134,'\x6c\x45\x4a\x43')+_0x29ff63(0x2be,'\x50\x45\x7a\x4c')+_0x29ff63(0x332,'\x75\x24\x30\x77')+_0x29ff63(0x252,'\x56\x21\x64\x7a')+_0x29ff63(0xd2,'\x21\x28\x4d\x5b'));}continue;}const _0x5aafce=_0x48be00%(-0x2c7+0x27b*0xf+-0x226c)===-0x9b*-0x3c+0x1988+-0x1ac*0x25?[_0x29ff63(0x121,'\x57\x4e\x4a\x70'),_0x29ff63(0x14c,'\x21\x28\x4d\x5b')+'\x6c\x61\x74\x2d\x61\x62\x73\x74'+_0x29ff63(0x342,'\x39\x34\x64\x45')]:[_0x29ff63(0x35b,'\x48\x36\x36\x23')+_0x29ff63(0x279,'\x24\x55\x5a\x44')+_0x29ff63(0xfc,'\x37\x31\x59\x39'),_0x29ff63(0x2ab,'\x46\x73\x6c\x36')];_0x48be00+=-0xd3*-0x4+0x4a5+0x4*-0x1fc;const _0x22666c=new Map();for(const [_0x16f2a2,_0x302cbb]of _0x5aafce[_0x29ff63(0x31d,'\x5a\x58\x6c\x31')]()){const _0x4ed0f6=_0x302cbb==='\x63\x75\x72\x72\x65\x6e\x74'?_0x42fbd2['\x63\x75\x72\x72\x65\x6e\x74\x41'+_0x29ff63(0x107,'\x4a\x72\x36\x38')]:_0x42fbd2[_0x29ff63(0x30c,'\x23\x6c\x4c\x55')+_0x29ff63(0x23e,'\x56\x21\x64\x7a')+_0x29ff63(0x13a,'\x6f\x6d\x28\x21')],_0x11341e=await _0x2656c3({'\x74\x61\x73\x6b':cloneTaskForArm(_0x4e8901),'\x61\x72\x6d':_0x302cbb,'\x61\x63\x74\x69\x6f\x6e':cloneAction(_0x4ed0f6),'\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x4b\x65\x79':isolationKey(_0x49b6c3,_0x9d68ef,_0x4e8901['\x74\x61\x73\x6b\x46\x69\x6e\x67'+'\x65\x72\x70\x72\x69\x6e\x74'],_0x302cbb),'\x6f\x72\x64\x65\x72':_0x16f2a2});_0x22666c[_0x29ff63(0x214,'\x24\x55\x5a\x44')](_0x302cbb,cleanOutcome(_0x4e8901['\x69\x64'],_0x4f498a[_0x29ff63(0x23b,'\x48\x36\x36\x23')][_0x29ff63(0x19c,'\x53\x6a\x21\x5a')],_0x11341e));}_0x2148d8[_0x29ff63(0xf6,'\x75\x24\x30\x77')]({'\x74\x61\x73\x6b\x46\x69\x6e\x67\x65\x72\x70\x72\x69\x6e\x74':_0x4e8901[_0x29ff63(0x11f,'\x5a\x58\x6c\x31')+_0x29ff63(0x162,'\x61\x5b\x5e\x51')],'\x73\x70\x6c\x69\x74':_0x4e8901[_0x29ff63(0x109,'\x30\x32\x54\x47')],'\x73\x74\x72\x61\x74\x75\x6d':_0x4e8901[_0x29ff63(0xcc,'\x68\x73\x79\x32')],'\x61\x72\x6d\x4f\x72\x64\x65\x72':_0x5aafce,'\x63\x75\x72\x72\x65\x6e\x74':{'\x61\x63\x74\x69\x6f\x6e':_0x42fbd2[_0x29ff63(0x1d7,'\x59\x21\x4a\x6a')+_0x29ff63(0x27d,'\x6c\x23\x42\x62')][_0x29ff63(0x2f4,'\x58\x4f\x78\x59')],'\x6f\x75\x74\x63\x6f\x6d\x65':_0x22666c[_0x29ff63(0x364,'\x46\x37\x23\x7a')](_0x29ff63(0x225,'\x6f\x75\x72\x52'))},'\x67\x6c\x6f\x62\x61\x6c\x46\x6c\x61\x74\x41\x62\x73\x74\x61\x69\x6e':{'\x61\x63\x74\x69\x6f\x6e':_0x42fbd2[_0x29ff63(0x215,'\x31\x4c\x69\x64')+_0x29ff63(0x151,'\x24\x55\x5a\x44')+_0x29ff63(0x13a,'\x6f\x6d\x28\x21')][_0x29ff63(0x11a,'\x59\x21\x4a\x6a')],'\x6f\x75\x74\x63\x6f\x6d\x65':_0x22666c[_0x29ff63(0x198,'\x6f\x75\x72\x52')](_0x29ff63(0x154,'\x6c\x34\x32\x34')+_0x29ff63(0x1a6,'\x38\x49\x67\x6f')+_0x29ff63(0x248,'\x38\x49\x67\x6f'))}});}return{'\x62\x65\x6e\x63\x68\x6d\x61\x72\x6b\x56\x65\x72\x73\x69\x6f\x6e':SELECTION_FLAT_ABSTENTION_BENCHMARK_VERSION,'\x73\x74\x61\x74\x69\x73\x74\x69\x63\x61\x6c\x4d\x65\x74\x68\x6f\x64\x73':{'\x6d\x63\x6e\x65\x6d\x61\x72':_0x29ff63(0x365,'\x57\x4e\x4a\x70')+_0x29ff63(0x19f,'\x37\x25\x39\x6c')+_0x29ff63(0xeb,'\x57\x6a\x47\x24'),'\x72\x69\x73\x6b\x44\x69\x66\x66\x65\x72\x65\x6e\x63\x65\x43\x69':_0x29ff63(0x15f,'\x2a\x7a\x71\x68')+_0x29ff63(0x136,'\x39\x47\x67\x61')+_0x29ff63(0x114,'\x47\x4a\x6c\x5e')},'\x73\x75\x69\x74\x65':_0x4f498a[_0x29ff63(0x18e,'\x48\x36\x36\x23')],'\x63\x6f\x68\x6f\x72\x74':{'\x69\x64':_0x4f498a[_0x29ff63(0x149,'\x7a\x68\x63\x5b')]['\x69\x64'],'\x76\x65\x72\x73\x69\x6f\x6e':_0x4f498a[_0x29ff63(0x190,'\x61\x5b\x5e\x51')][_0x29ff63(0x2f6,'\x30\x33\x31\x43')],'\x73\x6f\x75\x72\x63\x65\x43\x6f\x6d\x6d\x69\x74':_0x4f498a[_0x29ff63(0x2d9,'\x6c\x23\x42\x62')][_0x29ff63(0xca,'\x62\x32\x38\x37')+_0x29ff63(0x2a7,'\x77\x77\x38\x51')],'\x76\x65\x72\x69\x66\x69\x65\x72':{..._0x4f498a[_0x29ff63(0x32a,'\x53\x6a\x21\x5a')][_0x29ff63(0x37c,'\x37\x25\x39\x6c')]},'\x72\x65\x67\x69\x73\x74\x65\x72\x65\x64\x54\x61\x73\x6b\x73':_0x4f498a[_0x29ff63(0x230,'\x30\x33\x31\x43')][_0x29ff63(0x172,'\x38\x49\x67\x6f')+_0x29ff63(0x139,'\x46\x73\x6c\x36')][_0x29ff63(0x34c,'\x53\x6a\x21\x5a')]},'\x64\x61\x74\x61\x73\x65\x74\x44\x69\x67\x65\x73\x74':_0x49b6c3,'\x74\x61\x72\x67\x65\x74\x54\x61\x73\x6b\x73':_0x2148d8[_0x29ff63(0x257,'\x57\x4e\x4a\x70')],'\x63\x6f\x6e\x74\x72\x6f\x6c\x54\x61\x73\x6b\x73':_0x4f498a['\x74\x61\x73\x6b\x73'][_0x29ff63(0x2f9,'\x7a\x68\x63\x5b')]-_0x2148d8[_0x29ff63(0x1b2,'\x37\x25\x39\x6c')],'\x63\x6f\x6e\x74\x72\x6f\x6c\x44\x69\x76\x65\x72\x67\x65\x6e\x63\x65\x73':0x0,'\x72\x6f\x77\x73':_0x2148d8,'\x6f\x76\x65\x72\x61\x6c\x6c':summarizeRows(_0x2148d8),'\x63\x61\x6c\x69\x62\x72\x61\x74\x69\x6f\x6e':summarizeRows(_0x2148d8[_0x29ff63(0xef,'\x23\x6c\x4c\x55')](_0x3c5be5=>_0x3c5be5['\x73\x70\x6c\x69\x74']==='\x63\x61\x6c\x69\x62\x72\x61\x74'+_0x29ff63(0x15d,'\x2a\x7a\x71\x68'))),'\x68\x6f\x6c\x64\x6f\x75\x74':summarizeRows(_0x2148d8['\x66\x69\x6c\x74\x65\x72'](_0x57d5cf=>_0x57d5cf['\x73\x70\x6c\x69\x74']==='\x68\x6f\x6c\x64\x6f\x75\x74')),'\x73\x74\x72\x61\x74\x61':rowsByStratum(_0x2148d8)};}