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: [[29, 4, -13, 23], [24, 20, -18], [-25, 38], [-7, -21, -46, -43, -31], [-47, 43], [-38, 21, 27, -9, 48], [2, -31, 19, 19, 18], [29, 34, -7], [-44, 16], [-7, -30, 1]]
Output:
| [
"[-8671, 0, -25, 195951, -2021, -5103, -11191, -203, 0, -7]"
] | task852-f23e8704df2c46f29b9957fda5bed381 |
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, -35], [-35, -11, 22, 12, -23], [-22, -42, 47, 39, 0], [39, -15, 14, 1], [-7, -27], [-46, 37], [-40, 8, 9], [10, 29, -41, -10]]
Output:
| [
"[-35, -8855, 1833, -585, 189, 37, 9, -1189]"
] | task852-265aec6dd99e48eab6a0b97cc47e7d85 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[42, -23, -46], [-14, -26, 6], [22, -42, -47, 41], [4, -3, 43], [21, 8], [11, 19, 43, -12, 49], [-6, -44, 18, 29, 41], [20, 2, 37, -32], [45, 34, 48, 31], [-39, 35, -11, -20, -44], [11, 34], [-3, -26, 1]]
Output:
| [
"[-23, 0, -1927, -129, 21, 440363, 1189, 37, 1395, 15015, 11, -3]"
] | task852-4af4fe1f9d664af4a992b928f2d630e1 |
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, 50], [-21, 7, -34, -45, -18], [-44, 32, 46, -27], [-24, 17], [28, 27, -40, 38, -7], [40, 44, -3, 50, 33], [-1, -3, -30, 9], [10, -1], [-13, 50, 37], [21, -25], [-1, 9, 39], [40, 7, -3], [-1, 9, -22, -25], [-31, -7, -25, -10]]
Output:
| [
"[0, 6615, -27, 17, -189, -99, 27, -1, -481, -525, -351, -21, 225, -5425]"
] | task852-c8d092213b224095911420a4feaef670 |
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, -50], [25, -50, 19, -4], [0, 29, -32, -38], [-6, 5, 23, -13], [-11, 27, -37, -49], [-12, 19, -24], [-44, -9, 29, 11, -35], [-18, -24, 8], [20, -16], [-24, -17, 29]]
Output:
| [
"[-13, 475, 29, -1495, -538461, 19, 100485, 0, 0, -493]"
] | task852-e38fe43adad54fbbb5eb93040d524d06 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-42, 37], [14, -31, 33, -12], [-24, 48, -7, 37, -20], [22, -1, 46], [7, 34, 50], [-5, 14, -47, 31, 47], [1, -30, -24, 23]]
Output:
| [
"[37, -1023, -259, -1, 7, 342395, 23]"
] | task852-db306f45b2214ba1a5b5545d15feb81e |
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, 6], [29, 5, -21, -39, -40], [8, -23, -6, 35, 11], [2, -3, -15, 6], [-13, 19, 34, 7, 11], [31, 23, -49, 34, -25], [31, -22], [7, -31, -41, -30], [48, 50, -34, 32], [-49, -41], [-33, -36, 3, 36, -23], [6, -13], [-23, -19, -8]]
Output:
| [
"[0, 118755, -8855, 45, -19019, 873425, 31, 8897, 0, 2009, 2277, -13, 437]"
] | task852-6aa6c940ad3542eb876b8c05167bdd88 |
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, -1, -3, -9, -32], [31, -49, -45, 11], [-36, -49], [9, 30], [41, 13], [-4, 14, -48, -24, 4], [44, 35, -17], [-48, 32, -35, -29], [1, 41, 21, 31], [26, 50]]
Output:
| [
"[675, 751905, -49, 9, 533, 0, -595, 1015, 26691, 0]"
] | task852-2adb0f1a785848cab7365aff7ec4a5dd |
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, 16], [37, -7, 19, 38], [-20, 15, 46, -42, 41], [47, -31], [-22, -33, 46, 50, -44], [36, -16, 45, -48], [-21, 36, -43, -35], [37, 1], [-6, 4, 19, 21], [-21, 50, -43, -37], [46, -39, -26, 31, 3], [21, -1, 3, 50], [-49, 40]]
Output:
| [
"[0, -4921, 615, -1457, -33, 45, -31605, 37, 399, -33411, -3627, -63, -49]"
] | task852-0d87f15e208543558b3fc5c439f9f212 |
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, 10, 8, -39], [-18, -10, 35, -23], [-21, -9], [-1, 16], [22, 10], [-20, -9, 42, 32, -2], [48, 47, -13, -20, 18], [-22, 43], [8, -37, -34, 35], [-42, -9]]
Output:
| [
"[-39, -805, 189, -1, 0, -9, -611, 43, -1295, -9]"
] | task852-34ab50a1933f49cfbd3ef30d0768cc12 |
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, 24, -36], [-15, -6], [8, 13, 14, 22, 38], [-9, 3, 22, -45, -30], [38, -22, -27, 6, -23], [-6, -5, -27, 6], [39, -35, 38, 23], [-46, -39, -34, -25, 0], [30, -16, -18, -17, -17], [39, -4, -20, -13], [-44, 44, 46], [-45, -3, -4], [-45, -9, 2], [-30, -9, -22, -36], [-29, -13, 0]]
Output:
| [
"[25, -15, 13, 1215, 621, 135, -31395, 975, 289, -507, 0, 135, 405, -9, 377]"
] | task852-67c8b6c0446d4b99ab3fdfef43f7bc86 |
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, 33], [0, -34, 12, -38], [47, 38, -11, -17, 18], [24, 4], [-17, 29], [-1, 43, 30], [44, -16, 41, -20], [-47, 15, -44, -23], [18, -2, 24, -21], [-31, 36, -10], [31, -46], [-5, 49, 12, 33], [-3, -20], [-44, -14, -28, 27, -35]]
Output:
| [
"[33, 0, 8789, 0, -493, -43, 41, 16215, -21, -31, 31, -8085, -3, -945]"
] | task852-aeda8ba8db664983846eac82bd573346 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-27, 17, 16, 29], [19, 3, -43], [24, 49]]
Output:
| [
"[-13311, -2451, 49]"
] | task852-8680866859bb4c308e98a53261363def |
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, 1, 12, 22], [20, -1, -30], [44, 0, -27, -44, 38], [-17, -46], [20, 31], [46, -35, -12, -2, 19], [-33, 38, 14, -19], [26, -21, 34], [10, 4, 24, 41, 46], [31, 34, -6], [-47, -18, 35]]
Output:
| [
"[1, -1, -27, -17, 31, -665, 627, -21, 41, 31, -1645]"
] | task852-79595791a358462886e0d414067a2367 |
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, -7, -49, 2, -26], [9, -35, 27, -16, 24], [-44, 7, -14, -43], [-23, -25, 5, 47], [35, -34, 1, -13], [32, 45, 22, -13], [8, 36, -21, -25], [-27, -39, 38, -44], [33, -31, -20], [27, -28, 42, -16, -31], [-33, -37], [21, 17, 31, -34], [-42, -16], [7, -49, -35]]
Output:
| [
"[-2401, -8505, -301, 135125, -455, -585, 525, 1053, -1023, -837, 1221, 11067, 0, 12005]"
] | task852-c5e467794ff941869037218a584933ca |
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, -40], [5, -50, -24, -21], [22, 48, -41, 33]]
Output:
| [
"[0, -105, -1353]"
] | task852-894a4029289148c2a529cd818f47eaa9 |
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, 26], [-46, 41, -49, -10], [-39, 35], [17, 23, 1, -17, -19], [-36, -23, -13, 22, -44], [-41, -46, -36]]
Output:
| [
"[45, -2009, -1365, 126293, 299, -41]"
] | task852-73f1a83a1b7844b8a65abed0e2583439 |
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, 4, -5, 26], [-42, -40], [17, -6, 2], [-29, 13], [-43, 15], [46, 30, -30], [21, 10, -4, 18, -14], [6, -39, 1, 8], [-13, -4], [36, -4]]
Output:
| [
"[-5, 0, 17, -377, -645, 0, 21, -39, -13, 0]"
] | task852-27d552f217dc4450bacb0ffb1cd94e1d |
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, 17, 46, 36, -27], [-6, 20], [26, 36], [3, 22], [-34, 28, 48], [48, 48, 14, 29, -39], [-48, 8, -38, -6, 32], [-50, -24, -21, 40]]
Output:
| [
"[11475, 0, 0, 3, 0, -1131, 0, -21]"
] | task852-403f8702750b4abb86816bf6d99e0576 |
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, 11, -33], [20, -15, 40], [-31, -43, 14], [-48, -24, 8, -46, 48], [46, 46, -11]]
Output:
| [
"[-8349, -15, 1333, 0, -11]"
] | task852-550516bd03fb40c097aec4187af4efec |
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, -18, 0], [9, 27], [-14, 46, 36, 24], [-39, -48, -40], [1, 31, -40, -49], [-2, 36, -23, 30], [-20, -3], [15, 41, 34]]
Output:
| [
"[-11, 243, 0, -39, -1519, -23, -3, 615]"
] | task852-f7068f23c6874884bf4e1bec67294f5f |
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, -45, 16], [-33, 17, -16, -37, 46], [46, -25, -20, 0, 5], [-18, -40], [-17, -34, -31, 41], [-2, 38, 27, -2], [-20, -38], [-19, -27, 12, 16, 41], [21, -36], [-11, -25]]
Output:
| [
"[-45, 20757, -125, 0, 21607, 27, 0, 21033, 21, 275]"
] | task852-2c147dc355804f30841494243aea4943 |
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, -28, -1, 4], [-32, -25, -48, -6, 24], [-5, 2, 23], [21, -34, -49, -8]]
Output:
| [
"[31, -25, -115, -1029]"
] | task852-b979ae1096b04149966699be51ce232e |
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, 24, 14], [-47, 24, 3, 18], [13, 10, -6, 16, -10], [-16, 48, -7, -10], [-18, -38, -39, 31, 38]]
Output:
| [
"[0, -141, 13, -7, -1209]"
] | task852-8bff321c7e6142ad804ff8c824431e23 |
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, -17], [-34, -6], [-36, -22, 43, -2], [-27, -10, -26], [35, -31, 49, 29, 15]]
Output:
| [
"[-17, 0, 43, -27, -23126775]"
] | task852-f6b540b5298f4e53ba9eaf5b34dc38fe |
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, 22, 31, -24, 3], [-26, 19, -17], [-18, -3, -40, 50], [39, -39, -45, -2, -3], [45, 6, -46, -42], [-16, -23], [47, -12, -42, 15], [-24, 41], [-42, -5], [-13, -3], [38, 33], [-39, -33, -43, 20, -32], [-41, -37], [45, -34], [-14, -21, 35, -21]]
Output:
| [
"[-1953, -323, -3, -205335, 45, -23, 705, 41, -5, 39, 33, -55341, 1517, 45, 15435]"
] | task852-ed806bea30504844aaa272f56fec1615 |
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, -28], [-13, -47], [-35, 29, -40], [-23, -47, -1], [13, -32], [-8, 12, -41, 10, 27]]
Output:
| [
"[0, 611, -1015, -1081, 13, -1107]"
] | task852-1147233388a841e1bef1ea630f7fa02d |
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, 49, -3], [-47, 41, -8, 35, -19], [20, 31], [-14, -29, -12, 8, 7], [-30, 0, -48, 21]]
Output:
| [
"[2499, 1281455, 31, -203, 21]"
] | task852-1d6e719b94cd4733a3c5f27d3ebe3b7e |
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, 7, 17, 1], [-48, 32, -43], [-45, 16, 20], [42, -7, -3, -28], [-27, 32], [-34, 12], [-10, -50, 18], [-27, -19], [-7, -12], [-20, 39], [40, 30], [38, 25, -30], [-6, -40, 39], [12, -1, 16], [-43, 14, 17]]
Output:
| [
"[-2737, -43, -45, 21, -27, 0, 0, 513, -7, 39, 0, 25, 39, -1, -731]"
] | task852-56df718184c1490b87ef528aaa841052 |
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, 43, -4, 48, -44], [32, 19, -38, 38, -34], [26, 15, 29, 1], [-26, 18, 25], [-40, -13, -42, 46, 50]]
Output:
| [
"[-129, 19, 435, 25, -13]"
] | task852-08ad28630f014c99a56091685d57a25f |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[-42, 17], [-2, -20, -8], [49, 34, 1, 37, 36]]
Output:
| [
"[17, 0, 1813]"
] | task852-a05328b3523c4975a1957d098440c22f |
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, -5], [-37, 11], [32, 36], [-33, -50, 34], [-4, 26, 26, 20, -46]]
Output:
| [
"[-5, -407, 0, -33, 0]"
] | task852-16bedd0b65224f5281273f9aca1debc9 |
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, -12, 42, 48], [-46, 5, -8, -47], [25, 29, -13, -24, -6], [10, 29, 39, -49], [10, -16, 40, 26], [-12, 13, -21, -35, -38], [43, -8, 21, 19], [27, 18], [44, 50, 30, -32], [-45, 33, 16, 22, -41], [49, 45, 22], [17, 20, -40], [42, -42, 50]]
Output:
| [
"[0, -235, -9425, -55419, 0, 9555, 17157, 27, 0, 60885, 2205, 17, 0]"
] | task852-2f3691f396d841f1ae3599ef57c0c843 |
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, -26, -8], [-14, 41], [-38, -15, -40, -23, -9], [-31, -13]]
Output:
| [
"[0, 41, -3105, 403]"
] | task852-41a88755b6a3451ea3a3a314b95f26e3 |
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, -32, 7, -17], [11, -46, -43, 10, -2], [-33, -28, 42, 33, -21], [8, -46, -37], [50, 26, 50, 47]]
Output:
| [
"[-5355, -473, 22869, -37, 47]"
] | task852-ee2c398d17764fe7ae65601faaf71691 |
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, -50], [-39, 2, 7, 37], [-32, 37, 7, -12, -25], [-33, -48], [49, -29, 42, 12, -42], [-35, 44, -27], [49, -20, -4, -41], [4, -44, 3, -35], [25, -8, 7, -44, 36], [46, 15], [-38, 27, 5], [12, -34, 38], [3, 12, -7], [-12, 39]]
Output:
| [
"[0, -10101, -6475, -33, -1421, 945, -2009, -105, 175, 15, 135, 0, -21, 39]"
] | task852-90b0292cbea343999ee575fdc3a38153 |
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, -43, -23], [-49, 35], [13, -1], [-27, -32, 34], [-20, 43, 8, 9], [3, 48, -35, 42, 29], [-34, 44, 2], [46, -38, -11, 11, -13]]
Output:
| [
"[989, -1715, -13, -27, 387, -3045, 0, 1573]"
] | task852-2ee034a1b68349f38a71fc36883af90a |
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, 5], [18, -46], [-28, -46, -48, 1, 4], [-23, 39, -50, 49], [-26, -27, -24, -26], [22, 44, 40], [-33, -43, -48]]
Output:
| [
"[165, 0, 1, -43953, -27, 0, 1419]"
] | task852-91e4bc8c6f2941628ee181d073ee6489 |
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: [[44, 15, -38, -16, 19], [39, -11], [41, -41, -18, 41], [-5, -27], [15, 35], [31, -6], [-23, 3], [18, 10, -28, -45], [-46, 50, -18, 50], [-34, -47, -28, 5], [19, -16, -11, 40, 5], [-42, 7, -2, 0], [39, 47, -6, 32, 4], [15, 14, -45], [-38, -5, 4, 9, 2]]
Output:
| [
"[285, -429, -68921, 135, 525, 31, -69, -45, 0, -235, -1045, 7, 1833, -675, -45]"
] | task852-d1d5108942c04fb6b5c8233cd6bb1b41 |
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, 21, 34, -8], [-13, -18, -33, -38, -9], [27, 8, 1, 28, 11], [-40, 14], [45, -3], [4, 41, 49, 37], [-38, -19], [8, -26, 12, 39, -40], [-49, 20, 42, 43, -30], [24, 6, 29, 13, 10], [1, 13, -33], [21, -34, -12, 14], [14, 42, -45, 17], [-40, -23]]
Output:
| [
"[21, -3861, 297, 0, -135, 74333, -19, 39, -2107, 377, -429, 21, -765, -23]"
] | task852-b083b8be114a418c9a6b0203ee34124a |
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, -30, 50], [22, -46, -19], [37, 50, -18, 31], [37, 14, -21, 44, -9], [30, 41]]
Output:
| [
"[23, -19, 1147, 6993, 41]"
] | task852-b7a9852d5613423eb5cebe054d78ea98 |
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, -43, -33], [-13, 16, -33], [-16, 32, 37], [19, -9, 16, -48], [47, -36, 38], [43, -26, 45], [-8, -32], [40, -38, -23, -26], [-16, 43, -50, 4]]
Output:
| [
"[1419, 429, 37, -171, 47, 1935, 0, -23, 43]"
] | task852-2c3e0a907d20417ca2185f61a51c627d |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[30, 50, 37, 9], [40, 39, 9], [46, -16, 47]]
Output:
| [
"[333, 351, 47]"
] | task852-c91991923f9045e8bedec0d70ad53950 |
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, -20, -26, -8, -15], [44, -22, 35], [27, -30, -7], [50, -39, -35, 30, 3], [-48, 41, -2, 7, -31], [-32, 7, 50, 7], [-9, 45, -37, 8], [-16, -41, -1, 48, 50], [44, 11, -33, -15], [1, -2, 50, -2], [-31, 31, 41, -17, 38], [27, 15], [47, 24], [-50, -50, 7, 35], [14, 50, 23, 28, -32]]
Output:
| [
"[165, 35, -189, 4095, -8897, 49, 14985, 41, 5445, 1, 669817, 405, 47, 245, 23]"
] | task852-0f0bc13342604378a0dc545d5d965a22 |
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, -35, -24], [37, -4], [18, -36, -40, -15], [30, 14, 41, -27, -2], [49, 13, 30, -45], [14, 17, 45, -18, -46], [-46, 44, 18, 30, -19], [50, 6, 3, 11, -31], [2, 31, 28, 19, 42], [-9, 13, 35, -47, -33], [28, 19], [-47, 6, 13, -50]]
Output:
| [
"[-35, 37, -15, -1107, -28665, 765, -19, -1023, 589, -6351345, 19, -611]"
] | task852-6395675dba214eb498076684ecb62040 |
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, 36, -18, -5], [48, -38, 1, -37], [-9, 26, 22, -4], [9, -38, -13, -5], [-30, -38, 50, 43], [28, -47, 42, 7, -24], [17, 21, -14, -7, -34]]
Output:
| [
"[245, -37, -9, 585, 43, -329, -2499]"
] | task852-bbf4e45c232f4677bbb3a09e1c0ca0fe |
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, 1], [-41, -3], [0, 12], [-42, 38, -47], [-34, 33], [-37, 46, 0, 6, 1], [-9, -35, -32], [35, -18, 32, -8, -36], [-33, 6], [-45, 9, -45], [-45, -6], [-26, 10, 21, 13, -33], [25, -48]]
Output:
| [
"[37, 123, 0, -47, 33, -37, 315, 35, -33, 18225, -45, -9009, 25]"
] | task852-30cda13629a0402ea6ff88f407986e0c |
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, 16, 6, -39, 34], [23, -24], [-47, 33, 4]]
Output:
| [
"[1833, 23, -1551]"
] | task852-50188d7b82c74cbf89cd2e3555385ed8 |
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, 49, -47, 5, 45], [-1, 28, -34, 42, -29], [22, 15, 42, -7], [-45, 33], [3, 29, 8, -36, 24], [28, 45, -17, -41, -2], [8, 5, 10, -11], [-14, -48, -5], [-15, -17, -1], [47, -19, -11, 31, -28], [-12, -38, -46, 42]]
Output:
| [
"[-19172475, 29, -105, -1485, 87, 31365, -55, -5, -255, 304513, 0]"
] | task852-dc07b08675e4454aa6792838f33082f9 |
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, -13, 30], [-28, 46], [-20, 23, 32, -5]]
Output:
| [
"[-13, 0, -115]"
] | task852-76c50d49b44f4345add8773e5e37c99b |
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: [[29, -26, -34, -11, 22], [-44, -32, 45, 26], [-37, 1, 43, 50, -27], [-42, -49], [-19, -3, 10, 9, 5], [25, -14, -15, -4], [-25, 49, -26], [-24, 19, -48, -32], [6, -19, -14], [-46, 50, 22], [15, -9, -5], [10, 27]]
Output:
| [
"[-319, 45, 42957, -49, 2565, -375, -1225, 19, -19, 0, 675, 27]"
] | task852-b830263a4eda4b0d9b52a67baaf08b3f |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[42, -40], [19, 12, 41, -28, -39], [13, -44, 50], [37, 11, 12], [-26, 14, 20, -22], [-35, -9, -19], [22, 10, 41, 13], [45, -10, 16, -1, 17], [32, -29, -8, -43, -49], [-37, 24, -34, 22, -47], [36, -26], [14, -45], [44, -4, 50, -21], [7, -31, 11, -26], [-20, -24]]
Output:
| [
"[0, -30381, 13, 407, 0, -5985, 533, -765, -61103, 1739, 0, -45, -21, -2387, 0]"
] | task852-6237cc5d62a5467fb30b63a347fe5a36 |
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, -14], [-11, 26, -23], [44, 23], [-35, -39, 17, -14], [-17, -21], [-17, -14], [26, -26]]
Output:
| [
"[0, 253, 23, 23205, 357, -17, 0]"
] | task852-7844bfb0d6e046f18f435f57269f7bd3 |
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, 15], [27, 49, -30, 46, 27], [19, -49, 3, -39, 42], [11, -9, -30, -50, 29], [-1, 11, 22, 49], [48, -48, 5], [7, 21]]
Output:
| [
"[-735, 35721, 108927, -2871, -539, 5, 147]"
] | task852-386770da9698482f9288d702b541244a |
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, 32], [47, -1, 32, -8], [44, 11, 27, 21, 21], [-48, -23, -26], [-25, -32, -46], [-36, -40, -26, -17, -36]]
Output:
| [
"[-5, -47, 130977, -23, -25, -17]"
] | task852-c3459b395e7c46fb9b32f70ad78fa8a6 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[27, 32], [12, 39, 17, -38, -24], [44, -16, 26, -44, -5], [-20, -8, 14, 32, 38], [-2, 9, -30, 31], [-17, -9], [-19, -24], [-26, -16, -27], [-22, 40, 45], [29, 9, 41], [-9, 38, 7], [-4, 30, 7, 7, -24], [23, 44, 33, -47]]
Output:
| [
"[27, 663, -5, 0, 279, 153, -19, -27, 45, 10701, -63, 49, -35673]"
] | task852-6b59ab82f3db41ddac6490e552aaf2a0 |
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, 50, 48, 26], [2, 27], [-26, 31], [-2, -21, 40, -13], [-50, -22, 17, 26, -18], [-13, 47], [-41, 37, -32, -24, 25], [28, 4, -20, -20]]
Output:
| [
"[37, 27, 31, 273, 17, -611, -37925, 0]"
] | task852-4ba71583e59f4c99b3bf09940bbcd28c |
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, -15, -28, -25], [15, 41, -6, 20, -26], [-15, -3, 9, 35], [3, -30, -19, -4, -49], [-44, 10, -13, 48], [15, -12], [-8, -28, -12, 48, 13], [40, 46], [20, -34, 12, 5, 24], [4, -46], [39, -5], [-50, -4, -25, -18], [31, 1]]
Output:
| [
"[1125, 615, 14175, 2793, -13, 15, 13, 0, 5, 0, -195, -25, 31]"
] | task852-4d072f04deb54ffcbb83b567781f33fa |
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, -50], [-41, -25, -12, -24, -32], [1, 49], [-23, 23], [-24, -16, -1], [-1, -16], [11, -1], [-50, 33], [3, 38, -28, -2], [-9, -8, 26, -31, -17]]
Output:
| [
"[0, 1025, 49, -529, -1, -1, -11, 33, 3, -4743]"
] | task852-05294ce60aec440eac0eee0e104b594e |
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, 40, -26, -18, 32], [-7, 8], [-35, 5, -10, -21], [9, -47], [31, 44, -43], [42, 12], [-29, -38, 41], [38, -18, -5, -3, -26], [-20, -26, -26, -17], [-2, -14], [-16, -19, -22], [-21, 25, 39], [28, -34, 9, -42], [-26, -50, -21, -16, -21], [-22, 4, 17, 7]]
Output:
| [
"[49, -7, 3675, -423, -1333, 0, -1189, 15, -17, 0, -19, -20475, 9, 441, 119]"
] | task852-761152391472489cbd69e694b0561b05 |
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, -16], [31, 12], [19, 38, -38, -40], [-31, 46, -14], [-1, -28], [-34, 39, -33, -33], [39, -1, 42, 30], [9, 46, 11, -35, -5], [-6, -31, -32, 40, 39], [31, -11]]
Output:
| [
"[-45, 31, 19, -31, -1, 42471, -39, 17325, -1209, -341]"
] | task852-70a206446ab04b899009dc37530d445d |
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, -18, -19, -25, 43], [-48, 22], [6, 47], [4, 0, -16, 31, -13], [47, -28, 24], [7, 34, -49, -19, 34], [-39, 31], [26, -26, -6]]
Output:
| [
"[469775, 0, 47, -403, 47, 6517, -1209, 0]"
] | task852-95ea0cfc251f4274bfd070afb0796a92 |
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, 28], [0, -11, 44, 27], [33, 7, 37], [-4, 48], [35, -48, -16, 48], [-25, -10, 40, -6, -23], [36, 30], [-5, -46, 2], [23, 50, 41, -41], [34, -40, -44, -2], [-15, 6, 28], [-32, 2, -33, -37]]
Output:
| [
"[-49, -297, 8547, 0, 35, 575, 0, -5, -38663, 0, -15, 1221]"
] | task852-d331a4966b8b4da0aa44e3162bc03620 |
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, 31, -13, 36, -49], [-30, -29, 50, 28], [34, -5, -34, 10], [-30, -30], [-1, -22, -13, -27], [-37, 15], [-29, -39, 43], [-18, 5, 9, 35], [36, 10, 16, 13], [-32, -7, -18, -41, 34], [-36, 48, 40, -25, 44], [9, 34, -9]]
Output:
| [
"[19747, -29, -5, 0, -351, -555, 48633, 1575, 13, 287, -25, -81]"
] | task852-8a7f0060f0e6491d852915f5dc3f639b |
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, 23, 38, -15], [-28, 37, 46], [0, -40], [9, -39], [35, 32], [7, -41, 27, 30]]
Output:
| [
"[-11385, 37, 0, -351, 35, -7749]"
] | task852-22f4aadef56146d0afa7660beb3ee571 |
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, -23, 13, 45], [23, 0, -39, 23, 21], [-4, 18, 46, -8], [26, 35], [0, -37], [-25, 43, 43, -49, 38], [14, 12, -1, 38], [-5, 30], [-36, -44, -24, -2, 20]]
Output:
| [
"[417105, -433251, 0, 35, -37, 2265025, -1, -5, 0]"
] | task852-912e0fbf573b4aaf9143d09a0cb707d6 |
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, 8, 29, -28], [45, -6, -32, -13, 18], [49, 42, 7], [-12, 34, -34, -6, -7], [-19, 43, -17, -46, -37], [38, -47, 17, -12], [-44, -30], [17, 17, 19], [-29, 15], [-5, -38], [-26, -20], [-50, -14, 33, -5, 40], [-45, -42, -42, 13], [-36, -41, 33]]
Output:
| [
"[29, -585, 343, -7, -513893, -799, 0, 5491, -435, -5, 0, -165, -585, -1353]"
] | task852-362d6afc8b3b47c89f9d744de9fe58d9 |
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, 34, -22, 47, 28], [8, 3, -35, 14], [48, 47], [-46, 25, 25, 20, 40], [-43, -13, 20], [-3, 13, 31], [30, -41, 21, -8, -21], [21, -8, -37], [34, 2, 23], [-25, 12, -41], [42, -24], [33, -18]]
Output:
| [
"[-2021, -105, 47, 625, 559, -1209, 18081, -777, 23, 1025, 0, 33]"
] | task852-720d09f0817240058cbec6b53a7016ad |
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, -9, 23, 1], [13, 33, -2, -16], [-12, 49], [-44, 34, 20], [1, -7, -35, 42], [-7, -19, -46, -5, -29], [-42, -10, 25, -15, -32], [12, -9, 37, -15], [-35, 14, -43, 29]]
Output:
| [
"[-207, 429, 49, 0, 245, 19285, -375, 4995, 43645]"
] | task852-1dfa3a1673594529854b7ec547ddb129 |
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, -15], [45, -13], [-48, -1, 31], [-45, -27, -3, -39, -12]]
Output:
| [
"[-15, -585, -31, 142155]"
] | task852-612e78f9d99c42b19bdb3f7ae863074d |
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, 24, -46, -17], [47, 34, -15], [-35, 29, 39, -34, 42], [-17, -3, -43, -49, -48], [-37, -18], [-40, 9, 34, -28, 33], [-19, -17, 47, -49], [13, 47, -48, 23], [27, 39], [-36, -41, 30, -48, 6]]
Output:
| [
"[-17, -705, -39585, 107457, -37, 297, -743869, 14053, 1053, -41]"
] | task852-97d9cc6a58e0423d8c7c383030c62ff6 |
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, -36], [-38, 2, -11, 10], [-42, 0, -31], [8, 24], [-40, -32, -49, -46, 49], [-40, 43, -24, -17, 21], [9, -47], [-41, -26, 2], [25, -47, 50], [2, 43, 10, -26]]
Output:
| [
"[1, -11, -31, 0, -2401, -15351, -423, -41, -1175, 43]"
] | task852-c23e9cad86c04340b305742dcf08738c |
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, 10, 21, -44], [-34, 37, -27, -48, -34], [22, -50, 36], [-16, -14, 26, -32], [-14, 44, 50, 27, -20], [45, -38, -30, 25], [-11, 44], [-24, -47], [-50, -7, 7, -47, 14], [43, 21, 36, 6], [-3, 24, 50, -5]]
Output:
| [
"[-987, -999, 0, 0, 27, 1125, -11, -47, 2303, 903, 15]"
] | task852-1b8bac73b4c340f080da5dfb31b2f74e |
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, 47, 37, 48, -34], [47, 27, 9, 23], [48, -13, -29, -1, -10], [3, -27]]
Output:
| [
"[1739, 262683, -377, -81]"
] | task852-9547812e11b946f592721faafb87cae9 |
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, -32, -42], [-7, -10, 20, 7, -44], [-42, 14, 9, 47], [-33, -30, -2, 20], [-39, -2, 49], [23, 33, -40, 7]]
Output:
| [
"[-1, -49, 423, -33, -1911, 5313]"
] | task852-f4dc0b1850584e068320bbef9c3ee514 |
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, -6, -28, -6, -28], [24, -42, 48, -43], [38, -28, -6], [-42, -46, -24], [-21, 31], [44, 11, 31, -36], [2, 31, 42], [31, 11, -3], [-16, 18, 45], [10, -6]]
Output:
| [
"[43, -43, 0, 0, -651, 341, 31, -1023, 45, 0]"
] | task852-97c750b1239a43daa13c219c84daadbf |
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, 48], [6, -17, 6, -1, 4], [18, 7, 17, -20], [6, -41], [17, 21, 42, -26, 34], [14, 14, 3, 5, -39], [1, 32]]
Output:
| [
"[0, 17, 119, -41, 357, -585, 1]"
] | task852-40787a7a09424263b20520c2931db0ed |
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, -15, 44], [-27, -40, 44], [-19, -3], [-32, 17, 23], [-14, 28], [-23, 35, -16, 38], [-46, 43, 29, -40, -14], [-49, -2, 39, 4], [26, 36, 40, -13], [11, 0]]
Output:
| [
"[-15, -27, 57, 391, 0, -805, 1247, -1911, -13, 11]"
] | task852-c68bd32144534532ad2d9f11a6355446 |
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, 11, -41, -34], [5, -9, 21, -43], [-29, -49, 42, 19], [23, 39, -19, 45, 40], [46, 7, -38, 4], [-15, -19], [11, -5, -9, 26, 11], [-38, 39], [-6, -24, 44], [43, -3, 37, 36], [43, 2, -44, -4], [8, -11, -28], [36, 9, 3, 41], [-29, 8, 49, 11]]
Output:
| [
"[-9471, 40635, 26999, -766935, 7, 285, 5445, 39, 0, -4773, 43, -11, 1107, -15631]"
] | task852-b19ad1ee3f984410918f6ccef6c63803 |
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, -39], [14, -45], [-38, 17]]
Output:
| [
"[1755, -45, 17]"
] | task852-1cd02a4e668d4bfda1f04073d3e42ef7 |
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, -35, -4, 31], [34, -3, -15, -39, 2], [22, -35, -34], [48, 7, -12, 17, 32], [-25, 15, -3, -22, -29]]
Output:
| [
"[42315, -1755, -35, 119, -32625]"
] | task852-8bbfd23ec25e476fb268a3fd161069ba |
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, 10], [-20, 45, 38, 46], [9, 31, -41], [42, 28], [-35, -8, 12, -37, 50], [-13, 8, 23], [-31, -32, -38, 43, 13], [13, -33, -27, 8], [-20, -8], [1, 21, -47, -46], [-19, 42, -10, 48], [-2, 29, 17, 34, 0], [-48, -7, -3, -25, 36], [22, 4, 18, -27, 12]]
Output:
| [
"[0, 45, -11439, 0, 1295, -299, -17329, 11583, 0, -987, -19, 493, -525, -27]"
] | task852-0d75608c173f4983b510b1fff32161e2 |
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, -40], [11, -25, 40, -38, -8], [36, -24, 6, 2, 1]]
Output:
| [
"[0, -275, 1]"
] | task852-10453acaf25e43718dd662deeb304682 |
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, -49], [26, 41, -14, -34, 31], [40, 2, 42]]
Output:
| [
"[-49, 1271, 0]"
] | task852-0f016fe0088b4368b8d07300a14dd140 |
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, 7, -39, 39, 19], [8, 45, 13, 13], [-2, -4, 6, -12, 22], [19, -1, -1, -11], [-45, 21, -34], [49, 26, -24, 4], [41, -10, 45, 48, 18], [-13, -12], [-40, -3, -27], [32, 28], [-27, 45, -5, -44]]
Output:
| [
"[-202293, 7605, 0, -209, -945, 49, 1845, -13, 81, 0, 6075]"
] | task852-4fc4d37ef9654b5893a8fcfafa5bc46c |
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, -5, 25], [-16, -36, 1, 46, -34], [-13, 22, -13, -18], [39, 4, -25, 25, 14]]
Output:
| [
"[-125, 1, 169, -24375]"
] | task852-a12c3474ea68410a9bcfaf718a0e66e4 |
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, -29, 25, 41, 9], [3, -1, -6, -44], [-9, -14, -45, -37], [-43, -20, 46, 25], [14, 40, 44, -19, -28], [-16, 22, 44, 26, -16], [10, -17, 40], [-7, 40, -45, 23], [-50, 39, 8], [-50, 40]]
Output:
| [
"[-267525, -3, -14985, -1075, -19, 0, -17, 7245, 39, 0]"
] | task852-a6c973dda3b44b3ea3f1f930152d9e56 |
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, -37, 48, -11, -14], [12, -1], [-42, -29], [-34, -8]]
Output:
| [
"[6919, -1, -29, 0]"
] | task852-88f06161132f440fa1299820a8c3b2e9 |
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list.
Positive Example 1 -
Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]]
Output: [0, 45, -135]
Positive Example 2 -
Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]'
Output: [-7, 33, -315]
Negative Example 1 -
Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]]
Output: [[15], [-7], [-135], [0]]
Negative Example 2 -
Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]]
Output: [0, 0, 0]
Now complete the following example -
Input: [[11, -5, 24], [-31, -3, 8], [13, 24, -37, -9], [28, -47, 11, 50], [6, -30, 8], [-19, 42, -50, 48], [15, 16], [-31, 18, 3]]
Output:
| [
"[-55, 93, 4329, -517, 0, -19, 15, -93]"
] | task852-d4c68072ff7940a99ebd7679e89f5d4a |
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, -11], [-18, -24, 5], [19, 10, 21, -9]]
Output:
| [
"[-187, 5, -3591]"
] | task852-72ad2532364e4fb0b84c8d78efd727ed |
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: [[-29, -25, -7, 38, -10], [-27, 43, -16, 40, 7], [-25, 21, 2, 4], [-27, -15, -42, -5, -25], [35, 47, 16, 29], [-29, -18, -8, -37, 41], [43, -44, -44], [11, 0], [20, -4, 23], [-16, -20, 42, 49, -16], [37, -4], [-12, 31, -18], [-37, -45, 4, -21]]
Output:
| [
"[-5075, -8127, -525, 50625, 47705, 43993, 43, 11, 23, 49, 37, 31, -34965]"
] | task852-6ee1c80cc3db40628742f707e1181f1d |
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, 20, -35], [17, 30, -5, 38], [11, 38, -10], [-29, 36, -30, -22], [-24, 46, -7], [-34, -41], [19, -35, -34], [-8, 11], [6, 17, -9, 44, 22], [13, 13, 11, 22], [-43, -13, 43, 15], [2, 0, -13], [-19, -38, -48, 9], [27, -13, -19], [27, 48, 32, 3, 1]]
Output:
| [
"[245, -85, 11, -29, -7, -41, -665, 11, -153, 1859, 360555, -13, -171, 6669, 81]"
] | task852-102b0ddcd2814d0eb84c20ff5ffc3914 |
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, 38, -39], [12, -49, 13, 1], [-25, 48, -34, -30]]
Output:
| [
"[-39, -637, -25]"
] | task852-a9f00275bfbe44e887bdf0da8a88222c |
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, -5, 27], [38, 38, -28], [11, 32, -36], [44, -43, 34, 31, 19], [0, 32, 48], [31, 9, -41], [-8, 42], [-18, -28, 49], [-5, -29], [15, 11], [-37, 40, -8], [7, -45, -36, 27], [6, 12, -10]]
Output:
| [
"[4185, 0, 11, -25327, 0, -11439, 0, 49, 145, 165, -37, -8505, 0]"
] | task852-61e45adaf0f94e11a448e6b7648d362c |
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, 29, 22], [9, -30, 46], [-35, -48, -48, 37, -42]]
Output:
| [
"[29, 9, -1295]"
] | task852-4d2c7b0d3d004627b7adde3e872d14c2 |
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, -48, 11], [15, 18, 26, -12, 32], [2, -26, -16]]
Output:
| [
"[77, 15, 0]"
] | task852-9a84133bb2674ad0ba43fbc1843a2d40 |
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, 33, 32], [10, -4, -44, -41, 43], [16, 40, 24, 46, 43], [-46, 1, 17, -27], [4, -44, -36, 35], [29, -15, -37, -46, 47], [1, 34, -9], [-2, 16, -17, -26], [0, -23, -30], [-25, 42, -2], [-16, -3, -24], [25, -44, 7], [14, 33, 47, -30, -17], [-37, -27, 50]]
Output:
| [
"[33, -1763, 43, -459, 35, 756465, -9, -17, -23, -25, -3, 175, -26367, 999]"
] | task852-49ca68045d254e81a2ccc1c9c0fa7b14 |
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, 38], [-32, -16, 46, 16, 4], [38, -29, 36]]
Output:
| [
"[0, 0, -29]"
] | task852-259e745c166048f0886d39955607fb06 |
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, -29], [26, 26, -46, -21, -18], [17, -20], [25, 4, 15]]
Output:
| [
"[493, -21, 17, 375]"
] | task852-ede6735f145f469c9c2f31179cac2084 |
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, 30, -12, 34], [-2, -3, -8], [-46, 17, -27, 47, -2], [-23, -8], [47, -49, 48, 21, 19], [28, -1, 26, -50], [26, -28, -49, -27, -49], [-43, -45, -3, -49, -13], [7, 29, 25, -20]]
Output:
| [
"[-25, -3, -21573, -23, -918897, -1, -64827, -3697785, 5075]"
] | task852-07bc89b957734575947a620b2ddfb376 |