inputs stringlengths 326 1.23k | targets stringlengths 7 53 | _template_idx int64 0 9 | _task_source stringclasses 1
value | _task_name stringclasses 1
value | _template_type stringclasses 2
values |
|---|---|---|---|---|---|
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Ex Input:
[[-73, 7... | [72, 89, 76]
| 1 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example is belo... | [66, -8, 82, 61] | 9 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[-15, 9, -181, -1... | [77, -7]
| 0 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example input: [[5... | [-26, 80] | 3 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Input: Consider In... | Output: [26, 35, -9, -33]
| 2 | NIv2 | task207_max_element_lists | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner l... | [34, 79, 91, -62, 86, 50, 96, 8] | 0 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example input: [[5... | [31, -14, 69, 51, 100] | 3 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example: [[5, 3], [... | Solution: [99, -10, -34, 94] | 5 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Q: [[-20, -79, 59,... | [72, 77, 74, 24, -168, -8, 64, 59, 45]
****
| 4 | NIv2 | task207_max_element_lists | fs_opt |
Part 1. Definition
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
... | [45, 17, 92, 12, 28, 8, -93] | 7 | NIv2 | task207_max_element_lists | fs_opt |
Detailed Instructions: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lis... | [75, 50, 92] | 4 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example is belo... | [72, 79, 51, -197, -89, 72, -35] | 9 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Q: [[77, 52], [-25... | [75, 50, 92]
****
| 4 | NIv2 | task207_max_element_lists | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised o... | [86, -143, 13, 44, 22, -49, -5] | 1 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example Input: [[-... | [87, -32, -56, 12, 53, 79, 97]
| 3 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example: [[5, 3], [... | Solution: [60, 98, 66, 90, 87, 19, 94, 98, 59] | 5 | NIv2 | task207_max_element_lists | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised o... | [83, 75, 86, 90, 54, -77, 100, 44] | 1 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example: [[5, 3... | [-50, 92, 93, 80, 0, 38, 46, 48, 81] | 6 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[-162, -197, 57, ... | [-12, 79, -10, 94, 92, -24, -6]
| 0 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example is belo... | [100, -18, -153, 59, 7, 41, 87] | 9 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[EX Q]: [[72, 43, ... | [71, 98, -6, -77, -24]
| 6 | NIv2 | task207_max_element_lists | fs_opt |
Detailed Instructions: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lis... | [68, 27, 80] | 4 | NIv2 | task207_max_element_lists | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner l... | [47, 97, 97, 90, -20, 11, -24, 29] | 0 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example is belo... | [-63, 82, 79] | 9 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
--------
Question: ... | [-111, 83, -8, 92, 55, 91, 70]
| 7 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[Q]: [[-122, -18],... | [-89, 10, -19, 100, -78, 72, 70, 93, 49]
| 5 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Input: Consider In... | Output: [43, 85, 49]
| 2 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[-181, -160, -10,... | [19, 79, 98, 99]
| 0 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[91, -82, -158, -... | [68, 87, 83, 17, 57, 55]
| 0 | NIv2 | task207_max_element_lists | fs_opt |
Teacher: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Teacher: N... | [60, 42, -57, 95, -62, 54] | 2 | NIv2 | task207_max_element_lists | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised o... | [43, 85, 49] | 1 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Let me give you an... | [90, 77] | 8 | NIv2 | task207_max_element_lists | fs_opt |
Part 1. Definition
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
... | [73, -46, 100, 91, 43] | 7 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example Input: [[2... | [65, -27, 94, 16, 49]
| 3 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Input: Consider In... | Output: [-63, 82, 79]
| 2 | NIv2 | task207_max_element_lists | fs_opt |
Teacher: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Teacher: N... | [58, -20, -126, 84, -14, 61] | 2 | NIv2 | task207_max_element_lists | fs_opt |
Detailed Instructions: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lis... | [-117, 79, 63, 64] | 4 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example: [[5, 3], [... | Solution: [47, 78, 40] | 5 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example input: [[5... | [60, 69, 92, 76, 66, -20] | 3 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example is belo... | [91, 63, 46, 92, 96, 90, 100, 35] | 9 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Input: Consider In... | Output: [-117, 79, 63, 64]
| 2 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Ex Input:
[[-115, ... | [100, 91, 85]
| 1 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
--------
Question: ... | [49, 17, 87, 69]
| 7 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Ex Input:
[[-29, 3... | [84, -33]
| 1 | NIv2 | task207_max_element_lists | fs_opt |
Teacher: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Teacher: N... | [64, 85, -124, 25, 49, 98] | 2 | NIv2 | task207_max_element_lists | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised o... | [61, 17] | 1 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[Q]: [[-66, -108, ... | [89, 59, 33, 61, 90, 82, -89, 51]
| 5 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example: [[5, 3... | [45, 100, 5, 82, -34, 76, 52, 78, -4] | 6 | NIv2 | task207_max_element_lists | fs_opt |
Detailed Instructions: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lis... | [94, 44] | 4 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Q: [[-66, -108, -5... | [94, 44]
****
| 4 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example: [[5, 3... | [72, 83, 96, 100] | 6 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Input: Consider In... | Output: [89, 67, 52, -54, 70, 87, 48, 14, 94]
| 2 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example: [[5, 3], [... | Solution: [56, -87, 97, 5, 75, 100, 39, 38] | 5 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
--------
Question: ... | [91, 24, 47, -103, 88, 58]
| 7 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example: [[5, 3... | [89, 67, 52, -54, 70, 87, 48, 14, 94] | 6 | NIv2 | task207_max_element_lists | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner l... | [66, 73, 90] | 0 | NIv2 | task207_max_element_lists | fs_opt |
Detailed Instructions: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lis... | [-2, 57, 97, 30, 24] | 4 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[53, -158, -69, 7... | [-69, 4, 0, -45, 66, 92, 55]
| 0 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
--------
Question: ... | [-2, 57, 97, 30, 24]
| 7 | NIv2 | task207_max_element_lists | fs_opt |
instruction:
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
questi... | [74, 78, -132, 63, 73, 39]
| 9 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example: [[5, 3... | [89, 50, -25, 98, 29, 28, 42] | 6 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[EX Q]: [[-57, -10... | [-16, 30]
| 6 | NIv2 | task207_max_element_lists | fs_opt |
Part 1. Definition
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
... | [85, 75, -54, 78, 35, 14, 49, 9] | 7 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example: [[5, 3... | [46, -17, 34, 88, 97] | 6 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Ex Input:
[[-129, ... | [69, 98, 84, 99, -12]
| 1 | NIv2 | task207_max_element_lists | fs_opt |
Detailed Instructions: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lis... | [52, 39, 95, 2, -17, 57, 73, 70, 44] | 4 | NIv2 | task207_max_element_lists | fs_opt |
Part 1. Definition
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
... | [88, 82, 62, 90] | 7 | NIv2 | task207_max_element_lists | fs_opt |
Teacher: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Teacher: N... | [-24, 82, 61, 97, 73, 49, 88] | 2 | NIv2 | task207_max_element_lists | fs_opt |
Teacher: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Teacher: N... | [43, 89, -51, 8, 74, 86] | 2 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example: [[5, 3], [... | Solution: [55, 20, 28, 94, 82] | 5 | NIv2 | task207_max_element_lists | fs_opt |
TASK DEFINITION: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
PR... | [43, 89, -51, 8, 74, 86]
| 8 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example is belo... | [39, 4, 32, 40, 77, 49, 42, 96, 61] | 9 | NIv2 | task207_max_element_lists | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised o... | [61, 96, -116, 91, -2, 73] | 1 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
--------
Question: ... | [61, 82, 91, 67, 91, 19, 85, 35, 89]
| 7 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example is belo... | [96, 46, 100, 93, 47, 89, 0, 52, 77] | 9 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example: [[5, 3], [... | Solution: [58, -1, -127, 25, 71] | 5 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example: [[5, 3... | [38, -39, 7] | 6 | NIv2 | task207_max_element_lists | fs_opt |
Teacher: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Teacher: N... | [-46, -32, 52, -19, 38, -26, 87, 90, 74] | 2 | NIv2 | task207_max_element_lists | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner l... | [99, 74, 86] | 0 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[-173, -4, 13, -1... | [65, 68, -116, 73, 30, 76, 29]
| 0 | NIv2 | task207_max_element_lists | fs_opt |
TASK DEFINITION: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
PR... | [50, 41, 79, 41, 37, 92, 49, 66]
| 8 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Let me give you an... | [50, 41, 79, 41, 37, 92, 49, 66] | 8 | NIv2 | task207_max_element_lists | fs_opt |
instruction:
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
questi... | [32, 79, 90, 64, 90, 90]
| 9 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Input: Consider In... | Output: [62, 36, -120, 53, -32]
| 2 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example: [[5, 3... | [69, 16, 79, 65, 42] | 6 | NIv2 | task207_max_element_lists | fs_opt |
Part 1. Definition
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
... | [-64, 80, 48] | 7 | NIv2 | task207_max_element_lists | fs_opt |
Detailed Instructions: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lis... | [78, 30, 79, 68, 68, 89, -22, 13, -64] | 4 | NIv2 | task207_max_element_lists | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner l... | [60, 99] | 0 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example is belo... | [50, 1, 69] | 9 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Let me give you an... | [71, 44, 78, 87, 68, 91] | 8 | NIv2 | task207_max_element_lists | fs_opt |
TASK DEFINITION: In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
PR... | [56, 64, 71]
| 8 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Let me give you an... | [8, 8, 57] | 8 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
--------
Question: ... | [8, 8, 57]
| 7 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[Q]: [[-9, 61, 5, ... | [98, -152]
| 5 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
One example is belo... | [92, 53, 98, 99] | 9 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Let me give you an... | [-29, 85, 59, 93] | 8 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Example Input: [[-... | [93, 45, 83, 100, 73, -9]
| 3 | NIv2 | task207_max_element_lists | fs_opt |
instruction:
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
questi... | [90, 61, 86]
| 9 | NIv2 | task207_max_element_lists | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner l... | [66, -91, 69, 47, 15, 92] | 0 | NIv2 | task207_max_element_lists | fs_opt |
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
Input: Consider In... | Output: [100, 93, 1]
| 2 | NIv2 | task207_max_element_lists | fs_opt |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 2