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: [[-18, 45, 34, 45, 47], [-43, -36, 2, 36], [18, -34, 6, -48], [-44, 11, 36, -30], [43, 1], [-10, -5, 35], [-16, 32, -31, 31, -21], [-6, 31, -16, -25, -3], [-24, 24], [-27, -11], [-42, -33]] Output:
[ "[95175, -43, 0, 11, 43, -175, 20181, 2325, 0, 297, -33]" ]
task852-4fe8aa3ac24b4754bec771964c67575a
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -11], [40, 30, -37, -22, 36], [50, -36, -16, 26, 15]] Output:
[ "[-407, -37, 15]" ]
task852-30710289c989411ebc58bbb477db5db2
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 4], [-28, 2, 24, -40, 27], [32, -2, 44, -33], [-13, -40, 16, 35, 25], [0, -13, 3], [50, 41, 20, -10, -44], [13, 15], [-11, -21, -45, -21, -13], [-17, 9], [9, 16, 31], [-38, -6, 44]] Output:
[ "[7, 27, -33, -11375, -39, 41, 195, -2837835, -153, 279, 0]" ]
task852-4742ef20fd7745f299c52faae36b92ef
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -14, -5], [1, -20], [50, 14, 19, -7], [29, 29, 33, -49, 35], [-34, 5, 0, -24, -13], [-6, 33], [34, -40], [14, 8], [21, 41], [11, 5]] Output:
[ "[-5, 1, -133, -47596395, -65, 33, 0, 0, 861, 55]" ]
task852-5f21695b827e4a969206f63bbf31d7ef
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[49, 1, 14, -16], [35, -19], [36, 3, 10], [-38, 31, 49, 16], [-20, 18], [7, 21, 34, 37, -16]] Output:
[ "[49, -665, 3, 1519, 0, 5439]" ]
task852-3c8d393a55b04a24b1d7ef2222832245
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[35, 44, -14], [20, -6, 18, 37, 26], [27, 19, -31], [1, 30], [40, 6, -50, -2, -6], [47, 19, 34], [-43, 34, 39, 7], [-42, 48, -40, -49, 45], [24, -7, -24]] Output:
[ "[35, 37, -15903, 1, 0, 893, -11739, -2205, -7]" ]
task852-2fe3624d329f483b9356866998a0b05a
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -6, -18, 3, -45], [-39, -22], [-14, 10, 28], [41, 23, -1, 42, 18], [16, 48], [34, 39, 7], [16, -34, -44, -27, 41], [-37, -5], [-6, -13, -11, -19], [38, 22, 36, -15], [-19, -14, 50], [-4, -22, -31, 39, -50], [21, 6, -46, 2, -32]] Output:
[ "[-6075, -39, 0, -943, 0, 273, -1107, 185, -2717, -15, -19, -1209, 21]" ]
task852-3df9494bcc0647fdb555c3562e879e22
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[-4, 12, -16, -8, 25], [-27, 40, -36, -50, 49], [-6, 46, -32, 14], [39, 13, -29], [-31, -26], [30, 39], [-6, -30], [-3, 1, 8], [-11, -40, 10, 49, 0]] Output:
[ "[25, -1323, 0, -14703, -31, 39, 0, -3, -539]" ]
task852-d5e85be635844f2682fd8a1f94de3a72
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 0], [-19, -14], [-17, -17, -39, -40], [12, 22, -29, 10], [47, 21, 23, -28], [12, 34, 47, 35], [-2, 33, 4, -5, -11], [14, -6], [13, 41, -24], [-48, 40, 6], [-38, 46, 15, 49, 0], [-48, 8, 46], [-42, 23, 34, 35, 8], [36, -40, 34]] Output:
[ "[0, -19, -11271, -29, 22701, 1645, 1815, 0, 533, 0, 735, 0, 805, 0]" ]
task852-4ae72962e6cd4d1c98ba2aa8e6ea9a46
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -36, -22, -36], [0, -45, -13, -7, 13], [-15, 26], [-11, 35], [18, 1, 43, 40, -25], [41, -33, -45, -46], [10, -50], [-41, -20, 41, -50, 25], [40, -27, 37, 2, -40], [7, -25, 27, -3], [29, -24], [-29, -26, -25, 45, -33], [-31, -4, 21], [36, 40, 5, 38, 18]] Output:
[ "[0, -53235, -15, -385, -1075, 60885, 0, -42025, -999, 14175, 29, -1076625, -651, 5]" ]
task852-6a20709cf41a4b65b8e18562e22fa9e7
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 11, -30, -14], [-3, 41], [13, -29, -5, -5], [-44, 13], [-41, -21, -31, -23, 18], [-13, -40, -29, -25, 49], [27, -28, 4, -4, 33], [-19, -23], [8, -42, 10, -9, 6], [35, 1], [2, 39, 44, 39, -50], [-35, 49, -7, -30, 19], [-32, -20, -25, 2], [3, -38, 23, 33], [31, 50, 23]] Output:
[ "[11, -123, -9425, 13, 613893, -461825, 891, 437, -9, 35, 1521, 228095, -25, 2277, 713]" ]
task852-45a2bf2d683b4442960afdd8bfa6a9a0
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 6, -35, 1], [41, 11, -19, -5], [30, -11, -15, 20, -49], [22, -36, -34, 43], [1, 11, 12], [26, 13], [-39, 31], [-2, 34, 34]] Output:
[ "[-35, 42845, -8085, 43, 11, 13, -1209, 0]" ]
task852-bba98dc7297e412f851a6cdec221c82a
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 46, 15], [8, -6, -49, -37], [-24, 48, -44, -25, -46], [40, -18, -28, -39]] Output:
[ "[465, 1813, -25, -39]" ]
task852-e77df8e261c147a0af0c29ffea8e555d
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -20, -32, 4], [-48, -9, 36, 50], [8, 16, 42, -17], [15, -29, -5, 43, -37], [0, -35], [-35, -20], [-4, 43, 27, -26, 38], [-5, -8, -18, 21], [18, 25], [14, 44], [41, 5, -42, 36]] Output:
[ "[-25, -9, -17, -3460425, -35, -35, 1161, -105, 25, 0, 205]" ]
task852-b04982a415aa40ea9c674d4fa950eb4a
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -13, -4, 33], [-1, 45, 5, -40, -1], [-27, 14, -14, -12, 9], [11, -37, 14, -38, 1], [48, -9, -14, -44]] Output:
[ "[-429, 225, -243, -407, -9]" ]
task852-65d8cff4fb014aecb042aa58972aeaa7
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -23, -21, -20, -36], [-19, -35], [24, -45, 47, 39, 8], [14, -38, -6, 4]] Output:
[ "[483, 665, -82485, 0]" ]
task852-1d8a4d9c837049e4b0fe51ac0cf563d1
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 21], [-45, 8, -44, 11, 30], [-26, 31, 20], [3, -17, 20], [-18, -34, -26, 43], [33, -46, -50], [4, -14, -33, 10], [-45, -46, 39, -40], [-41, 22, -4, 49, -14], [-8, -38, 23]] Output:
[ "[21, -495, 31, -51, 43, 33, -33, -1755, -2009, 23]" ]
task852-76a239dfdb7846cfb21614e63e074644
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 23, -44, 35, -21], [-5, -19, -46, -35], [1, 23, -19], [36, 13, -39], [0, 16, 13, 6], [20, 50], [-24, -10, -38, -27, -41], [3, -8, -42], [37, -33]] Output:
[ "[185955, -3325, -437, -507, 13, 0, 1107, 3, -1221]" ]
task852-5f462068e6294afeab80825d56389c30
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 49, -36, 35, 14], [9, -5], [20, 37, -41, 35, 20], [-46, 35, -20], [-32, 3, 7, 15, 14], [6, 22], [-44, 49, 6, 49, 13], [38, 2, -2]] Output:
[ "[39445, -45, -53095, 35, 315, 0, 31213, 0]" ]
task852-b30b7b7325b4462299cabf7526f3e863
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[-20, 23, 9, 6, 34], [49, -41, 21, 13], [28, -37, 26, -3], [-13, -32, 24], [-39, 14, -20, 37], [20, -5, -16, -33, -13], [50, 25, -10, 36], [6, 50, 3], [38, -10, 10, 35], [17, 47, -40], [18, -33, 22, -37], [-31, 12, 26, 3], [47, -5, -22, -15]] Output:
[ "[207, -548457, 111, -13, -1443, -2145, 25, 3, 35, 799, 1221, -93, 3525]" ]
task852-d21a62ab65f047c08e491af5458a0807
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 5, -29, -18], [-38, -38, -5, -3], [-49, -29, 10], [-45, -26, -17], [-40, 49, 44, 6], [-19, 41, 0], [-22, -19, -18], [-16, -36], [16, -25, 25, 46], [-37, -36, -21], [4, -21], [-39, 16, -32, 11, -43]] Output:
[ "[-145, 15, 1421, 765, 49, -779, -19, 0, -625, 777, -21, 18447]" ]
task852-2b78e66dca7341c498e9763c219904fa
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[10, -1, -29, 29, 38], [-28, -12, -46, -20], [25, 30], [13, 35, -19], [26, -15, -41, 14], [50, 37], [1, 50, -22, 36, -3], [25, -33, 46], [-13, -17, 17, 33, 7], [-37, -12], [-33, 25], [2, -38, 44, -37, 21], [2, -48, 32, -14], [16, 7, -18, -17, 5]] Output:
[ "[841, 0, 25, -8645, 615, 37, -3, -825, 867867, -37, -825, -777, 0, -595]" ]
task852-4aea7b4bee3b47f1953600c9caabca8a
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -17, 8, -38], [16, 35, 26, -33, 34], [32, -10], [38, 34, -30, -38, 17], [-48, -29, 41], [-7, -50], [30, 0], [17, -5], [1, 1], [-9, -22, -27], [-8, 9, 47], [13, -8, -44]] Output:
[ "[-17, -1155, 0, 17, -1189, -7, 0, -85, 1, 243, 423, 13]" ]
task852-986d2b49fd63426f85550c8bd4da54a8
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 27, 13, 9], [13, 9, 49], [-36, 50], [-12, 23], [-4, 35, 17, 16, 10], [-16, -10, 43, -5, -9], [43, 31], [-40, 29, 14, -12], [17, -11], [37, 6, 10, -2], [35, -26, 24, -35, -23], [-13, 32, -26, -30, 41]] Output:
[ "[3159, 5733, 0, 23, 595, 1935, 1333, 29, -187, 37, 28175, -533]" ]
task852-a2fe3942ba0b40eea44fb899e031503f
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -31, -13, 30], [14, -23], [29, 37, 39, 30, -12]] Output:
[ "[403, -23, 41847]" ]
task852-38fefe668cb14d7899ee5a5b0fc786d0
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -31, -3], [-30, 33, -2], [-22, -4, -42, -14, 35], [-36, 47, 38], [-36, -1, 32], [14, 42, 12], [-37, 46, 2], [40, 10, -19, 40], [50, -33, -40], [17, -26, -45]] Output:
[ "[93, 33, 35, 47, -1, 0, -37, -19, -33, -765]" ]
task852-624e368c8dc7457cbf013367496f1583
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -1], [-14, 26, -16, -48, -15], [13, -11, 50, -46], [35, 40, -36, -31, 28], [-13, 29], [-21, 33, -6, -25, -30]] Output:
[ "[-3, -15, -143, -1085, -377, 17325]" ]
task852-50d7ce81cf814c68a45f924e97473d96
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 45], [4, 45], [-47, -9], [-48, 9, -45, -48], [49, 9, 18, -43, -18], [23, -35, -39, -10], [48, 10, 36, 13], [-11, 1, -47, -23, 18], [43, 13, 45, -19]] Output:
[ "[1125, 45, 423, -405, -18963, 31395, 13, -11891, -477945]" ]
task852-479902ffbd754b8b9ea32b9cceeba8ba
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -8], [-23, -3, 14], [28, 21, -18, -5]] Output:
[ "[49, 69, -105]" ]
task852-5fdf51e2f8f74aeab2210229cfeb9313
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[-31, -34, 42, -11], [-30, -2, -32, 45], [0, -35], [40, 10]] Output:
[ "[341, 45, -35, 0]" ]
task852-13f448fb45f54b46923f6c8bde1f5e55
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[19, -29, -1, 47], [3, -32, 27], [-44, 2, -47], [-41, -49]] Output:
[ "[25897, 81, -47, 2009]" ]
task852-edd53f7e4c444c418e324ffa37ce7a39
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 29, 48, 23], [35, 6, -17], [15, 48, 0, 20, 22], [5, -46], [35, 43, -10, 5], [-28, 33, -42], [-41, 6, -17, -48], [-49, -31], [-39, -20], [40, 35, 33], [29, -39, 47, 3, -35]] Output:
[ "[-8671, -595, 15, 5, 7525, 33, 697, 1519, -39, 1155, 5581485]" ]
task852-5dffbac1de194511a7a4fd1cbecc380b
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 7, 44], [-7, 43, 12, -35, -37], [50, -30, -7], [-27, -40, 11], [-44, -21, 13], [2, 13, -27, -48, 42], [-7, 35], [-37, -27], [28, 47, -50, -20, -47], [11, -34, 47, -38], [-24, 37]] Output:
[ "[7, -389795, -7, -297, -273, -351, -245, 999, -2209, 517, 37]" ]
task852-479e16fa82fd4b25aec23684c4de5dda
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -9, 17], [-39, 49, 21], [35, 7], [-12, -37, 22]] Output:
[ "[-153, -40131, 245, -37]" ]
task852-565086d05bfe4762bce111197afcdf9b
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -44, -13, 18], [50, 31, -47], [20, 7], [-13, -16, -11]] Output:
[ "[-13, -1457, 7, 143]" ]
task852-f6d0a5b9508b48eba09bbfd7d74ef67b
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 24, -47, -7, 1], [-8, -31, 46, -36, 9], [-32, -44, 8, 11, -4], [28, 0, 24, -16], [6, -44, 38, -43], [-22, -46], [2, 39, 36, -34], [17, -5, 12], [15, 10, 40, 26, 45], [18, -30, 44, 16, 37], [-14, -13], [29, 47, 33, 28]] Output:
[ "[329, -279, 11, 0, -43, 0, 39, -85, 675, 37, -13, 44979]" ]
task852-0fd401bcfde643788566ca295660f9d4
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[0, -24], [-47, -30], [-26, -27, 44, 24, -44], [21, 30], [-25, -32, -25, -41], [39, 18, 8, 48, 10], [-9, -47, 40, -7, -21]] Output:
[ "[0, -47, -27, 21, -25625, 39, 62181]" ]
task852-391dfacf347549b09ffd990796cef2b4
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 21, 31, -13], [28, -48, -39], [-5, 16, 21], [-36, -7, 37], [5, -4, 50, 50, 21], [-14, -8, 23], [47, -46, -22, -7], [-8, -44, -16, 10, 50], [15, -28, -46], [44, 25, 47, -40], [-37, 8, 47, -33, -6], [-47, -28, -39, -40], [33, 20, -47], [47, -32, 13, 26, 39], [-37, -2]] Output:
[ "[279279, -39, -105, -259, 105, 23, -329, 0, 15, 1175, 57387, 1833, -1551, 23829, -37]" ]
task852-3551e8f080764ec998e2643d7e255a92
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 21, -24, -42], [-34, 46], [-47, 39, -45, 38], [-29, 24, -26], [-4, -26, -32]] Output:
[ "[21, 0, 82485, -29, 0]" ]
task852-ef63c75ca90d41a88105f65d59a5d46c
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[0, 35, 50, -30, -33], [44, -8], [27, 15, 42], [48, -49, 25, -30, -6], [-33, 47], [-17, 10], [4, -48, -29, 8, -15], [-33, 48, 31, 2, 15], [-50, -48, -33, -14, 49], [-7, 30, 25], [-18, 19, 4, 31], [-20, -44], [22, -29, -24, -7]] Output:
[ "[-1155, 0, 405, -1225, -1551, -17, 435, -15345, -1617, -175, 589, 0, 203]" ]
task852-011d7a1f5866455bb231ad40f53294e6
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 3, 0], [7, -14, 27], [-47, -41, -13], [-41, 30, 37], [50, 12, 34], [44, -38, -35, -20, -37], [-18, 33], [50, -26, -28, 26], [20, -38, 49, -17], [-10, 24], [21, 33, 18], [-15, -42, 19, 19], [-15, -34, -2, -40], [-43, -45, 23, 23, 45], [-2, -11]] Output:
[ "[111, 189, -25051, -1517, 0, 1295, 33, 0, -833, 0, 693, -5415, -15, 46062675, -11]" ]
task852-368560d1fea04e68b2678c02c84d54ee
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[-10, -18], [-28, -29], [-16, 5, -16], [-18, 5]] Output:
[ "[0, -29, 5, 5]" ]
task852-bdd44761340d43a7aa875e75a4534b6a
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[-19, 9, 47, -30, 0], [-15, 17, 12], [13, 5, -8, -24, -39], [42, -7, 13, 11], [-42, 21, 21, 4, 10], [-48, -8, -34, 37, 20], [32, -36, -40, -11]] Output:
[ "[-8037, -255, -2535, -1001, 441, 37, -11]" ]
task852-570a7c1e1bc24c2abdf2fbe43bbf1579
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 12], [0, 13, -11, 14, 38], [33, 20, -33, 40, 35]] Output:
[ "[0, -143, -38115]" ]
task852-4421322c86a74d02856a3dbc24ee58e3
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 14, -50, 50, -21], [8, 45, -27], [-45, -39, 6]] Output:
[ "[-21, -1215, 1755]" ]
task852-e6471a439813425c92d46f7d27565bba
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 45, 2, -27, 30], [-32, 10, -25], [44, 41, 42, -25], [33, -10, 10], [31, 21, -39, -7], [-42, 36], [0, 19, 37], [-37, 0, -2, 30, -26], [43, -43, -39], [17, -26, -22, 31]] Output:
[ "[-1215, -25, -1025, 33, 177723, 0, 703, -37, 72111, 527]" ]
task852-c7dd486ef81a43f29f690d78451ae883
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[5, -26], [-11, -11, -10, 32, -8], [45, -36, 12, 7, 43], [39, 21, 35, 4, 15], [-4, 20, -24, -22]] Output:
[ "[5, 121, 13545, 429975, 0]" ]
task852-9cf12acc4a8e459387acb259498cc37e
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 21, 21, -24], [-30, -39], [-10, 12, -9], [40, -14, -4, -29], [-29, -21, 4], [-38, 18, -23], [-23, 49, -35, -9], [-36, 32, -13], [9, 9, 34, -45], [38, -9, -26], [31, -5]] Output:
[ "[4851, -39, -9, -29, 609, -23, -355005, -13, -3645, -9, -155]" ]
task852-5549b4084dd041d4945ebe7bdb82e93b
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 20, -41], [26, 26, -33, 26], [-50, -38, 8, 1, -2], [-18, 17], [13, 3, -43, 49, -18]] Output:
[ "[-1025, -33, 1, 17, -82173]" ]
task852-cdbd0ce611f64553abba5ed2be16802d
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -23, 46], [30, -47, -43, -37, -10], [-43, -28], [-15, 30, -42]] Output:
[ "[-23, -74777, -43, -15]" ]
task852-db9c35a5f52d47a99c73de1f1e64d605
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[20, -22, -32, 45], [-45, 34, -34], [27, -3], [28, -5, -29, 48, 13], [30, 31], [-30, -32, 23], [-32, -1, 16, 6], [8, 19, 49, -31], [32, 3, 47, 22], [50, -9, 44, 47, -4], [-32, -10, 18, -22, 37], [-41, 42, 31, -11, -9], [40, 32, 37, 47, -28], [31, -26, 8, 24, -11], [-9, 14, 39, -26]] Output:
[ "[45, -45, -81, 1885, 31, 23, -1, -28861, 141, -423, 37, -125829, 1739, -341, -351]" ]
task852-7739b3da72b5447b9fc9f275dce2fd79
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -25, 2, -43, 23], [19, 10, 7, 43], [21, 21, 7, -27, 47], [-14, 8], [12, -28], [-1, -49, 5, 9], [-41, -11, 46, 36], [-15, -50, 19], [24, 50, 49, 3, 12], [36, 28, -14, -36, 32], [-38, 25], [-17, 12, 28, 26, 1], [25, -41, 29, -33], [13, 31, 45, -7], [1, -37, -31, -49]] Output:
[ "[24725, 5719, -3917403, 0, 0, 2205, 451, -285, 147, 0, 25, -17, 980925, -126945, -56203]" ]
task852-eab1fc47d30f476fa2d7fe8413bebeab
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -25], [27, 1, 45], [37, 43], [-30, 13, 39], [18, 31, 23, 32], [40, -48, -49]] Output:
[ "[-25, 1215, 1591, 507, 713, -49]" ]
task852-b3a3a44cf14b4324825fbcaa91d6163d
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[-49, 2], [45, 38, -31], [-6, 34, -9], [-31, 24, -34], [1, 13, 47, 25], [-21, -36, -19, -31], [8, -19, -30, -14, -35], [-30, -45, 11], [35, -19], [35, -13, 48], [-37, -49, 46, 12], [-6, -18, 8], [0, 5, -19]] Output:
[ "[-49, -1395, -9, -31, 15275, -12369, 665, -495, -665, -455, 1813, 0, -95]" ]
task852-723bc30f1a1f4fb4a87d1a93139eff33
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 31, 9], [22, 2, -29, 22], [3, 26, 50], [-12, -43], [0, -27, 38], [20, -38], [-6, 41, 29], [-38, 2, 48, 12, -25], [10, -42, -44, -49, -45], [-49, -42, -41, -30, 37], [-25, 35, -23]] Output:
[ "[279, -29, 3, -43, -27, 0, 1189, -25, 2205, 74333, 20125]" ]
task852-bbcd2b8a597c4f449c625340a024423d
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[19, -25, -1, -31, -9], [-40, 4, -26], [9, 1, 28, -7, 1], [48, 41, 14, 9, 49]] Output:
[ "[132525, 0, -63, 18081]" ]
task852-0ce480336d244980b9f6372aa3e12cbc
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -47, 26, 6, 19], [19, 33, -23, 37, 0], [4, -3, 5, -50], [40, -38, -11, 39], [-45, 36, -15, -12], [-9, -14, 1], [35, -6, -19, -10], [25, -21, -46, 4, -36], [-20, 23], [-25, -4, -27, 23, -38], [46, -22, -35, 11], [29, -32, 6], [23, 3, 32], [42, 31, -27, -25, 37]] Output:
[ "[-22325, -533577, -15, -429, 675, -9, -665, -525, 23, 15525, -385, 29, 69, 774225]" ]
task852-09b226bec38e44adbbc54638676b93f0
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[-20, 39, 2, -48], [-10, -37, -26, 15], [36, -10, -16], [13, -27, 34, 34]] Output:
[ "[39, -555, 0, -351]" ]
task852-c70c3e4b469548aba9afb8a1d925122e
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[-15, -25, 39], [5, -6, 22, 31, -29], [-17, -15, -43, -31], [42, -29], [-26, -25, -40], [17, -8, 23, 50, 26], [9, 8, -10]] Output:
[ "[14625, -4495, 339915, -29, -25, 391, 9]" ]
task852-bce78a4c706d40d8b928edc400452706
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 9], [44, 34, -20], [49, 41, -10, -47], [2, -29], [-34, 33, -33], [20, -47, 15], [13, 15, -47, -9, -49], [1, -45, -47, -29], [45, 41, 4], [-44, 36, 24, 50], [-43, 46, -27]] Output:
[ "[9, 0, -94423, -29, -1089, -705, -4041765, -61335, 1845, 0, 1161]" ]
task852-dbed5a1bec064afc987aaa41fe7634a7
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[-19, -33, -33], [-33, -7, -35, 18, 29], [-22, 31, 36, 9, 21], [-1, 2]] Output:
[ "[-20691, -234465, 5859, -1]" ]
task852-9dc9a189e0b449b0b80c7c7c7a5db033
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 19, -9], [-33, 14, 38, -29, 38], [44, -18, -5, -22, -40], [-33, -33, 26, -40], [0, 40, 15, 4, -8], [-36, 48, -38, 14]] Output:
[ "[1197, 957, -5, 1089, 15, 0]" ]
task852-0981637f0ac0487b9548818d2f8b286d
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -47, -21, 10, 14], [-30, 20, -2, 28], [-21, -46], [9, -19], [-38, -45, -37, -50, -44]] Output:
[ "[987, 0, -21, -171, 1665]" ]
task852-acacdc20bb1b4489ac67babbb6574831
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 48, -15], [-27, 19, 3, -29, 7], [-25, -6], [-37, 39, -19, 17], [-29, 22, -2, 30, -25], [35, 10, -34, -20], [-24, 3, 42, 7], [34, -31, 4, -26], [14, -21, -22, 29, -27], [38, 9, 8], [34, 44, 46], [49, -21, 29, 39], [30, -41, 26], [25, 15, 28]] Output:
[ "[165, 312417, -25, 466089, 725, 35, 21, -31, 16443, 9, 0, -1163799, -41, 375]" ]
task852-97a4a1395afd4c3d979a6c036737497f
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -12], [36, -35, -4, -2], [-46, 5, 45, -37, 47], [-15, -21, -34], [25, -23, 15, 11], [33, -21], [22, 38, -23, 2], [17, 5], [44, -5, 29, -41], [18, 50, 46], [-39, 4, 38, -2]] Output:
[ "[29, -35, -391275, 315, -94875, -693, -23, 85, 5945, 0, -39]" ]
task852-a04677b59ad2424f9611b1d637a6969a
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -29, 24, 21, 28], [6, 5, 5, 43, 0], [4, -14, -23, -25, -37], [3, -42, 1], [50, 28, 12], [-6, 20, 47, 43], [-22, -12, 45, -5], [-15, -50, 49], [-37, 31, -15, 28, 40], [26, -19, 15], [48, 41], [0, 49], [38, 15, 43, 28]] Output:
[ "[18879, 1075, -21275, 3, 0, 2021, -225, -735, 17205, -285, 41, 49, 645]" ]
task852-fc4161174d8048ecaec71b4132b36dc5
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[15, -31, -49, 0], [35, -31, -50, -28], [32, 21, 27, -18, 17], [-40, 21, -1], [31, 46, -3]] Output:
[ "[22785, -1085, 9639, -21, -93]" ]
task852-5b9025cafe1f4d07aab9b6b17a344ef5
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -4, 41, -11], [9, -44, -44, 12], [-24, -4, 17, -31], [-44, -15, 37, -44, 3], [-38, 38], [-5, -9, 38, -35], [-7, -41], [-39, 9, 14, -15, -33], [30, 23, -32, 28], [45, 9]] Output:
[ "[-451, 9, -527, -1665, 0, -1575, 287, -173745, 23, 405]" ]
task852-28eedf0cddfe44ed95f71a0d8116ab2d
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[7, 50, 9, -2], [35, -5, -9, -8, 15], [-20, 6, 41, -24, 22], [-49, -8, -43, 37], [39, -4, -5, 20, 33]] Output:
[ "[63, 23625, 41, 77959, -6435]" ]
task852-9aa046cd2a5e478c9e7ac9e53be12ae9
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -37, 45], [-8, -24, -16, 46, -30], [-28, 20], [38, 10, 20], [50, 15, -42], [33, 46, -9, 33], [41, -29, 23, 25, -8], [-36, -43, -31, 32], [18, 17, -21, 29]] Output:
[ "[-1665, 0, 0, 0, 15, -9801, -683675, 1333, -10353]" ]
task852-635f45845fd94b97b44aabea608c1e9d
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[48, 4, 43, -27, 14], [-5, -45], [-2, -14], [-46, 27, 48], [-48, -9], [29, -26, -17], [-1, 43, 6, -22, -23], [29, -16, -16], [-26, -44, -26, 29, 31], [46, 37, 26, -19], [11, -44]] Output:
[ "[-1161, 225, 0, 27, -9, -493, 989, 29, 899, -703, 11]" ]
task852-a27078c6a4724b70a9bdec0d3c5d2da1
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -38, -24, -39], [-37, -41], [-29, 19, -34, -15, 33], [-12, -19, -3, -44, 42], [27, 34], [6, 22, 21], [28, -21, 10, -2], [42, 26, 48, -24, -2], [-20, -40, 32, -37, 8], [-13, 21, -3, 2, -35], [-28, -39, 13, 31], [-24, -48, 12, 22]] Output:
[ "[429, 1517, 272745, 57, 27, 21, -21, 0, -37, -28665, -15717, 0]" ]
task852-64cd17a03baa4005a611b42f978cd6a7
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -37], [-9, 31, -43, 44, -1], [44, 27]] Output:
[ "[-481, -11997, 27]" ]
task852-159e5490ad4f4129aca80546526e6560
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[0, -43, -21, 47, 36], [23, 36, -7], [41, 40, 11, -39], [-6, -18, -45, 36, -48], [28, 21, 31], [49, 18, -13, 43], [41, -12], [20, 48, 37, 26, 11], [4, -12, -39], [-29, -27]] Output:
[ "[42441, -161, -17589, -45, 651, -27391, 41, 407, -39, 783]" ]
task852-9a22aaafb4d14a1ab98d4fa5db41dbf4
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -28, -37], [22, -1, 44, 3], [-40, 1, 50], [24, -22, -5, -27, 5], [31, -18, 45, 36], [33, 45], [3, 15], [-23, -41, 0], [-27, 47, 42], [30, -49, -11, -48, -9], [45, -28], [-39, -7, -25], [-32, 44, 6, 12], [21, -37, -30, -3], [-22, -2, 4, 9, -47]] Output:
[ "[-925, -3, 1, 675, 1395, 1485, 45, 943, -1269, -4851, 45, -6825, 0, 2331, -423]" ]
task852-8fd367048d91467ba6462cf90e3ee559
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 41, 22, -45, 14], [12, -2, -12, -4, 38], [-12, 13, -39, -23, -21], [30, 37, 36], [49, -26], [-14, -49], [-27, 19], [-26, 12, 2, -32], [16, -46, -10, 28], [-8, 39], [44, -41, 33], [7, 26, -21], [21, -21], [14, -47], [-36, 5, 30]] Output:
[ "[-1845, 0, -244881, 37, 49, -49, -513, 0, 0, 39, -1353, -147, -441, -47, 5]" ]
task852-e4cb15111abd49fdbfa1472f941e2d9a
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -25, -46, -50, 17], [20, -20, -40], [-43, -36, 32, 12], [-12, 24, 20, 42], [9, -38], [35, 3, 7, -27, -11], [25, -34, -43], [48, -11, -40], [31, -31], [16, 30, -8], [-21, 44, -25], [27, -10], [46, 15, 7, 17], [38, 13, 18, -18]] Output:
[ "[-5525, 0, -43, 0, 9, 218295, -1075, -11, -961, 0, 525, 27, 1785, 13]" ]
task852-4b6cd1cfbcbc4472859eb4b4213ba59e
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[-39, 42, 30, 47, -10], [20, -4], [2, 3, 12], [-44, -4, -49, -2], [30, -35], [48, -16, -31, 10], [13, -5], [-3, -14, -14, 45, -16], [18, -38], [17, -35, -20], [34, 32, 44, 18], [-20, 40], [-21, -16, -7]] Output:
[ "[-1833, 0, 3, -49, -35, -31, -65, -135, 0, -595, 0, 0, 147]" ]
task852-3178f5523bd44ce9bfe5dfca21c06f80
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -28], [-47, -10, 45, 21], [22, 25]] Output:
[ "[0, -44415, 25]" ]
task852-8911c5dd65594e00a87eaa2a23841d8e
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -22, 44, 47, 9], [1, -26], [47, -12, -22, -19], [25, 16, -3, 17], [12, 43, 44], [-26, -47, 33], [-26, -15, -26, 23, 37], [7, 17], [-38, 7, -10], [32, -16], [-35, 37, 46, 11, -5]] Output:
[ "[423, 1, -893, -1275, 43, -1551, -12765, 119, 7, 0, 71225]" ]
task852-93f49a7245b34a68a3f9af2ea7cf72fd
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -22], [-30, 27], [2, 23, -3, 16], [-38, 37, 45, -10, 44], [4, 46, -39], [-33, 17, -22, 41, 5]] Output:
[ "[0, 27, -69, 1665, -39, -115005]" ]
task852-964be47e7e3445e4b36d4a76ad132b6d
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -50, -17, 25], [-31, -33], [-17, -33, 44, -43, 6], [-1, -45, -1, -48, 33], [43, 7, -6, 1], [32, -12]] Output:
[ "[-18275, 1023, -24123, -1485, 301, 0]" ]
task852-bebf19ed942241e4b321068bf2f23c2d
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -40, -50], [-12, 0, 14, 2], [11, -21, -21], [18, 15], [-20, -39, 22, -22, -19], [19, 24, 17, -26, 40], [-30, -2, 3, -29, 32]] Output:
[ "[23, 0, 4851, 15, 741, 323, -87]" ]
task852-bf5eb767add34bd69ea642ae02e36012
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 25], [-45, 50, 40, -40], [25, -39], [38, -7], [19, 3, 17, -6], [-17, -10, 14, 31], [-26, 20], [13, 14, -48], [-39, 50], [-37, -11, -5, 24], [-5, 50, 26], [14, -38, -15], [23, -40]] Output:
[ "[-925, -45, -975, -7, 969, -527, 0, 13, -39, -2035, -5, -15, 23]" ]
task852-762092c35acd4f599060417fc9122bb6
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 44, 28, 2, 31], [22, -16, -27], [-41, 16, -13], [5, -2], [30, -35, 42, -41, -29], [-13, -31, -21], [45, 26], [-32, -24], [-2, -4]] Output:
[ "[31, -27, 533, 5, -41615, -8463, 45, 0, 0]" ]
task852-b9e5410d3ea84f08803899ab27f99ce0
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 4, -10, 26, -37], [27, 32, -20, -38], [40, 14, -38, 46], [11, -38, 8], [-2, 39], [49, -36, -3, 22, -27], [28, -26, 35, 5]] Output:
[ "[-777, 27, 0, 11, 39, 3969, 175]" ]
task852-29ec70dd1b6e408d8369318cfd8940c8
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 49], [45, -2, 42, 25, -14], [-19, -19], [3, -41, -20, 21, -43], [-11, -26, -39]] Output:
[ "[49, 1125, 361, 111069, 429]" ]
task852-75c5ab057ea5446ba0f480546102972b
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 29, 34], [-2, -34], [7, 15, -37, 42], [6, -10, 32, -43, -21], [-36, 14, 14, -37], [-18, -13]] Output:
[ "[1305, 0, -3885, 903, -37, -13]" ]
task852-a95899b46b274f16a61fa9e1ad26893f
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[10, -41, -26], [29, -25, -28], [-12, -34, -39], [-41, 8, 13], [-2, -1], [-13, -40, -31, -32], [49, -28, 13], [27, -45], [-19, -30, -5, 11, 13]] Output:
[ "[-41, -725, -39, -533, -1, 403, 637, -1215, 13585]" ]
task852-e252301fd9a04f5c904483846bd70c4a
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 40, -22], [35, 22], [9, -50], [-42, -37, 50, 0, 17], [-50, -48], [13, 24], [6, -25, -45]] Output:
[ "[43, 35, 9, -629, 0, 13, 1125]" ]
task852-777583961c9b41a698b26b9a62fc57d6
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 49, 28, 1, 1], [33, -42, 49, -31, 24], [40, 23, 24], [46, 42, 26], [-32, 19, 33], [-3, 18, -41, 38, 20], [21, 10, 18, 37], [39, -8], [-44, -47, 29, 17], [-32, 36, -2, 20, -30], [21, -29]] Output:
[ "[-1911, -50127, 23, 0, 627, 123, 777, 39, -23171, 0, -609]" ]
task852-079d1c9ca8fc4066b8a80aa4b40b8650
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[-39, 18], [-32, -13, -50], [27, -12, -5], [-16, 14, -7, 18], [37, 49, 24, 0, -22], [31, 12]] Output:
[ "[-39, -13, -135, -7, 1813, 31]" ]
task852-5f7836cef34348ba8d41c2f2d199e43c
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -8, 48], [-6, 32, 22, 13], [11, -28, 37, 12]] Output:
[ "[11, 13, 407]" ]
task852-269aa81e19754de7a75865f747b0805c
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 26, -36, 13], [-32, -43, 49, -21], [-12, 30], [-17, 15, -12], [-14, -1, 19, -25]] Output:
[ "[13, 44247, 0, -255, 475]" ]
task852-acbe0c304ab843f98b408a4e345282b2
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -2], [-3, -47, -7, 19, 3], [16, -29, -38, -19, -31], [49, -13], [-13, -20, -46, 17], [43, 15], [41, 44], [-41, -4, 22], [25, 34, -35], [-7, 24, 30], [-29, 23, 43], [46, 38], [32, -17], [-40, -35], [-45, 20, 11, 45]] Output:
[ "[0, -56259, -17081, -637, -221, 645, 41, -41, -875, -7, -28681, 0, -17, -35, -22275]" ]
task852-c58264903314486d9e1ad569fa6f97b1
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[20, 42, 22], [0, 9], [-18, 22, 30, -20, -48], [-28, 13, -36, -31, 32], [15, 6, -33], [-14, 36, -16, -47, 31], [-26, -14], [31, 6, -35, 19], [-41, -11, 17, -6, -12], [-16, -14, -22, -10], [-10, 36, 33, 1, -13]] Output:
[ "[0, 9, 0, -403, -495, -1457, 0, -20615, 7667, 0, -429]" ]
task852-4299b19b657c4e158b8489d3e4e99688
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, 34, -22], [-43, 43, 25, 2, -21], [-46, -14, -47], [-5, 31, -39, 49], [13, -16, 41, 14, 40], [37, -24, 48, -48, 39], [26, 20, 8, -29, 10], [-17, 4, -4]] Output:
[ "[-29, 970725, -47, 296205, 533, 1443, -29, -17]" ]
task852-2fd6d8fec0164fa481ebdccdbff29e4d
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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, -6, 16], [-18, 21, 41, 0, 38], [0, -44, -34, 20, 14], [22, 15, 45, 45, 12], [14, 37, -21], [42, -28, -31, -36, 4], [7, 17, -33], [10, 29], [-33, -20, 26, -4], [-20, -2, 39], [-30, -17, -31], [-40, -22, 38, 24, -21], [45, 40, -33]] Output:
[ "[-13, 861, 0, 30375, -777, -31, -3927, 29, -33, 39, 527, -21, -1485]" ]
task852-58467b0cceb8484888c6e5c8c045bbbd
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - Input: [[0, -12, 7, 6], [-8, 0, -7, 11], [6, -2, 9, 0, 7]] Output: [0, 0, 0] Now complete the following example - Input: [[15, -23, -35, -33, 6], [-24, 10, -35], [1, -23, 7, -34], [-34, 29, 34], [-37, 41, 36, 30], [-40, 49], [-30, 26, -7], [47, 48, 47, -25, -45], [-20, 5, 15], [-44, 37, 26, -27], [10, 24, -44], [-42, -32, -37, 33, -34]] Output:
[ "[-398475, -35, -161, 29, -1517, 49, -7, 2485125, 75, -999, 0, -1221]" ]
task852-684568df43284c6c86d540b444ea4f26
Definition: In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every odd number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no odd numbers in an inner list you should output 0 for that list. Positive Example 1 - Input: [[4, 4, 12, -6], [-9, 5, -6, -1], [8, 3, 9, -5, 1]] Output: [0, 45, -135] Positive Example 2 - Input: [[-7, 8, 0], [3, 0, 11], [9, -7, 5, 0]]' Output: [-7, 33, -315] Negative Example 1 - Input: [[2, 5, 3, 1, 8], [-2, -7, 6], [0, 5, 2, 9, -3], [4, 8, -2]] Output: [[15], [-7], [-135], [0]] Negative Example 2 - 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], [40, 8, -4, 19], [-32, -46, 11], [48, -48], [15, 50, 39, -11], [-1, -30], [-11, -47], [-34, 27, -3], [-50, -7, 49, -33], [-4, 15, -27, -18, -9], [-48, 20, 42]] Output:
[ "[27, 19, 11, 0, -6435, -1, 517, -81, 11319, 3645, 0]" ]
task852-7eb361e6c1e84efeacf7e8c3a7689d8c