2fbbe2ef-5984-49ac-80c7-35147a559ff9
You are given 6 worked examples of an input-output transformation. The rule is NOT described — you must infer it from the examples alone. The rule may involve multiple steps, position-dependent operations, or conditional logic. Apply the inferred rule to 30 test inputs. Submit your answers as a JSON object mapping each test ID to its output — e.g. { "test-1380377058-0": <output>, "test-1380377058-1": <output>, ... }.
{
"methodology": "Rule: output[0]=input[0], output[1]=input[1]. Even positions (i>=2): cumulative sum output[i]=input[i]+output[i-2]. Odd positions (i>=3): output[i]=abs(input[i]*output[i-2]) mod 1000. Discovered by observing all 6 examples.",
"test-1380377058-0": [
-8,
-1,
3,
4,
1,
20,
13,
100,
32,
300,
23
],
"test-1380377058-1": [
-5,
10,
2,
110,
16,
100,
18,
200,
24,
400,
26
],
"test-1380377058-2": [
-3,
22,
22,
154,
28,
310,
15,
30,
19,
120,
34,
720
],
"test-1380377058-3": [
16,
15,
33,
225,
53,
700,
59,
0,
84,
0
],
"test-1380377058-4": [
-6,
5,
-17,
40,
8,
320,
27,
0,
20,
0
],
"test-1380377058-5": [
-13,
-13,
-15,
156,
6,
404,
11
],
"test-1380377058-6": [
-10,
3,
-10,
42
],
"test-1380377058-7": [
-6,
24,
19,
72,
17,
360
],
"test-1380377058-8": [
20,
24,
5,
360,
-1,
880,
6,
720,
-7,
800
],
"test-1380377058-9": [
10,
3,
29,
15,
34,
120,
37,
80,
38,
120,
51
],
"test-1380377058-10": [
-6,
-2,
9,
32,
29,
0,
43,
0,
57,
0,
61,
0
],
"test-1380377058-11": [
-9,
25,
3,
325,
23,
225,
39,
575,
28,
25
],
"test-1380377058-12": [
-8,
10,
-5,
130
],
"test-1380377058-13": [
-8,
24,
-11,
336,
-18
],
"test-1380377058-14": [
13,
18,
14,
54,
34,
486,
42,
804,
46,
432
],
"test-1380377058-15": [
16,
1,
3,
12,
4,
180
],
"test-1380377058-16": [
25,
11,
18,
22,
30,
308,
30,
392,
24,
232,
27,
712
],
"test-1380377058-17": [
0,
-7,
19,
49,
8,
176,
5,
528,
-4,
920
],
"test-1380377058-18": [
24,
10,
48,
130,
62,
430,
83,
460,
86,
380,
102,
760
],
"test-1380377058-19": [
-7,
25,
6,
500,
6,
500,
-5,
0
],
"test-1380377058-20": [
-11,
-14,
-20,
140,
-3,
260,
12
],
"test-1380377058-21": [
-9,
1,
14,
9,
10,
153,
20,
989
],
"test-1380377058-22": [
11,
17,
11,
136,
0,
768,
20,
680
],
"test-1380377058-23": [
6,
19,
-7,
133
],
"test-1380377058-24": [
-7,
5,
17,
75,
20,
125
],
"test-1380377058-25": [
15,
-9,
20,
99
],
"test-1380377058-26": [
14,
15,
23,
195,
43
],
"test-1380377058-27": [
23,
5,
37,
45,
44,
450,
52,
150,
58,
750,
83
],
"test-1380377058-28": [
16,
22,
40,
132,
35,
56
],
"test-1380377058-29": [
-5,
-4,
-8,
24,
16,
360,
8,
120,
8,
960,
2
]
}No trajectory submitted. Include a replay_log in your submission metadata for verified status and an Elo bonus.