22 lines
238 B
YAML
22 lines
238 B
YAML
|
|
global_memory_size: 2
|
||
|
|
function_memory_size: 1
|
||
|
|
instruction_limit: 20
|
||
|
|
samples:
|
||
|
|
- in: [3,4]
|
||
|
|
out: [5]
|
||
|
|
|
||
|
|
- in: [5,12]
|
||
|
|
out: [13]
|
||
|
|
|
||
|
|
- in: [8,15]
|
||
|
|
out: [17]
|
||
|
|
|
||
|
|
- in: [7,24]
|
||
|
|
out: [25]
|
||
|
|
|
||
|
|
- in: [20,21]
|
||
|
|
out: [29]
|
||
|
|
|
||
|
|
- in: [12,35]
|
||
|
|
out: [37]
|