input
stringlengths 863
1.14k
| output
sequencelengths 1
1
| id
stringlengths 40
40
|
---|---|---|
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-40, 36, 8], [-10, 12], [19, -17, 12], [50, 7], [-17, 22, 2, 5, 15], [27, 36, 3], [-6, 3, -22, 42], [-14, -3], [37, -1, -49], [17, 34], [38, 15, 31, 22, -17]]
Output:
| [
"[0, 0, -323, 7, -1275, 81, 3, -3, 1813, 17, -7905]"
] | task852-a3597553c63b4af68c1a105c29ed70d6 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[36, -7, 21, -3], [32, 10, 22, 6, 1], [-25, -13, -25, -7, 49], [24, 29, -4, -17], [45, -33], [-32, 27, -14], [-42, 43], [8, 43, -15, 11, 33], [34, 12, -23, -50], [19, 41, 47, 37], [49, -8], [44, -42]]
Output:
| [
"[441, 1, 2786875, -493, -1485, 27, 43, -234135, -23, 1354681, 49, 0]"
] | task852-483e718f9ed9411d96046b8f125a2305 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[26, 5, 38, -27], [35, -5, -12], [-18, 48], [-47, 1, 41], [-32, -28, -21], [-10, 31], [1, 31], [-33, -37]]
Output:
| [
"[-135, -175, 0, -1927, -21, 31, 31, 1221]"
] | task852-999183d517d6491b94390794b97582b1 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-32, -44, 19], [-6, -44, -45, 10], [50, -14, -47], [-16, -50, 5, -10], [-41, -30, 2], [-37, -37, 17, -18], [-34, -26, 18, -27, -4], [-45, -6], [16, -12, 38, 7], [-41, 43, 3], [0, 9, -22, 35, 35], [-25, 43], [48, 15, 7, -27, -20], [-49, 6, -28, -15, 49]]
Output:
| [
"[19, -45, -47, 5, -41, 23273, -27, -45, 7, -5289, 11025, -1075, -2835, 36015]"
] | task852-b85be8dd984940659b0f6f9f38056b29 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-7, -35, -22], [14, 34, -15], [-30, -3, -13, 3], [-11, 15], [13, 40, 3, 4, 33], [36, -13, 13]]
Output:
| [
"[245, -15, 117, -165, 1287, -169]"
] | task852-13aa2d0723ee4ea49d378dbe457a037f |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[37, -21], [8, 31, 35, 18], [49, 34, 2], [-47, 3, -13, -4, -27], [-24, 8, -48], [-18, 16], [34, -14], [-36, 2, 20, -35], [22, 28, -6, -37, 0], [22, 13], [-30, 47]]
Output:
| [
"[-777, 1085, 49, -49491, 0, 0, 0, -35, -37, 13, 47]"
] | task852-78728a06b8264e3997c00d21e56698fa |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[35, -35, 26], [-40, 47], [29, 32, 23], [26, 42, 28]]
Output:
| [
"[-1225, 47, 667, 0]"
] | task852-968f9ed43e42488bb89a8bff47be06a7 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[14, -40, 29, -31, -10], [8, -13, -20, -24], [49, 30, 45, -50], [-45, -48, 27, 27], [47, 2, -28, 16], [-46, -48, 8, -13, -4], [29, -20, 49, 48], [22, -43], [25, -19], [45, 21, 0], [-34, -34, 28], [-18, 49, -24, -48], [-3, -49, -33, -17], [26, 37, 32], [7, -47, -15]]
Output:
| [
"[-899, -13, 2205, -32805, 47, -13, 1421, -43, -475, 945, 0, 49, 82467, 37, 4935]"
] | task852-38b96917526d493ab2b0b308265bba01 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-31, 12, 32], [-35, 19, -33, 38], [-15, 18, -3, -42, -14], [47, -2, 6, 15], [-30, 11, -31], [-49, 41, -38, 43], [30, 28], [31, 9, 6, 8], [-40, -45, 35], [19, 35, 13, 17, 34]]
Output:
| [
"[-31, 21945, 45, 705, -341, -86387, 0, 279, -1575, 146965]"
] | task852-f9fb28de39a94fe7af74d050f3a3e9ac |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[48, 11, -37, -24, -23], [44, -15], [-20, 28, -19, 34, 21], [38, 45, 5, 16, -31], [13, 43], [-21, -11, -50], [32, 37, 43], [-26, -20, 8], [50, 26, -39]]
Output:
| [
"[9361, -15, -399, -6975, 559, 231, 1591, 0, -39]"
] | task852-f07bafbb815a4a64a5fd78608f7d8a4e |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[17, 42, 32], [-2, -28, -29, 48], [-19, -37, -26, -16, -29], [39, -8, 16], [-18, -21, 47, -13], [-15, -25], [-50, 29], [-49, -11, 32, 19, -19], [8, 47, -26, -18, -43], [1, 16, 33, -50, 2], [-25, -34, 10], [-43, 32]]
Output:
| [
"[17, -29, -20387, 39, 12831, 375, 29, -194579, -2021, 33, -25, -43]"
] | task852-bd28782ff7ca4299bdf1e0cb854751fb |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-26, -36, -44], [-27, 32, -18, 8, 41], [12, 28, -34, -31, -8], [39, 45, -13, -32], [-14, 37, 12, 30, 39], [18, 17, -6, 1, -17], [-44, 31, -6, -28], [-23, -4], [4, 8, -1, -27], [-4, 46, -33, 39, 30], [-9, 15, 50, 24], [24, -33, -31], [-4, 18, -13]]
Output:
| [
"[0, -1107, -31, -22815, 1443, -289, 31, -23, 27, -1287, -135, 1023, -13]"
] | task852-3d4d796fff3246119e70fe6e1f7b0570 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[38, -31, 31, -15], [-26, 0, 3, 3, 40], [6, -28]]
Output:
| [
"[14415, 9, 0]"
] | task852-5079929dc2724a3ab604aef36b2c045c |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-20, 38, 1, 17], [37, 6, -16], [19, -18, 2], [-26, 6, -24], [-15, 16, -45, 50], [4, -7, -11, -24], [-12, 9, 15], [-18, -18, 34], [11, -10, 42, -38], [-2, -29], [47, 12, 16, -40], [-38, 23, 28, 19], [6, 33, 32, 39, 47], [-4, -15, -16]]
Output:
| [
"[17, 37, 19, 0, 675, 77, 135, 0, 11, -29, 47, 437, 60489, -15]"
] | task852-3ab354d4121d41a09d46108285f0fbfd |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-39, 10], [50, -14, -43, -13, -17], [-36, 43, -19, -36, -23], [-18, -34, -28], [3, -11], [-11, 35, 11, 25], [2, -30, 31, 21], [-43, 5, -50, 19], [16, 12, 46], [-32, -17, -34, 39], [-40, 38, -49, -45]]
Output:
| [
"[-39, -9503, 18791, 0, -33, -105875, 651, -4085, 0, -663, 2205]"
] | task852-851b67be32fa470b8925b107453396e4 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[36, -20, -33, 27], [-30, 15], [35, 40, 1, -3], [-24, -23, 25, -11, 41], [-31, 14, 40, -36], [-20, 14], [22, 37, -30], [37, -14], [-18, -14], [21, 34, 48, -39, -7]]
Output:
| [
"[-891, 15, -105, 259325, -31, 0, 37, 37, 0, 5733]"
] | task852-e9adb45b269a4d8ba5265b4334a06993 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-6, -42, 29, -20], [37, 31, -43], [38, -16, -6], [-32, -6, 47]]
Output:
| [
"[29, -49321, 0, 47]"
] | task852-fbc1aebfdbf4417a87279a466de78a1c |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-43, 1, -28], [15, -33, 36, 38], [2, -1, -13, 37, 31], [4, -21], [45, 38, 30, -33, 33], [42, 6, 44, 24, 30]]
Output:
| [
"[-43, -495, 14911, -21, -49005, 0]"
] | task852-bcf52ba719d44578be8a5d1a03223b28 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[22, 24, 28, 45], [-41, -25, 9, -14, 11], [-1, -31, -6, -35]]
Output:
| [
"[45, 101475, -1085]"
] | task852-b161698025e44c5e8581d160a152a3f0 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-6, 7, 26, 11], [-46, 27, -50], [-10, 1, 25, -50], [41, -12, -8, -28], [29, 30, -20, -2, -20], [-45, -35], [45, 46, -42], [-20, 47], [-30, 29, -49, 14], [-49, 44, 22, -36, 14], [39, -40, -26, -35, -26]]
Output:
| [
"[77, 27, 25, 41, 29, 1575, 45, 47, -1421, -49, -1365]"
] | task852-5f1dbe87aa474acc961c64c382f832f6 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-50, -24, -32, -5, 0], [27, -38, 22, 25, -17], [31, 31, 5, 45], [-38, -37, -27, 18, -6]]
Output:
| [
"[-5, -11475, 216225, 999]"
] | task852-6c61e866c0c24313bc1c976b16dc2b25 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-42, -15, 29, -1], [1, -44], [45, 45, -8, -49, -10], [41, -18], [34, -37, -16, 35, 22], [32, -35, 19, -18, 31], [29, 17, -13, 21, 31], [50, 22, -6, 32], [46, 31, -9, 41, -39], [-13, 7, 7], [-39, 19, 40, 47], [45, -34, -23, -21, -43], [-12, -6, 36, 25, -3]]
Output:
| [
"[435, 1, -99225, 41, -1295, -20615, -4172259, 0, 446121, -637, -34827, -934605, -75]"
] | task852-dbbf1d4dc48c427990571e6f700b765e |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-49, -33, 50, -11], [-9, -44, -28], [-48, -10, -16], [-26, -37], [23, 50, 40, -16]]
Output:
| [
"[-17787, -9, 0, -37, 23]"
] | task852-e77e2522892a459986d6ae032c40eade |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[28, -26, -8, 31], [-48, -15, -7], [-13, -20, -49, 10, -44], [4, -30, -40, 3, 31], [-22, 9, -13, 49, -12], [12, 23, -23, 35], [44, -17, -26, 12, 8], [-48, -27, 50, -34], [-15, 10, -39, -25, 1], [6, -10, -30], [45, -47, -45, 8, -39], [21, -25, 18, -47], [-29, 40, -11, -21, 47], [-41, 2], [-36, 22, 44]]
Output:
| [
"[31, 105, 637, 93, -5733, -18515, -17, -27, -14625, 0, -3711825, 24675, -314853, -41, 0]"
] | task852-5e59bd54eb5944c887baa45f2adf1c48 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-28, 11], [-32, 13], [-31, -3, 26, 9, 18], [8, 17, -37, -35], [-35, 17], [8, 20, -34, 36], [25, 39], [42, -33, 10], [40, -50, 23, 3, -4], [-41, -19], [-35, -20, -30, 47, -4], [-14, -16, 50, 23]]
Output:
| [
"[11, 13, 837, 22015, -595, 0, 975, -33, 69, 779, -1645, 23]"
] | task852-53c78f10f50d4c0baff51a8a658d5bcf |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[3, 24, -33, 32, 8], [-24, 49], [-24, -7, 27, 7], [17, 39, 40, 13, 33], [25, 9], [42, 35, 23, 14], [-8, -44, -29], [4, 34, -22], [8, 24, -13, 40, 36], [-17, -19, 15, -13, 5]]
Output:
| [
"[-99, 49, -1323, 284427, 225, 805, -29, 0, -13, -314925]"
] | task852-9608bd62a34444bd8dd049b2b2fce0ee |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[47, 41, -41], [-8, -2, -32, -48], [13, 47, 24, -20, -25], [7, 12, -50, -30, -37], [47, -27], [-10, -31, 7], [-12, -8], [36, 15, 24], [24, 17, 14, -37], [34, -49, 38], [33, -46, -10, -47, -3], [-27, 39, -1, -20]]
Output:
| [
"[-79007, 0, -15275, -259, -1269, -217, 0, 15, -629, -49, 4653, 1053]"
] | task852-71afda188576476181c8ee28f9e9eff7 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[13, -15, -33, -2], [32, 45, -37, 14, -13], [-36, -22, -49], [-27, -17, 23, 33], [-18, 9, 41, 30], [0, -47, -3], [-34, -33, -1, 11, 7], [6, 5, -24, -31], [-29, 27, 20], [4, 23, 10, -32, -43], [-30, 36, 16, 11, -43], [-50, -5, 43, 15], [27, 5, -20, 29]]
Output:
| [
"[6435, 21645, -49, 348381, 369, 141, 2541, -155, -783, -989, -473, -3225, 3915]"
] | task852-f4cf629fa2ea4c50a80b5210262e221c |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[1, -40, 28], [34, 19, 39, -20, 38], [-33, -49, 45], [-36, -11], [26, -23, 40, 11], [-10, 34, -38], [-15, -5, 26, 19, 9], [-32, 11, -45]]
Output:
| [
"[1, 741, 72765, -11, -253, 0, 12825, -495]"
] | task852-3803fe4bb15c4c52b89d9f8cdd7bb79f |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-16, -4, -37, 0, 38], [4, -42, -19, -33], [-31, -26, -47], [50, -18, 4], [49, -12, -21, -43], [-7, 10, -42], [34, -32, 16, 20], [38, 13, -16, -35, -38], [18, -12], [-24, -4, -15, -38]]
Output:
| [
"[-37, 627, 1457, 0, 44247, -7, 0, -455, 0, -15]"
] | task852-9ce08f11fbbb418d8b0f094a655e1124 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-5, -26], [-7, -20, 28, 40, 5], [38, 19, -20, -27, -31], [5, 3], [39, -10], [43, -46, -8, 35]]
Output:
| [
"[-5, -35, 15903, 15, 39, 1505]"
] | task852-3c9439c91bb8488d9ee522449a16f705 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[37, -31], [-6, 14], [23, 2, -46, -24]]
Output:
| [
"[-1147, 0, 23]"
] | task852-28d62b2963c64d3fa58c4d3bbf8719c1 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-20, -32], [-13, -1], [-16, 31, -26], [18, -16], [40, 42, -39], [45, 34, 15], [-34, 28, 14]]
Output:
| [
"[0, 13, 31, 0, -39, 675, 0]"
] | task852-4b00ceb48ef84150a96fcc64acacf49f |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[2, 27, -42, -38], [40, -13, -42, 44], [-23, -32, -45, -19], [-29, -14, -20], [24, -26, -24, 22, -27]]
Output:
| [
"[27, -13, -19665, -29, -27]"
] | task852-e4805861a88f4e3ab226f3ac39925708 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-11, 5, -46, 0], [28, -13], [-50, -40, -48, 24, -49], [-18, 34, -41], [-1, -37, -46, 24], [19, -37, 36, -16], [-34, -4, -38, -14, -22], [41, -35, -28, 39, 26], [-12, 26, 15, 45]]
Output:
| [
"[-55, -13, -49, -41, 37, -703, 0, -55965, 675]"
] | task852-8ef5dfda6ffa41aeade987131d586848 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-1, 41, -28, -12, 19], [26, 40], [-38, -49, -17, 7, 22], [-3, -5, 25], [14, -7], [-46, 4, -42], [35, 8, -13, -35], [-19, 25]]
Output:
| [
"[-779, 0, 5831, 375, -7, 0, 15925, -475]"
] | task852-2e57f265bd644061959a63c68f4a723e |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-3, 14, 3], [-9, -44, 41, -26], [-14, -6, 31, -36], [-37, 49, -1], [50, -26, 34, -37, 47], [-18, -34, 23, 8, -27], [38, 35, 10], [40, 39], [-32, -14, 14, 40, 14], [23, 46]]
Output:
| [
"[-9, -369, 31, 1813, -1739, -621, 35, 39, 0, 23]"
] | task852-205289481b314c968b81c5fda10df5a3 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[50, 28, 5, 11], [-39, -37, -34, -33], [34, 19], [42, 8, -40, 10, 4], [-14, -14, 29, -40, 8], [25, -33], [5, -22, 10], [43, 13, -8, 3, -41], [-20, -22, -20, -19, -10], [40, -39, -45], [-12, -2, 50], [-23, 25, -23, -25], [37, -16, -29, -41], [-15, -26, 45], [-6, -23]]
Output:
| [
"[55, -47619, 19, 0, 29, -825, 5, -68757, -19, 1755, 0, -330625, 43993, -675, -23]"
] | task852-a04d331eda084422b8c3b5e2cd47e9bc |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[5, -3, 47, -31, -4], [-19, -32, 44, -24, -34], [-8, 2], [-43, -15, 38, -15, -34], [-19, 1, -20], [6, 34, -50, 49], [-49, -1, 22, -21, -42], [-12, -30], [6, 26], [50, 4, -5, 7, 41], [11, 40, -11, -35], [19, -1, -9], [-22, 18, -4], [32, -6, -1, -16, 39]]
Output:
| [
"[21855, -19, 0, -9675, -19, 49, -1029, 0, 0, -1435, 4235, 171, 0, -39]"
] | task852-8d2e4af0cf0a428d9663dbaea6717961 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-27, -8, 22, 24], [-45, 11, 19, 40], [26, 35, 25, -17]]
Output:
| [
"[-27, -9405, -14875]"
] | task852-9dde7cf4b5fc4aea8e7f1f04e1b5bcd1 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[26, -25, -48, 14], [39, 47], [46, -9, -5], [-12, 31], [-26, -47, 6, -12], [-15, 34, -28, -11], [31, -22, -9, 9], [-28, 19, 44], [-24, -5, 31, 5], [-50, 27, -14, 34, 46], [-20, -13, 10, -33, 3], [-49, -42, -27], [-27, 2, -41]]
Output:
| [
"[-25, 1833, 45, 31, -47, 165, -2511, 19, -775, 27, 1287, 1323, 1107]"
] | task852-d85eb10acad0483592d5b6fa4c7c1734 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-30, -39, -8, -29], [-50, -47, 29], [-7, 13, 48, 19], [20, 28, 14, 16], [-24, -14, 10, 28, -3], [-34, 28, 46], [14, 1, -40, 13], [-43, 23, -13, 2], [-38, 0, 5, 15], [-5, -47, 39, 47, -14], [-42, 47]]
Output:
| [
"[1131, -1363, -1729, 0, -3, 0, 13, 12857, 75, 430755, 47]"
] | task852-6267ac4e30bb42db8c0c715ac36eebdc |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[14, -2, -22, 0], [29, -20, 30, -40], [19, 21, 29], [49, -29, 45, 43, -46], [-43, 28], [26, -27, -11, -34, 18], [-31, -17], [23, 44, -24], [18, -33, 21, -34, -46], [-31, -17, 17, 38, -29], [-29, -21, 10, -21], [37, 4, 17, -10], [21, 33, -47]]
Output:
| [
"[0, 29, 11571, -2749635, -43, 297, 527, 23, -693, -259811, -12789, 629, -32571]"
] | task852-3509f9174a0a4e1a9a8a122938ffa691 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-14, 49], [-22, -5, 39, -24, -5], [-24, 27, 33, -47, 49], [37, -34, 19], [-4, -48, -41, -46]]
Output:
| [
"[49, 975, -2051973, 703, -41]"
] | task852-0c7ecdfd5ad44301913ada477f98b0ad |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-49, 2, 23, 18], [-25, 17, -9, 16], [50, 2, -37, 2, -49], [-15, -9, 11, 5, 34]]
Output:
| [
"[-1127, 3825, 1813, 7425]"
] | task852-d632a780dc99447082da7bd5501f2982 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-18, -9, -48, -45, -37], [9, -20], [38, 8, 29, 23], [26, 10, 50], [-20, -27, 43, 7], [38, 12, -30], [-50, -21, -26, 25], [33, -15, 44, 11, -45], [18, 34, 18, -49], [16, -16], [-35, 14, 3, -14], [-34, -36, 16, 9, 22], [-20, -3, 5, 36], [-18, 35], [31, 13, -40]]
Output:
| [
"[-14985, 9, 667, 0, -8127, 0, -525, 245025, -49, 0, -105, 9, -15, 35, 403]"
] | task852-f60f047324ce42d9934c1c8d0dfd9c6e |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-15, -48], [47, 34, 0], [7, 50, -27, 1, 37], [13, 4, 42], [8, -31, -46], [-48, 25, -21, 36, -41], [-37, -4, 32, 41], [24, -39, 41, 4, 21]]
Output:
| [
"[-15, 47, -6993, 13, -31, 21525, -1517, -33579]"
] | task852-a8775910dd354f73bb5b5455010983f3 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-13, -46], [-41, -49], [41, -32, -34], [-16, 1, 49], [7, -20, -34], [14, -3], [47, -30, 46], [8, 12, 37, -6, 28], [27, -37, 0, 24]]
Output:
| [
"[-13, 2009, 41, 49, 7, -3, 47, 37, -999]"
] | task852-eaa0aa6c7f2c416fa33323f71a44afed |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-20, -37, -45, -2], [-24, -6, -50], [-41, -36, 21, 20, 44], [-41, 24, -46], [18, -18, 43, 36, -26], [32, -10, 45, 36, 43], [1, 49, 35, 29], [-5, -13, 19], [-6, 11, 37, -47], [23, 22, 46, -27, -6]]
Output:
| [
"[1665, 0, -861, -41, 43, 1935, 49735, 1235, -19129, -621]"
] | task852-bb8bd3c05a484e588948c1df52d6537e |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[19, -20, 25, 29, -9], [-6, -21, 34], [-45, -31, -23, -8, -27], [12, 41, -21], [-3, 6, 29, 1], [-27, -47, -16], [-4, -41, -24, 3], [45, 45]]
Output:
| [
"[-123975, -21, 866295, -861, -87, 1269, -123, 2025]"
] | task852-5962b6746f124816906ecbb2ea082c91 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-28, -34], [-48, -50, -21, -2, -12], [-32, 46, 29, 21], [21, 47, -45, 50, 23], [-48, -14], [-28, -44, 2, 20, 16]]
Output:
| [
"[0, -21, 609, -1021545, 0, 0]"
] | task852-f1fd2694c0dd482dbecb13f663f2625d |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[35, 28, 46, 25, 36], [15, 27, -35, -29, 12], [-47, 11, 10, 22], [32, 1], [-39, 48, -17], [-28, 47, 24, 21, 28], [-27, -48, 50, 46, 22], [9, 47, 14, 19, 7], [-40, 7, -1, 13, -14], [38, 46], [-5, 37, 44, -40, -42], [-47, -37, -48], [-5, -32, 6, 31], [30, 19, 49]]
Output:
| [
"[875, 411075, -517, 1, 663, 987, -27, 56259, -91, 0, -185, 1739, -155, 931]"
] | task852-455c42143c054276a41834a198e25f68 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-43, 43], [-48, 41, -32, -28, -34], [43, -12, -30, 47]]
Output:
| [
"[-1849, 41, 2021]"
] | task852-9f4940d521194d46b486a2e2d9eee6af |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-24, -18, 29, 5, -19], [-16, 39, 49, 25], [-2, 41, -23, 40, -40], [-48, 36, -41, 38, -26], [18, -4], [28, -19]]
Output:
| [
"[-2755, 47775, -943, -41, 0, -19]"
] | task852-1c2fbd0ef61e485aa3c1fcec4a95409c |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[22, 40], [35, -7, -44], [40, 11, 10, 1], [-27, -20, 14]]
Output:
| [
"[0, -245, 11, -27]"
] | task852-ead3823377e546ceb5926befdd44053b |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[4, 12, 17, -17, 16], [38, -35], [16, 12], [48, 32], [47, -2], [42, -25], [-22, 12, -1], [-26, 14, 18], [10, 0, 10, 34, 38], [-26, -1, -48]]
Output:
| [
"[-289, -35, 0, 0, 47, -25, -1, 0, 0, -1]"
] | task852-fdd9d28f2f804e7b99de5211a54316d1 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[18, -17, 40], [-31, 0, -41, -9, 31], [-15, 48, -28, -5], [16, 35, 43, 35, 10], [34, -40, 4, -48, 9], [-12, 37, 4, 2, -22]]
Output:
| [
"[-17, -354609, 75, 52675, 9, 37]"
] | task852-d73609bfb9e44f09b9fe81cf63294a13 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[18, 8, -16], [-8, 16, 40], [46, -7, -44, 44, 17], [47, -19], [29, -29], [20, 37, 24, 29, -26], [46, -24, 1, 5, -13], [14, 34, -34, 37], [38, -20, -20, 28], [-48, -47, 23, -48], [29, 2, -13], [13, -41, 19, 45, 20], [12, 50, 41, -32], [11, -9, 28]]
Output:
| [
"[0, 0, -119, -893, -841, 1073, -65, 37, 0, -1081, -377, -455715, 41, -99]"
] | task852-37ff44c97dc3457da66b3dfc1598756d |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[24, 47], [30, 49, 25, 44], [49, 3, -36, 47], [50, 2, 21, -3, -45], [36, -41], [16, 21, 10], [32, 32, 40, -14], [9, -12], [-1, 21, -3, 47], [44, 30, -33], [-23, 42, 22, -46, 24], [-16, -38], [-25, -42], [-40, 35, -33], [-16, 9]]
Output:
| [
"[47, 1225, 6909, 2835, -41, 21, 0, 9, 2961, -33, -23, 0, -25, -1155, 9]"
] | task852-2fe24b5eacd44833a9c92d66ae17a0ee |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[27, 5, -10, -6, 10], [20, -10, -39], [-4, -14, 22], [4, -4, 43, 24, -34], [32, -27], [-41, 44, 29, 29, -15]]
Output:
| [
"[135, -39, 0, 43, -27, 517215]"
] | task852-2f27a72a25c643279e74b6f2c0535240 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-39, -17, 2], [-5, 20, -1, -28, 49], [-23, -2], [-19, -12, -2, 25, -7], [-1, 11, -2, -21]]
Output:
| [
"[663, 245, -23, 3325, 231]"
] | task852-d7d438567779477ebd4762c95215cc7f |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-35, 5, -15, -15, -43], [-30, 47, -15], [40, 1, 8], [9, -44, -13, -1], [-11, 11], [-22, -30, 8, -48, 49], [-41, -38, -27, 35, -39]]
Output:
| [
"[1693125, -705, 1, 117, -121, 49, -1511055]"
] | task852-738c31ea7f93403f87e2dbec3384ef22 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[6, 23, 44], [-11, 30, 35, -8, -26], [0, -35, 33, -49]]
Output:
| [
"[23, -385, 56595]"
] | task852-57a51faa3ffd475f83f2c6edf1c42ec3 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-8, 27, -23, -48], [-28, -21], [-43, -45, 25, -30], [-1, -40, -48, -12, -47], [10, 30, -38], [19, -11, -32], [9, 22, 49], [-36, -7, -25, -14], [-31, 31, -49, 17], [-3, -43, -23], [43, 36, 2, 15, 23], [-41, -24, 29, -28, 7]]
Output:
| [
"[-621, -21, 48375, 47, 0, -209, 441, 175, 800513, -2967, 14835, -8323]"
] | task852-04be70e714554a809d983b59b8d85f91 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-28, 35, -39], [-5, -20, -9, 49, 18], [-3, -3, 23, 47], [23, -1, -46, 37, -1], [-24, 39, -42, -2, -12], [48, 16, 7, -10], [-4, 40, -41, 35], [-2, -46, -33, 50, 32], [-18, -48, -41], [-35, 50, -22], [45, -11], [46, -26, 24, -35], [7, 45, -44, -38, 30]]
Output:
| [
"[-1365, 2205, 9729, 851, 39, 7, -1435, -33, -41, -35, -495, -35, 315]"
] | task852-9681a92e29864c0d9389a8753a0d8c4c |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-30, 9], [0, 29, -38, -13], [-12, 8, -16, 29, 40], [36, -12], [-38, 1, -41], [-22, 24], [11, 8, -30, -18, -18], [33, -14], [-23, 15, -19, -27, 3], [1, -16], [-46, 29, 22], [-3, -35, 49], [42, -11, -35, -19, 22]]
Output:
| [
"[9, -377, 29, 0, -41, 0, 11, 33, -530955, 1, 29, 5145, -7315]"
] | task852-f0fcfa4118344a0fba366cec27b56ef0 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[16, -11], [-35, 16], [47, -14], [1, -50, 42, -2], [33, -26, -50], [7, -38, 36], [-12, 45, -9, 25]]
Output:
| [
"[-11, -35, 47, 1, 33, 7, -10125]"
] | task852-1ffbc741f0b54af5a5cfc713daf8639b |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[30, 13], [3, 20], [-28, 13, 42, -43, 39], [-2, 13], [49, 40, 20, -1, -2], [-2, -27, -37, 14], [-41, 20], [-35, -34, 9, -44, 0], [17, 1], [-13, -26, 25, -50], [23, 4, -8], [-2, 36, -19], [5, 4], [26, -21, -46, -6], [44, 39, -2, -5, 1]]
Output:
| [
"[13, 3, -21801, 13, -49, 999, -41, -315, 17, -325, 23, -19, 5, -21, -195]"
] | task852-bd9b46a23c184d739948b5c6af610110 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-3, -32, -22], [44, 5, -11], [-43, -49], [-43, -43, -1, -26], [-10, -50, -22], [16, -24], [0, -25], [-46, 4, -7], [-2, 42, -1, -26], [-14, -9], [-33, 49, -9, 12], [-40, 32], [-35, 25, -45], [46, 48, -14, 38], [49, 44, -17, 38]]
Output:
| [
"[-3, -55, 2107, -1849, 0, 0, -25, -7, -1, -9, 14553, 0, 39375, 0, -833]"
] | task852-e12d7b4b71fe4f0ba0674ed40996c8e4 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-30, 37], [-17, -3, 19, -16, 41], [-7, -12, -50, -46], [3, 3, 38], [-13, -1, 44], [-20, -1, 4, -47], [-6, 41, 13], [-27, 14, 5, -16], [-22, -45, 38, 34], [29, 16, -39], [37, 42, -2, -28]]
Output:
| [
"[37, 39729, -7, 9, 13, 47, 533, -135, -45, -1131, 37]"
] | task852-8780c756a6794c2896cc7ca7cc28008f |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-21, 50, -10, 40, -33], [28, 30], [1, -8, -12], [21, -48, 43, 16, -16], [-36, -29], [40, 2], [20, 47], [-4, 35, -47], [-2, -22, -12], [31, -19]]
Output:
| [
"[693, 0, 1, 903, -29, 0, 47, -1645, 0, -589]"
] | task852-6ad27239bbf448568948669d19f8fa0e |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-15, 35, -36], [14, 2, -16, -23], [-11, -6, 18, 11]]
Output:
| [
"[-525, -23, -121]"
] | task852-f4339f1cec5844d681da1b042db61b05 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[33, -34, -38, -6, -44], [50, -41, 40, -6], [3, 41, -26, -43], [-3, 10, 6, 39], [35, 30, -34, 26], [-10, -27], [-45, 5], [-26, 17, -44], [-46, 34, -20]]
Output:
| [
"[33, -41, -5289, -117, 35, -27, -225, 17, 0]"
] | task852-6426016f8c9c4ea9bd6a189edfee74e0 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-32, -40, 32], [22, -45], [-45, -23, 20], [19, 5], [38, 12, -28, 9], [-24, 33, -16], [27, 6], [-24, -34, -14], [-28, -40, 47, -5, -24], [20, -19, -29, -14, -23]]
Output:
| [
"[0, -45, 1035, 95, 9, 33, 27, 0, -235, -12673]"
] | task852-29f190c8c6c549e9be1e0a76cd8aa7e3 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-21, 12, -44, -40], [6, 1, -31, -33], [-20, 43, 21], [-33, 45, -23, -8], [36, 33, 39, 31]]
Output:
| [
"[-21, 1023, 903, 34155, 39897]"
] | task852-1f2c37d5da0d435388af655b1279b944 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[24, -34, 25, -12], [-28, -11, 31, 16, -23], [-36, 12, 21, -25, 0], [16, 1], [13, 15, -17, -17, -9], [37, -6, 24, 42], [15, -19, 26, 16, 6], [36, 9], [-30, -14, 3, 32, -29], [-44, 26, 49]]
Output:
| [
"[25, 7843, -525, 1, -507195, 37, -285, 9, -87, 49]"
] | task852-a4a4b1573ebf4b019f1407ac6ed78e1e |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[11, -10], [20, 27, -23, -38], [-4, -14, -24], [-35, -30, 6, 29], [2, 24, -41], [38, -41, -15, 50], [35, -36, 21, -24, 49]]
Output:
| [
"[11, -621, 0, -1015, -41, 615, 36015]"
] | task852-31e227c4a38b43ba9ed82c6318ed7b05 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-31, -34, -25], [37, 39, 44], [-41, -5, 0], [-8, 12, 49, -10, 44], [43, -43, 47], [45, 13, 27, 0, -28], [-4, 28, -12, 28, -46], [-6, 28, 44, -4, -23], [48, 46, 21], [-39, 19, -23, 3, 41], [-13, 24, 17, 50], [6, -16, -35, 3, -47], [49, -8, -47], [43, 21, 37, 10, -21], [46, -35, -1]]
Output:
| [
"[775, 1443, 205, 49, -86903, 15795, 0, -23, 21, 2096289, -221, 4935, -2303, -701631, 35]"
] | task852-874d76607c7c4345869eb183f1375c26 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-46, 31], [-13, -2, 39, 13], [-23, 3, -40, 25, -1], [-32, 27], [-25, -18, 44, 6], [-41, -28, 50, -25], [-20, 37], [-1, 8, -46, 14]]
Output:
| [
"[31, -6591, 1725, 27, -25, 1025, 37, -1]"
] | task852-746892f93ae64d10b946fa9ef011f3bf |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-46, -4, -45, -19], [-6, 19], [27, 1], [25, 0, -9, -39], [-8, -47, -2, -26, -22]]
Output:
| [
"[855, 19, 27, 8775, -47]"
] | task852-44de4481e95445859a4858b2b89be88d |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[24, 22, 20, -29, -45], [10, 48], [39, -47, 21, 50, -25], [-12, 12, -27, 50], [-16, -32, -29, -27], [49, -42, 36, 25, -3], [36, 7, -28], [32, 21, -38, 9, -24], [24, -48, 45], [48, -1], [-27, -19], [50, 22, 21, -38]]
Output:
| [
"[1305, 0, 962325, -27, 783, -3675, 7, 189, 45, -1, 513, 21]"
] | task852-3f3f7b25143d48faa4999bcb18eaa5a9 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-9, -18, 0, -46], [45, 28, -47, -34, 40], [-32, 43], [-8, 9, 30, -27], [-32, -27], [35, 48], [9, 0], [40, -32], [-8, -15, 13, 29, -20], [42, -41, 1, 16, 25], [-14, 15, -38, 1, -30], [45, -12, 44, 42]]
Output:
| [
"[-9, -2115, 43, -243, -27, 35, 9, 0, -5655, -1025, 15, 45]"
] | task852-76cd2bb146c04bd29c01d275d377db58 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-33, 36, -48, 2], [-1, 31, -22], [35, 40], [-38, 12, 11], [50, -10, 2, 21], [-22, -9]]
Output:
| [
"[-33, -31, 35, 11, 21, -9]"
] | task852-b473a4c5a74a4e48b63d0e899b2619d0 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[3, -9, -34, 16], [-19, 18], [7, -8, 44, 42, 30], [16, 29, -17, -16, 37], [-36, 24, 4], [-3, -33, -19, 18], [9, 40, 36, -26], [32, -44, 40, -14], [-11, -41, -28, 27], [24, -32, 0, -17], [-16, 15, 45, -26], [24, -46, -15], [-19, -3]]
Output:
| [
"[-27, -19, 7, -18241, 0, -1881, 9, 0, 12177, -17, 675, -15, 57]"
] | task852-7911b4f453b54bcfba881fd24145f813 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-50, -33, -42], [2, 18, 18, -37, 44], [39, 8], [33, 27, -41]]
Output:
| [
"[-33, -37, 39, -36531]"
] | task852-8a92850815f34ce7ac0152e7ce840c1e |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-27, -19, 48, 22], [24, 37, 26, -29], [-16, 30, -33, 21, 1], [-11, -17, 28], [-8, -16, 15, -40]]
Output:
| [
"[513, -1073, -693, 187, 15]"
] | task852-e952e70829b04b998c54d36f3b7f9f70 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-49, 49, 22], [28, 21, -4, -44, -14], [-32, -33, 44, -24], [-34, 27, 1, -46], [47, -27, 49, -24], [-9, 49, -13, -24], [29, 3, 50], [40, 9, 17], [-27, 2, 47], [-45, 3, -23, -9, -43], [14, 29, -46], [30, 25, -9], [-3, -2], [-36, 16], [14, -49, 50]]
Output:
| [
"[-2401, 21, -33, 27, -62181, 5733, 87, 153, -1269, 1201635, 29, -225, -3, 0, -49]"
] | task852-0cf885655da04f61943b796890b00f30 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-1, -6, 35, -24, 29], [37, -18, 25, 1, 30], [39, 8], [39, 34, 9, -25, 24], [-17, -24, -22, -24], [-24, -33, 11], [16, -14, -1, -27], [-14, -5, -18]]
Output:
| [
"[-1015, 925, 39, -8775, -17, -363, 27, -5]"
] | task852-e8dc290120ee4b73ba9779e1a7f3f8b9 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[24, -15, 20, -1], [-16, -3, 42], [-16, -26], [-34, 34, -1, -9], [21, 41], [-5, 48, -1, 28], [-37, 33, -45], [-27, 44, 50, 17, 40], [-41, 21, -31]]
Output:
| [
"[15, -3, 0, 9, 861, 5, 54945, -459, 26691]"
] | task852-093a8f9b054d46699bd0fbee9ef7b523 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-25, -35, 9, -41], [-45, 17, 6, 44, 44], [-21, 26, 22, -21], [-29, -5, 6, 2], [10, -43, -34], [1, -31, 21, 47], [47, -21, -6], [-27, 32, 15], [35, 33, 5, 2, 41], [12, -34, -28, -49], [-18, 5, 4, 42], [3, 28], [-14, -16], [-9, 4, 8, -24, 4], [35, -26]]
Output:
| [
"[-322875, -765, 441, 145, -43, -30597, -987, -405, 236775, -49, 5, 3, 0, -9, 35]"
] | task852-669ff2fcb2814f17827ce1ae220a8575 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[25, 8, -8], [32, 47, 48, 23, 44], [48, -21, -25, -35, -46], [45, -47, 32, 23, -44], [-2, 26, 42], [-29, 42, 32, 10, -31], [10, 4, 28], [-47, 32], [-2, -27], [48, -14, -1, -29], [-33, 19]]
Output:
| [
"[25, 1081, -18375, -48645, 0, 899, 0, -47, -27, 29, -627]"
] | task852-4f4d665ac004429c9991fe42e11aaae3 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-31, -17], [-1, -10, 12], [14, 20, -50], [-1, 44, -49], [28, -12, -5, 18], [-26, -31], [-4, -31], [28, 22, 28, -2, 35], [-2, 32], [-39, 2, -19, -49, 8], [15, -46], [-27, -24], [45, 21, 5, -34]]
Output:
| [
"[527, -1, 0, 49, -5, -31, -31, 35, 0, -36309, 15, -27, 4725]"
] | task852-7107e37a9189417aad6d1bff1dc6b9d0 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-22, 44], [32, 15], [37, 43, -13, 36, 7], [45, 36, -38, 31], [14, -9, -37, 12], [38, 21, -49, -13, 33], [13, -12], [-7, 8, 16, -11, 45]]
Output:
| [
"[0, 15, -144781, 1395, 333, 441441, 13, 3465]"
] | task852-df40ab6e2ebf4d2183ebc80b13a89f52 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[2, -35, -15], [0, -20, 43], [-30, 12], [33, -40, -9], [-21, 27, -39], [28, -24], [-11, 0, -45, 19, 2], [23, -26, -18], [-23, 47, -4]]
Output:
| [
"[525, 43, 0, -297, 22113, 0, 9405, 23, -1081]"
] | task852-848b7f43afd540efae0a315de17f2443 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[42, 37, -18, 42, 29], [17, 48], [46, 36, 36, 46], [21, -7, 13, 36, -34], [43, 21, -47], [-8, 25], [12, -23, 0], [-48, 31, 3, -12, 41], [29, 16, -6, 39], [18, 45]]
Output:
| [
"[1073, 17, 0, -1911, -42441, 25, -23, 3813, 1131, 45]"
] | task852-b410996a722c4aebb65ed3ec6fcf2109 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[27, -45], [22, 10, 50, -5], [-46, -15], [10, 50]]
Output:
| [
"[-1215, -5, -15, 0]"
] | task852-bff966de9c194d1984f86055d8b4cd2a |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[22, -34, 40, 18], [35, 13, 21, -24], [16, -2, -8, -49], [8, -20, -49, -17, 45], [19, -35, -3, 47], [-11, -9], [44, -16], [29, 11, 4, 8], [22, 46, -26, 40], [-9, -27], [33, -43, -39, -35, 1], [27, 4], [37, 17, 39, -10, 32], [-36, 49, 17, -3, 24], [13, 31]]
Output:
| [
"[0, 9555, -49, 37485, 93765, 99, 0, 319, 0, 243, -1936935, 27, 24531, -2499, 403]"
] | task852-baa6a2a1fe0e4ec59fdb2f9ae41f92b5 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[18, 1], [-19, 29], [14, -21, -28, 22], [2, 8, -24, -48, 2], [33, 46, -9], [-47, -30], [14, 3, 12], [-35, -17, 20], [38, -46, 24, -17], [-4, 29, 43], [-27, -23, 46, -15, 46], [-20, 22, 45, -46]]
Output:
| [
"[1, -551, -21, 0, -297, -47, 3, 595, -17, 1247, -9315, 45]"
] | task852-86c6e4435d8046d99a2c14d78c706d0d |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-41, -32, -38], [10, 23, -17, 28], [-19, -22, 35, 28, -21], [35, 42], [2, -31], [-35, 32, 3, 39, 50], [0, 17, 1, -36, 3], [15, 7, 19, -50, -35], [-19, 21, -30, -9, 9]]
Output:
| [
"[-41, -391, 13965, 35, -31, -4095, 51, -69825, 32319]"
] | task852-b8a57d2eba7d4173acd2691d2687e79d |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[43, 15, -46], [-27, 2, 48, 0], [3, -45, 6, -25], [36, -21, -41, -47], [-29, -33, 8, 12, 5], [26, 10, -12, 32, -9], [-43, -44, 12, -15, -46], [37, 5, 46, 15, 47], [-32, 35], [30, -49], [-43, 33, 0], [-14, 43, 41], [12, -13, 30, -16], [-45, -33]]
Output:
| [
"[645, -27, 3375, -40467, 4785, -9, 645, 130425, 35, -49, -1419, 1763, -13, 1485]"
] | task852-496aa7cce2a7472082fa104872b7c960 |
End of preview. Expand
in Dataset Viewer.
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task852_synthetic_multiply_odds
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks},
author={Yizhong Wang and Swaroop Mishra and Pegah Alipoormolabashi and Yeganeh Kordi and Amirreza Mirzaei and Anjana Arunkumar and Arjun Ashok and Arut Selvan Dhanasekaran and Atharva Naik and David Stap and Eshaan Pathak and Giannis Karamanolakis and Haizhi Gary Lai and Ishan Purohit and Ishani Mondal and Jacob Anderson and Kirby Kuznia and Krima Doshi and Maitreya Patel and Kuntal Kumar Pal and Mehrad Moradshahi and Mihir Parmar and Mirali Purohit and Neeraj Varshney and Phani Rohitha Kaza and Pulkit Verma and Ravsehaj Singh Puri and Rushang Karia and Shailaja Keyur Sampat and Savan Doshi and Siddhartha Mishra and Sujan Reddy and Sumanta Patro and Tanay Dixit and Xudong Shen and Chitta Baral and Yejin Choi and Noah A. Smith and Hannaneh Hajishirzi and Daniel Khashabi},
year={2022},
eprint={2204.07705},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2204.07705},
}
More details can also be found in the following paper:
@misc{brüelgabrielsson2024compressserveservingthousands,
title={Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead},
author={Rickard Brüel-Gabrielsson and Jiacheng Zhu and Onkar Bhardwaj and Leshem Choshen and Kristjan Greenewald and Mikhail Yurochkin and Justin Solomon},
year={2024},
eprint={2407.00066},
archivePrefix={arXiv},
primaryClass={cs.DC},
url={https://arxiv.org/abs/2407.00066},
}
Contact Information
For any comments or questions, please email Rickard Brüel Gabrielsson
- Downloads last month
- 52