1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"left": {
"data": [
77,
15,
3,
22,
81,
80,
43,
70,
47,
69
],
"format": {
"numeric_type": "bitnum",
"is_signed": false,
"width": 32
}
},
"right": {
"data": [
75,
83,
33,
93,
30,
94,
43,
11,
60,
96
],
"format": {
"numeric_type": "bitnum",
"is_signed": false,
"width": 32
}
},
"out": {
"data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"format": {
"numeric_type": "bitnum",
"is_signed": false,
"width": 32
}
}
}