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: [[38, 47, -42, 28, 31], [-50, 28, 23, 40, -4], [28, 48], [8, -8, -29]]
Output:
| [
"[1457, 23, 0, -29]"
] | task852-a844df67d06245cc9413e113372fbabc |
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], [-18, 22, -46, -4], [-13, -16, -43, -33, 24], [21, -37], [-7, 48, -15, -22], [42, 17, -37, -28, 22], [-34, -1, 19, 26], [-21, -40, 41, -1, 36], [-49, 19, 43, 5], [5, -39], [-28, 21], [31, -7, 6], [31, -50, 9], [-16, 15, 30], [-36, -25, 11]]
Output:
| [
"[-1147, 0, -18447, -777, 105, -629, -19, 861, -200165, -195, 21, -217, 279, 15, -275]"
] | task852-49bd41769a204138beb0949cdf030da3 |
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, 21, -11], [-21, -43, 33, 2, -1], [-33, -44, 48, -17], [-24, -46, -26], [-16, -17, 16, 37, -1], [-46, -11], [-36, 42, -32, -6, -18], [12, 20, -19, 4, -40], [-24, 21, 15], [4, 10, -40, -36], [-42, -14, 23, -45], [-36, 28, 37, -34], [39, 12]]
Output:
| [
"[7161, -29799, 561, 0, 629, -11, 0, -19, 315, 0, -1035, 37, 39]"
] | task852-0c5d76510cd4413c82bd65f7b62c4dcc |
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: [[-12, -3, -28, 30], [-12, -27, -24, 48], [-26, -49, -6, 41], [34, -50, 40, -15, -26], [-46, -31], [28, 30, 15], [7, 32, -21, 10], [20, -27, 29]]
Output:
| [
"[-3, -27, -2009, -15, -31, 15, -147, -783]"
] | task852-e4aca6dd258f4d6dad9f45306c2526f7 |
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, 3], [-11, -35, -3, -10, -17], [45, 12, 17, -46], [-3, -37, -40, -9, -8], [37, 22], [44, 19, 24], [3, -33, -14], [32, -1, 47, 41], [23, 0, -44]]
Output:
| [
"[123, 19635, 765, -999, 37, 19, -99, -1927, 23]"
] | task852-b003b79c484c426b8f21fc77b510f5dd |
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, 15, -37, 29], [-26, -3, 15], [25, -20, 12], [-5, -31, 35, -39, -6]]
Output:
| [
"[-16095, -45, 25, -211575]"
] | task852-46241ca526714896b043ad1358e61ecd |
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, -9, -10], [43, -47, 39, -8], [-41, -31, -16], [37, 35, -37], [-10, 20, 49, -20], [5, 15, 6, 13], [-12, -21, -36, 36], [-35, 15], [14, 28, 46], [18, -2, 7, 18], [-49, -40, 23], [40, -50, -21, -19, -28], [-8, 20, -44, 14], [-28, -49, -44, 27], [13, -10, -26]]
Output:
| [
"[-9, -78819, 1271, -47915, 49, 975, -21, -525, 0, 7, -1127, 399, 0, -1323, 13]"
] | task852-b786240a9e234990878dcbb5bffabf0c |
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, 6, -6, 26], [-45, -38, 4], [-21, -18, -6, -10, 36], [42, 26, -35], [0, -32, 27, 33, -27]]
Output:
| [
"[0, -45, -21, -35, -24057]"
] | task852-cf910711437c4452ae227b5ab0329aa9 |
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, 19, -34], [31, 17, -44], [-28, -10, -3], [-33, -29], [-43, 16, -38], [-15, 9], [-21, -22, -33, 25], [43, -50, 0, -27, -38], [-27, 40], [-24, -14, 32, 40], [-49, 10, 24, -4], [21, -41], [-42, 15, 32, -4]]
Output:
| [
"[817, 527, -3, 957, -43, -135, 17325, -1161, -27, 0, -49, -861, 15]"
] | task852-302b7b1266374714b3e0281ae78782f6 |
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: [[-23, 9], [-29, 34, 7, 50], [33, 32, 46, -5, -33], [17, -37], [15, -20], [25, 38, 27, -11, -23]]
Output:
| [
"[-207, -203, 5445, -629, 15, 170775]"
] | task852-50ce072e3e084737955aff693ff4a8a8 |
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, 42], [-2, 49, 48], [4, 32, 19], [-11, -21], [-2, -9, 23, 25, 29], [-20, 49, -49, -48], [42, -45, -3]]
Output:
| [
"[0, 49, 19, 231, -150075, -2401, 135]"
] | task852-850f4d8160e241968f714560cb8dcebb |
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, -33], [-37, -38], [43, 12], [32, 24], [13, 33, -16, -27, -28], [31, 6, -47], [30, 31, 37], [24, -27], [29, -6, 2, -20, -16], [-2, -26, 18], [-21, -48, -27, 4], [-23, -2, 50, 10, -39], [-6, 23, -45]]
Output:
| [
"[-33, -37, 43, 0, -11583, -1457, 1147, -27, 29, 0, 567, 897, -1035]"
] | task852-88a1baf2124247b392903b40ce3aae99 |
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, 34, 35], [-27, 30, 47, -2, 34], [8, -22, 38]]
Output:
| [
"[-735, -1269, 0]"
] | task852-fa49fc2d5b244be597e4bcaf4c239f86 |
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, -13], [44, 30], [-4, 45], [-26, -38, 27, -4, -14], [-46, -48, 0], [35, -2, -14, -49], [-49, 18, 17], [46, -30, -17, -12, 18]]
Output:
| [
"[559, 0, 45, 27, 0, -1715, -833, -17]"
] | task852-4a016c1776a746dbbca2128a78c45ca1 |
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, -42, -40], [48, 14], [-1, -34, -34, -21, -1], [10, 29, -37, 20, -29], [-11, 28, -5, 7], [46, 35, -50], [11, 32], [-1, -5], [-18, -7, 35, 9], [-17, -36, -21], [19, -4, -5, 25, -41], [43, -23, 26], [27, -49, 1], [-3, -46, -16]]
Output:
| [
"[0, 0, -21, 31117, 385, 35, 11, 5, -2205, 357, 97375, -989, -1323, -3]"
] | task852-2b77368a19054ddabf8d9b385fc5c51e |
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, 9, -37, 43, 4], [25, -12, 24], [-5, -47, -9], [43, 43, 7, -38], [-46, -41]]
Output:
| [
"[-128871, 25, -2115, 12943, -41]"
] | task852-9cebe28049974375993e56e1dfd8f2ee |
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, -2, 35, 27, 9], [-29, -40], [31, 42, -47], [-27, 49], [-37, 26], [17, -14, 35]]
Output:
| [
"[399735, -29, -1457, -1323, -37, 595]"
] | task852-1cc03b5e7890423e9d9dedbbb753d309 |
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, -45], [-17, -40, -3, -42], [1, 19, -36, -50, 26], [0, 46, -35, -46], [-5, -44, 28, -20], [-22, 22, 8], [44, -18, 28, -13, 49], [13, -15, 28, -49, 15], [-27, 49]]
Output:
| [
"[-45, 51, 19, -35, -5, 0, -637, 143325, -1323]"
] | task852-57a6e8437eca4883a138f8641d34a66d |
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, -40], [-34, -22, -6], [0, -45, 25, -50]]
Output:
| [
"[21, 0, -1125]"
] | task852-8b530821b832494eac288dd7270e3c3f |
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, -50, 48, 29], [-25, 29, -3, -15, -42], [-15, 23, 39, -40, 5], [-13, -47], [26, 36], [21, -15, 9, 40], [9, -12, -36], [5, 46, -32, 20]]
Output:
| [
"[203, -32625, -67275, 611, 0, -2835, 9, 5]"
] | task852-4c03684ffc5d4a318a20d3ea1bdb020f |
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, 37, 43, -9], [5, 5, 22, -25, 46], [39, -20, 6, 35, -13], [33, -39, 35, 27, 43]]
Output:
| [
"[-14319, -625, -17745, -52297245]"
] | task852-4eaa5b7eba6347459b208e42b30f3da4 |
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, -6, 11], [20, -11, -4, 10, -43], [48, -23, -34, -41, 37], [6, -22, 35, 26, 39], [7, -44, -19, -26, 12], [28, 8, -1], [-35, 17, -8, -27], [-41, 34, 9], [-50, 29, -49, 43], [5, -8, 4, 6], [34, 33, 29, -7], [-9, -44, 34, 20]]
Output:
| [
"[11, 473, 34891, 1365, -133, -1, 16065, -369, -61103, 5, -6699, -9]"
] | task852-a39208e6cd894285b503158138403af0 |
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, 36, 25, 15, 48], [17, -10, 9], [37, -39, -11, -18, -33], [-25, 20, 18, 30, -7], [-13, -43, -28], [46, 19, -7, -18], [-5, -9, 22], [3, -18, 30, 36], [-18, 44, 33, 46], [8, -2, 46, -19], [7, -41, -46, 48, -35]]
Output:
| [
"[375, 153, -523809, 175, 559, -133, 45, 3, 33, -19, 10045]"
] | task852-4256990ccf484d909a2af37babcacde9 |
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, -3], [3, -23, 14, -48], [11, -42]]
Output:
| [
"[-129, -69, 11]"
] | task852-71c3dfefb9d84af4815d66f6ecfc7017 |
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, -13, -33], [-12, -22, 12], [0, 11], [44, 0, -22], [-33, -9, -13, -5, 39], [-11, 49, -25], [24, -45, 8, -26], [-15, 50, -31, 10], [2, -41, -38], [-21, 22, -31], [-3, 12, -34, 47], [-28, 14, 2, -36], [32, 27, -1, 44, 26], [22, 1, -8]]
Output:
| [
"[-13299, 0, 11, 0, 752895, 13475, -45, 465, -41, 651, -141, 0, -27, 1]"
] | task852-9e36dfdb12c342aa8816824c12e42fea |
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, 6], [-12, -22], [1, 6, -9], [-47, 30, -10, 39], [-4, -37, -12], [30, -42, -46, 5, -35], [4, -18, -14], [-6, -46], [-42, -4, -34, 47, 2], [4, -8, -26, -41], [47, 10, 43, 27, 40], [-2, -32, -14, 18], [-41, 2], [-40, 37, 15, 7, -38], [-19, -35]]
Output:
| [
"[19, 0, -9, -1833, -37, -175, 0, 0, 47, -41, 54567, 0, -41, 3885, 665]"
] | task852-d2c29083eba8459cae2a000aca660756 |
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, 15, -1, -22, -43], [-14, 45, 5], [-37, -11], [-39, -14], [-31, 37, 21]]
Output:
| [
"[13545, 225, 407, -39, -24087]"
] | task852-0f9f63405c314ebfadaca8cd54fc897b |
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, 28, 16, -8, -4], [-34, -1, -34, -27, -38], [-21, 25, 8], [-30, -11, -10, 38], [-21, -26, 33, -30, 1], [36, 10], [-16, -32, 19], [38, 1, -43], [-35, 18], [-48, 33, -30, 26, -39]]
Output:
| [
"[0, 27, -525, -11, -693, 0, 19, -43, -35, -1287]"
] | task852-39058e2c1c5c41528e040c92f734032b |
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, 28], [-1, 22, 3], [27, -14, -34, -2], [5, 16], [2, 34, 27], [-4, 22, -11], [-50, 25, 25], [25, 13, -18], [-47, 21, -43, -45], [13, 1, -1, 32], [-30, -12, 44, 50], [32, -7], [-13, -4, -35, 12, -49]]
Output:
| [
"[0, -3, 27, 5, 27, -11, 625, 325, -1909845, -13, 0, -7, -22295]"
] | task852-90aca00eea5c4e5389b151731eac3645 |
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, -31], [-22, -2, 49], [-34, 20, 26, 13]]
Output:
| [
"[93, 49, 13]"
] | task852-7b66f233d8dd44eea3deb0c9241994fa |
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, -22, -49, -19], [-29, 31, -1, 18, -35], [-27, 5, -31, -11, -30], [24, 9, -2, -20], [-42, 6, -6, 2], [-12, 35], [-24, -6], [-34, 49, 43, -49, 4]]
Output:
| [
"[931, -31465, -46035, 9, 0, 35, 0, -103243]"
] | task852-994ec6aa55f2466cbc179d3405a7adf3 |
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: [[34, -21, -9, 5], [-27, -4, -4, -12, 9], [30, 20, 28, -42], [-34, 33, 35, 29], [-20, -31, -22], [17, -19], [32, -35], [-49, -33, -18], [-20, -45, -39, -27]]
Output:
| [
"[945, -243, 0, 33495, -31, -323, -35, 1617, -47385]"
] | task852-f122163c7a5240e297e30a12fb99b4f2 |
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, 20, 15, -8], [-43, -7, 37, 23, -16], [42, 14, 41, 35], [-12, 30, 29, -49, -13], [-15, 38, 29], [-18, -38, 25, -29, 0], [25, -6, 30, -33, 5]]
Output:
| [
"[15, 256151, 1435, 18473, -435, -725, -4125]"
] | task852-0cde952ca6584167a6c4b01ae1d77321 |
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, -31, -35, 47], [32, -36, 9], [-10, 16], [-25, 41], [-15, 17, 3, -49, -45], [-44, 49], [-16, 3], [-4, -41, 50, -49], [30, 25, -33, -22], [8, 12, 45, 47], [-47, -48, 10], [41, 12], [-45, 16], [6, -18]]
Output:
| [
"[50995, 9, 0, -1025, -1686825, 49, 3, 2009, -825, 2115, -47, 41, -45, 0]"
] | task852-465d7f815ec94a7b9c0205e46f612f90 |
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, 50, 29], [-49, 16, -41], [13, 20, 45], [-20, 44]]
Output:
| [
"[-493, 2009, 585, 0]"
] | task852-dabd34d5dfc74a8cb20f92a67c1d8525 |
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: [[-12, 31, 17, 22, 12], [19, 37, -50], [-35, 29, 35, -14], [45, 49, 20, 16, -49]]
Output:
| [
"[527, 703, -35525, -108045]"
] | task852-f89ad51234084c5e8dd73a668a36c8f5 |
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: [[34, 17, 43], [21, -2, -46, -31], [-1, -28, 17, -26], [-18, 46, 25, 28, -20], [19, -16, 18], [44, -14], [16, 34, -25]]
Output:
| [
"[731, -651, -17, 25, 19, 0, -25]"
] | task852-ed249fa86953475eac11477271a674d2 |
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, 43], [14, 18], [-1, -30], [24, -15, -36, 36, -14], [-17, 20, -8, -26], [16, -38, -49, 9], [-48, 24, 3, 20, -31], [49, 8, -1, -17], [-14, 46, -20, 23, -33], [-28, 26], [42, 32], [7, 41, 25], [-41, -45, -10]]
Output:
| [
"[43, 0, -1, -15, -17, -441, -93, 833, -759, 0, 0, 7175, 1845]"
] | task852-c75dfc006cd0474d982f6fd2664089a9 |
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, -20], [31, -43, 5, 50, 34], [-2, -13, 27, -15, -42], [32, 30, 19], [-24, -39, 48], [-3, -24, 43, 1], [-6, 9, 40, 40], [33, 45, -2, -26, 25], [35, 38, -2, -41], [38, 47, -26, 8, -47], [-11, 46, -41, 48, 31]]
Output:
| [
"[0, -6665, 5265, 19, -39, -129, 9, 37125, -1435, -2209, 13981]"
] | task852-292cfd4a4fbd43cdb21b6a61a4bc0c26 |
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, -40, 19, -41], [24, 4, -10, 8, -18], [29, -33], [-12, -11, 47, 7], [-13, 21, -50, 10, -27]]
Output:
| [
"[-779, 0, -957, -3619, 7371]"
] | task852-27da0bb66d774502aae1812f9c28c01a |
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, 33, 45], [35, -2, 37, -50], [-12, -49, 10, -3, 28], [36, -20, -43, -26], [-36, 31, 45], [47, -15], [-36, 26], [-38, 27], [13, -48, -10, 36], [29, 22, 12], [-32, 10, -41, -10, 11], [-16, 6, -29, -36, 15], [20, 30, -28], [47, 25]]
Output:
| [
"[1485, 1295, 147, -43, 1395, -705, 0, 27, 13, 29, -451, -435, 0, 1175]"
] | task852-4fb7bee74f7a4960bfd3cd4191eb39e0 |
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, 22, -31], [-5, -20, 8, -2], [-29, 4, 25], [-26, 2], [-16, 11, 23, -7, 18], [14, 44], [-7, 16, -18, 28, 48], [-25, 7], [-8, -2, -42, -27, -21], [41, -29, 22, -39, 36], [1, -12, -37, 14, 21]]
Output:
| [
"[-1023, -5, -725, 0, -1771, 0, -7, -175, 567, 46371, -777]"
] | task852-559ff87b4b044466b112e1d67c2b1896 |
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, 14, -41, 37], [-2, -50, 41, -46, -27], [-27, 13, 34, 3, -23], [24, -13, -4, -7], [-3, 2, -43], [20, -46, 42], [40, -24, -34, 43], [43, -3, 20, 43], [-21, -34, -44]]
Output:
| [
"[-1517, -1107, 24219, 91, 129, 0, 43, -5547, -21]"
] | task852-c592ad651cac4941a9cfda77fa4b1994 |
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, 31], [30, 5, -25, 18], [16, 33, -33, -39], [7, -24, 11, 33], [13, 18, -39, -9, -27], [-43, 45], [-36, -27, -41, -24, -33], [49, -48, -6]]
Output:
| [
"[31, -125, 42471, 2541, -123201, -1935, -36531, 49]"
] | task852-fdbf9934070e457c86e4b04b0905e5ec |
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, 10], [18, 7], [-17, 29, -47, 19, -45], [-37, 40], [-43, 15, 6, -12, -9], [-29, 2], [42, 16], [-25, 6, -30, -31], [-29, 9, -5], [-9, 17, 43, -26, 2], [22, -14, 21, 38], [33, 9], [-5, -34, -47, 19], [-20, 27, 21, -35], [-44, -39, 20, 33, 41]]
Output:
| [
"[0, 7, -19811205, -37, 5805, -29, 0, 775, 1305, -6579, 21, 297, 4465, -19845, -52767]"
] | task852-67c24c3799fb40229046d3c54953ac2f |
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, -24, 20, -45], [-12, 2, -28, 10], [33, 14, -21, 15, 25], [36, -8], [-34, 24], [-34, -25, -20, 49], [47, 15, -20, 42]]
Output:
| [
"[-45, 0, -259875, 0, 0, -1225, 705]"
] | task852-9a2b62ad995b402cb86e57c0e511818a |
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, -11, 44, -10], [-41, 4, 24, -2], [-31, -27], [8, 18, 0]]
Output:
| [
"[-11, -41, 837, 0]"
] | task852-f4cfabea014444698b5efee9d983760c |
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, -36, 18, -42, 26], [17, 11, -1, -43, 0], [-2, 18, -42, 46, 25], [-31, -28, 28, 12, -17], [-14, 25, 34], [20, 27, -43, -50, -33], [-17, 37, -17, -39], [-6, 14, 27], [-34, -31, 46, 35], [-20, -15, 40], [-36, 26, -5, -22, -17], [11, -8, -9, -1, 35], [2, 2, -39]]
Output:
| [
"[47, 8041, 25, 527, 25, 38313, -417027, 27, -1085, -15, 85, 3465, -39]"
] | task852-7297e00d3d3d4252bf0152e02e793131 |
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, -21], [39, 1, 31, -40, -39], [-18, 7, -8, -38, -14], [50, -12, -34, 47, -27], [43, -48, 45, 21], [15, 38, -26, 16], [32, 38, 18], [-27, 26], [19, -47, -7], [-27, 31]]
Output:
| [
"[-63, -47151, 7, -1269, 40635, 15, 0, -27, 6251, -837]"
] | task852-4348de8baca14a1cad1b675efbad9b01 |
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, 16], [-38, 2], [-28, 28], [34, -4], [7, 14], [46, -16], [-26, -41, -50]]
Output:
| [
"[-49, 0, 0, 0, 7, 0, -41]"
] | task852-bccc2f5593c745e89c2d5aae66593b5f |
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, 47, 38, 36], [26, -27, -29], [24, -30, 27], [43, -7, 28], [45, 14, 43, -43], [38, 10, 15, 41]]
Output:
| [
"[47, 783, 27, -301, -83205, 615]"
] | task852-e5c7f9c2b8fa40ed828c6e5a63ad5662 |
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, 16, 24, 19], [34, -19, -20, -8, 36], [27, 23], [2, 17, -21], [-5, -30, 29], [-12, -19, -38, -5], [40, 31, -30, 23, -19], [43, 28, 3, 3], [-9, 32, -35, 19]]
Output:
| [
"[-36613, -19, 621, -357, -145, 95, -13547, 387, 5985]"
] | task852-8423165b64574440a3d1250966514e60 |
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, -1, -12], [13, -21], [-1, -42], [26, 45], [33, -36], [48, 6, 10, -12], [15, -39, -10], [-5, 41], [-7, 41, 24, 45, -31]]
Output:
| [
"[-49, -273, -1, 45, 33, 0, -585, -205, 400365]"
] | task852-6a8553d8b7f9412eaf31a793294b595e |
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: [[12, 4, -34, -41, -33], [13, 16], [-18, 50], [22, 36], [-23, 20], [-33, 8], [-14, -47, 19, 42], [1, 26], [-30, 21, -3, 1], [6, -30]]
Output:
| [
"[1353, 13, 0, 0, -23, -33, -893, 1, -63, 0]"
] | task852-6d6e307b871e46319e376a4e6d8fed7d |
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, 42, -15, 31, 31], [-2, -18, -46], [26, 18, 47, 22], [18, 18], [-29, -33, -1, 24], [-45, 36, 46, 15, -43], [14, 20], [43, -30, -4, 49, 21], [-46, 16, 50]]
Output:
| [
"[-562185, 0, 47, 0, -957, 29025, 0, 44247, 0]"
] | task852-f037d2abb81b4c20a453c93a29ac37ea |
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, -47, 0], [29, -35, 10], [-40, 3, -47, -4, -42], [-31, -24, -7], [-50, 31], [35, 26], [9, -13, -22, 50], [-26, -47, -13]]
Output:
| [
"[-2209, -1015, -141, 217, 31, 35, -117, 611]"
] | task852-b526e667a8c74c54abe5fb55cfe2e6c5 |
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: [[-34, 40, -9], [-34, -10], [38, 17, 40, -35, 40], [-1, -8, 27], [-16, -31], [38, 42], [-46, -6, -35, 28], [-29, -40, 49], [-40, -29, 50, 41], [-9, 5], [-50, -38, 2, 27, -49], [-5, -9], [-42, 40]]
Output:
| [
"[-9, 0, -595, -27, -31, 0, -35, -1421, -1189, -45, -1323, 45, 0]"
] | task852-b8308ac1edb9412096229022fa81fa4a |
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, 22, 44, -49, -5], [34, 18], [-16, 11, 42], [-23, 25, 15], [-45, 47], [42, 48]]
Output:
| [
"[-9555, 0, 11, -8625, -2115, 0]"
] | task852-6d71818fd513429f80a8fac910220357 |
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, 50, -42, -14], [12, 14, -46, 6, 33], [-28, 19, 9, 48, 46], [-6, 38, -12, -32, -19], [25, -31, 25, 27], [-10, 19, -30], [-37, -6, -6, 40, 24], [-49, 6, -39, -47], [-16, -40, -41], [-32, 37, -12, 30]]
Output:
| [
"[0, 33, 171, -19, -523125, 19, -37, -89817, -41, 37]"
] | task852-2ec1b28d4df94d50b50231967c5de807 |
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, -43, 33, -31, -7], [15, -50, -25, -3], [-19, 7, -24], [26, 7], [-42, -14, -7], [17, -6], [26, -49, 26, 25], [-16, -36, -21], [2, -37, 5, -49, -9], [24, -30, 33], [39, -23, 19, -50], [-47, 48, 11, 43], [25, 49, -26]]
Output:
| [
"[9545613, 1125, -133, 7, -7, 17, -1225, -21, -81585, 33, -17043, -22231, 1225]"
] | task852-96bd72cdf95a47988ee2f527061d3767 |
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, 25, -47, 16, 16], [24, -28, 39, -17, 1], [-39, 17, 44], [-26, -42, -44, 45], [-24, -11, 19], [20, -41, 42], [-19, -30, -14, -16], [-49, 3, 39, -40, -42], [9, 43, -48, 41], [3, -17, 35, 3], [-4, 6, -11], [42, -26, 5, -24], [-2, -14, -17, -35]]
Output:
| [
"[-8225, -663, -663, 45, -209, -41, -19, -5733, 15867, -5355, -11, 5, 595]"
] | task852-c7ea3d3e6987452685898ab916c47b36 |
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, 9, -34, 45, -37], [-47, 11, 1], [46, -29], [39, -49]]
Output:
| [
"[-14985, -517, -29, -1911]"
] | task852-2ca97a7f4c5542548d843cf2cc862dda |
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, 4, -14, 35], [-29, 44, 37, 48, 19], [22, -30, 46], [-40, 16, 49, -16, -41], [31, -7, -25, -26, 16], [11, 3], [-1, -4], [42, -22, 0, 10, 49], [-47, 2, 41, -14, -47]]
Output:
| [
"[35, -20387, 0, -2009, 5425, 33, -1, 49, 90569]"
] | task852-82b3406789bc46bba7949699e008ecb2 |
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, 34, 9], [-17, -13, -15, 14], [-42, 17, 31, -12, -21], [12, -28, 10, 7], [5, -37], [-42, -1], [1, -24], [-19, -9, 42, -27], [-40, -11, -5, 0], [-23, 35, 38, -29], [-31, 34, 2, -50], [23, -50, -50, 3, 15], [-37, 22, 29], [-34, -46, -21, 37, 41]]
Output:
| [
"[-27, -3315, -11067, 7, -185, -1, 1, -4617, 55, 23345, -31, 1035, -1073, -31857]"
] | task852-f83ff0b64d5d401bb3f4ce22b49825f6 |
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, -44, 13, -32, -47], [42, -12, -4, 36], [-17, 42], [45, 36, 41], [-31, 33], [-10, 2, 30, -42, 37], [14, -3, -45, -14], [-39, -21], [42, 50], [17, -5, 32, -5]]
Output:
| [
"[28717, 0, -17, 1845, -1023, 37, 135, 819, 0, 425]"
] | task852-8f74e7a8824840b794e3bf98a0e8d73d |
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, -24], [-44, -31, 45, -6, 20], [-40, -42], [3, -37], [16, -16, 33, -27, -41], [-38, -23, 28, -3, 31], [1, -14], [-16, -16, 34], [-33, -10, -40], [10, -28, 23]]
Output:
| [
"[17, -1395, 0, -111, 36531, 2139, 1, 0, -33, 23]"
] | task852-c78ff19572164df9bfb51731ce6ffac1 |
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, -31, -14, -36, -38], [13, 36], [-9, -6, 28], [47, 33, -13, -1, 33], [13, -15, -40], [-33, -40], [-30, -38], [37, -47, 17], [31, -14, 40, -35], [21, 20, -32], [19, 38], [27, 18, 2, -48], [2, 37, -7, -46], [18, -13, -16], [25, -23, 15, -21, -35]]
Output:
| [
"[-93, 13, -9, 665379, -195, -33, 0, -29563, -1085, 21, 19, 27, -259, -13, -6339375]"
] | task852-053be75a35c644f685b6e640c305ce77 |
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, 3, -4, 5, -28], [-38, 18, -24], [-22, 34], [-24, 49], [-44, -13, -50, 31]]
Output:
| [
"[735, 0, 0, 49, -403]"
] | task852-55b0999669d84725a02bbc838bde0494 |
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, 39, 7, -42], [41, 29], [-19, 48, -12, 8, 49], [17, -29, 29, -47], [-36, 16, -3, -50, 15], [36, 16, 41, 40], [36, -34, 5, -2, 23]]
Output:
| [
"[273, 1189, -931, 671959, -45, 41, 115]"
] | task852-2cbaf2d0e24a487a8edf55c5f3b04c4d |
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, -19], [30, -13, -15, -24], [-2, 1, 36], [-12, -21, 13, -14, 50], [5, -22, 34, -23, 22], [30, 49], [35, -29], [-6, -4], [-3, -42, -2, 3], [38, -34, 42, 19, 3], [-1, 31, 30, 21, 42], [36, 23, -27, 35]]
Output:
| [
"[-741, 195, 1, -273, -115, 49, -1015, 0, -9, 57, -651, -21735]"
] | task852-e83404846c834780bd7c525e6bfbde97 |
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, 0, -27], [-1, -15, 0, -2], [-1, 29, -14, 29], [-45, 14, 32, -7], [41, 25, 31, 19], [-19, 29, 49, -33], [12, 40, 36, 17], [5, 49, 29, 18, 39]]
Output:
| [
"[-27, 15, -841, 315, 603725, 890967, 17, 277095]"
] | task852-42dc9c32ce544379b9b1d28a95a124d3 |
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, -26], [-48, -40, 42], [20, 25, -1], [-7, -19, 20, -10], [14, -18, 48], [4, -18, -48, -33], [-21, 5], [-31, -16, -32, 26, -38], [25, -4, -46, 48], [-14, 37, 15, -39, -12], [28, -46, 14, 22], [4, -8, 28, 34]]
Output:
| [
"[0, 0, -25, 133, 0, -33, -105, -31, 25, -21645, 0, 0]"
] | task852-a5ddb09166c242a9b9eaf8d0e75d6997 |
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, 47, -46, 37], [-37, -4], [37, 16, 40], [-16, -22], [41, 27, 17, -27], [16, -23, 47, -8, 34], [9, -14, 26, -6, -29], [-29, -5, -18, 17], [-45, 43], [46, 8, -32, -38], [-21, 28]]
Output:
| [
"[67821, -37, 37, 0, -508113, -1081, -261, 2465, -1935, 0, -21]"
] | task852-a237c40f80104ae596a7896bacaac901 |
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: [[-10, -39, -11, 26, 43], [49, 3, 7], [-16, 26, -14, -38], [-34, -37, -29, -38, -27], [-42, -42, -37, 34], [-9, -12, -1, -40, -5], [15, -2, 2, 39], [4, 26, 9], [-7, -17, 25], [-17, 3, 18, 45]]
Output:
| [
"[18447, 1029, 0, -28971, -37, -45, 585, 9, 2975, -2295]"
] | task852-00c6b4853b4a4419a70ed6aac1835af3 |
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, 28, 16], [50, 43, -9, 50], [-34, -6], [-31, 12, -43], [24, 50], [34, -13, 13, 34], [-7, 27], [8, -20], [23, 10, 27], [-35, 36], [13, -6, 10], [-50, 50, -29], [38, 42, -23, -23], [-12, -14, -7]]
Output:
| [
"[0, -387, 0, 1333, 0, -169, -189, 0, 621, -35, 13, -29, 529, -7]"
] | task852-b8d8db9a6eb34cff8245db0ef853dc1a |
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, -3, 4, 37, -38], [-33, -11], [-9, -50], [-32, -41], [-5, 47], [-18, -15, 47]]
Output:
| [
"[2775, 363, -9, -41, -235, -705]"
] | task852-851379a7afa04059a5f67e96ef0f7841 |
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, 13, -37], [-19, -46, 23, -27], [36, 4, -17]]
Output:
| [
"[481, 11799, -17]"
] | task852-ec66a6793f1a4e13b00ef8caae1c7621 |
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, -27, 18, 28], [-23, 5], [41, 26, -4, 38, -24], [-9, -26, -44, -40], [-32, -14, 24, -31], [-9, -1], [-35, -14], [-10, -35, 12, 47, -35], [12, -6, -27], [-9, -32], [-10, -42, 11, 48]]
Output:
| [
"[-351, -115, 41, -9, -31, 9, -35, 57575, -27, -9, 11]"
] | task852-abf5770d6f6e441ea156515e67010e2f |
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, -48, -22], [-32, -21, -22], [-30, 3, -41], [49, -42, 38, 47], [-29, -20, 32, -43], [28, 13, 16], [8, 6], [37, 2, -44, -23, -24], [-30, -5, 4, 36], [-39, 0, 35, -28], [15, 10, -24], [-47, -28, -8, -47], [39, 31, 3, 6, -25], [-43, -11]]
Output:
| [
"[0, -21, -123, 2303, 1247, 13, 0, -851, -5, -1365, 15, 2209, -90675, 473]"
] | task852-a79a6d03cddb4abcac2920d3f6908307 |
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, -32, -26], [-7, -22, -32, -10, 43], [49, -40, -36, -20, 0], [-5, 50, -23], [-8, -24, 34, -37], [37, 31, -2, 38]]
Output:
| [
"[0, -301, 49, 115, -37, 1147]"
] | task852-f8edbaa4ba754199b740b3e430cf8fc5 |
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, 12, -29, -21, 43], [42, -10, 40], [-9, 12, 45], [-39, 14], [-4, -23, -24, 3, 21], [-47, -9], [18, -25], [48, 34], [-27, 33], [7, -17, 20], [44, 27, 28], [38, 32, -11, -39]]
Output:
| [
"[1126041, 0, -405, -39, -1449, 423, -25, 0, -891, -119, 27, 429]"
] | task852-19a4d66510df45c581f144e61cda2c8b |
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, -1, -31, -24, 22], [15, -16, -14, 27, 49], [10, -36, -27], [16, -30, -31]]
Output:
| [
"[31, 19845, -27, -31]"
] | task852-fee1c3ae4b404c70a2f2ed4ec663f91e |
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, 18, -7, -35], [38, -36, -19, 47], [5, -47, -35], [27, 46, 5, 22, 34], [40, -36, -17, -31, -35], [24, -31, 5], [-25, -16, 36], [-37, -27, 47, -9, 42], [19, -31, 44, 34], [24, -39]]
Output:
| [
"[-9555, -893, 8225, 135, -18445, -155, -25, -422577, -589, -39]"
] | task852-9776de879b43488399ff737791b7db82 |
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, -19, 13], [39, 1, 41, -34, -40], [-36, -32, 14, -29], [-22, -48, 41], [-11, 14, -30], [45, 35, 36, -6, 31], [-38, -40, -44, -18], [47, 0, -23, 35, 35]]
Output:
| [
"[-9139, 1599, -29, 41, -11, 48825, 0, -1324225]"
] | task852-de685db437a941f8ba90ac670080d149 |
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, -24, -43, -7], [-49, 14], [49, 44, -22, -38], [49, -19, -20, 49], [-5, 14, -7, -45, -24]]
Output:
| [
"[5719, -49, 49, -45619, -1575]"
] | task852-996ddbd625fe40889a749a9dbf0a032e |
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, 26, -13, -25], [-14, 7, 48, 48], [30, 33, 21, -36], [-49, -6, 43, 21], [-36, -45, 19, 26], [-18, -30, -16, 46], [-18, 15, 40, 11, 37], [-3, 40, 33, 44, 29], [41, 15]]
Output:
| [
"[-2275, 7, 693, -44247, -855, 0, 6105, -2871, 615]"
] | task852-296014dfe70f42f4afb1eb8b727c7422 |
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, 40, 30, 23, 45], [23, 47, 26, 8], [-3, -23, 9, 49], [-44, 47, 7], [17, -17, -23, 37], [16, -16], [2, -21, -43, -30], [-6, -47, 16], [-8, -2, 28, -14, -11], [-36, 4], [-39, -15, -45, -50], [5, -22]]
Output:
| [
"[38295, 1081, 30429, 329, 245939, 0, 903, -47, -11, 0, -26325, 5]"
] | task852-c7dd0bd33b0c4258a0b281128ef98a9d |
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, 30, 7, 2], [3, -45, -21, -40, 38], [-41, -41, -22], [42, 43, 44], [-18, -28, 48], [-4, 38, -12, 9, -13], [7, -46], [-34, 17, -29, -50], [10, -32, -18], [2, 31, 28, -33]]
Output:
| [
"[7, 2835, 1681, 43, 0, -117, 7, -493, 0, -1023]"
] | task852-02b5bf297414497fbb2def6a834d714f |
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, -23, -32, 8], [9, -30, -44, 40, -18], [-21, -17, -18], [-5, 45, -34, -50, -7], [-47, 18, 37, 32, -30], [-16, -35, 44, -45], [23, -35, 48], [13, -26, -35, 25], [39, 18, 47, 21, -25], [0, 25, 28, 25, -4], [49, -4, -21], [50, 45, 21], [19, 38]]
Output:
| [
"[-345, 9, 357, 1575, -1739, 1575, -805, -11375, -962325, 625, -1029, 945, 19]"
] | task852-e1aa3cd59c57416081f48c03e7ca5fc9 |
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, -3, 11], [-30, -14], [7, -46, 25, 44, -24], [38, 18, 29, -28], [-50, 50, -25, 43], [40, 17], [0, 8, 25, -8]]
Output:
| [
"[-33, 0, 175, 29, -1075, 17, 25]"
] | task852-6287f705c6924c179dd8486a6b0297bc |
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, -35, -5], [40, 13], [43, 39, -6]]
Output:
| [
"[-1925, 13, 1677]"
] | task852-9ef30c92f9b54a84a718e11e916ab94c |
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, 6, -46], [30, -25, -6], [20, 15, -3, 7], [-22, 29, 46, -38, -40]]
Output:
| [
"[5, -25, -315, 29]"
] | task852-2b9507fa529e4772bad8f358225b6beb |
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], [-36, 9, 40], [44, -5, 17, -41, -42], [39, 14, 1], [47, 47, 22, -34], [-32, 1]]
Output:
| [
"[49, 9, 3485, 39, 2209, 1]"
] | task852-7ec946e8d7f34ac89218b4c793f8e41e |
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, -26, -42, -27], [-16, -42, -8, -39, 41], [44, -11, 8, 48], [39, 41, 17], [34, -1, 46, 30], [-23, -44, -2, 29, 26], [13, 37, 28, -11, -19], [-11, -8], [35, 36, 2, 41], [5, 23, 24], [0, -15, 2, 29], [19, 41], [26, -40], [-3, -43, 48, -15]]
Output:
| [
"[405, -1599, -11, 27183, -1, -667, 100529, -11, 1435, 115, -435, 779, 0, -1935]"
] | task852-98537c3b0b774d46ac751490f64bdb05 |
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, -49, 1], [39, 23, -35, 32], [-11, 39, 41], [-28, 16, -49, 12, -14]]
Output:
| [
"[-49, -31395, -17589, -49]"
] | task852-0931d11176bb4960b81512cb738ae6e2 |
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: [[-45, -42, 41, -9, -11], [47, -32], [33, -7, 49], [8, 33, 12], [-28, -33, 32, 12, -35], [44, 13, -28, 22], [19, 3, -5, 6, 15], [-35, 29, 35, -23], [20, 2], [47, 2, -29, -13]]
Output:
| [
"[-182655, 47, -11319, 33, 1155, 13, -4275, 817075, 0, 17719]"
] | task852-a047374f088040bdb94fb8ca0efc13c8 |
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, 32, 4, -38], [0, 31, -42, 20, 11], [2, -13, -25], [-5, 28, -23, 8, 28], [-19, -47, 46], [-4, 24], [26, 10, 46], [8, -46, 23, -25], [-49, -23], [26, -24], [-45, -41, -1], [19, -12, -13, -10, 35], [-2, 36, 44, -37, -35], [-42, -12, 31, 50], [9, 21]]
Output:
| [
"[-7, 341, 325, 115, 893, 0, 0, -575, 1127, 0, -1845, -8645, 1295, 31, 189]"
] | task852-2866a97fd9834c328d2a52e13746e052 |
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: [[-23, -2, 14, 2, 40], [-41, 11, -11, -32], [-15, -30], [44, -41], [37, 35, 2, 18, -4], [-3, -18, 18], [-5, 19], [45, 15, -39, -38, 14], [18, -41], [-14, 5]]
Output:
| [
"[-23, 4961, -15, -41, 1295, -3, -95, -26325, -41, 5]"
] | task852-b2bd01eddcb946dea35e465ce1f35cc7 |
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, -33, -38], [-45, -9, 3, 24], [-2, -21, 39, 7, 16], [28, 5, 49, -48], [0, 35], [10, -41], [-13, -50, 50, 0, 9], [-39, -26, 24, -49, 35], [24, -30, -4, 9], [-28, 17, -39, 10, -13], [36, 31]]
Output:
| [
"[1287, 1215, -5733, 245, 35, -41, -117, 66885, 9, 8619, 31]"
] | task852-79d19ee3bd5d413d98aaa31df1c36f91 |
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: [[-45, -44, 33, -44], [30, 8], [27, 14, 13, 42, -48], [47, -34, 46, 1, -10], [17, 39, -16, -3, -27], [-10, 32], [-45, -20, 26, 39, -3], [2, -25, 19], [-44, -48, -9, -49, -34], [-29, -45, -34], [47, -28, -25, -39, -47], [-36, 16], [-35, -41], [48, -48]]
Output:
| [
"[-1485, 0, 351, 47, 53703, 0, 5265, -475, 441, 1305, -2153775, 0, 1435, 0]"
] | task852-d988e7c083944f91878c3f76666b81ba |