inputs stringlengths 305 681 | targets stringlengths 6 53 | _template_idx int64 0 9 | _task_source stringclasses 1
value | _task_name stringclasses 1
value | _template_type stringclasses 2
values |
|---|---|---|---|---|---|
TASK DEFINITION: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
PROBLE... | [34, 16, 220, 430]
| 8 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example: [7, 9, 2, ... | [50, 2, 16, 5, 68, 262, 292, 74] | 6 | NIv2 | task206_collatz_conjecture | fs_opt |
Teacher: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Teacher: Now, ... | [39, 24, 22, 93] | 2 | NIv2 | task206_collatz_conjecture | fs_opt |
Teacher: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Teacher: Now, ... | [370, 346, 39, 532, 79, 34, 310, 100, 310] | 2 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[197, 41, 198, 17]
[59... | [328, 190, 23, 388, 406, 35]
| 0 | NIv2 | task206_collatz_conjecture | fs_opt |
Teacher: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Teacher: Now, ... | [7, 298, 26, 49, 99] | 2 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[EX Q]: [133, 158, 199... | [256, 310, 328, 16, 77, 268, 418]
| 6 | NIv2 | task206_collatz_conjecture | fs_opt |
instruction:
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
question:
... | [48, 41, 39, 99, 496, 214]
| 9 | NIv2 | task206_collatz_conjecture | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
... | [220, 17, 316, 82, 76, 508, 74, 448, 352] | 4 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example: [7, 9, 2, 8]
E... | Solution: [34, 280] | 5 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[74, 61, 194]
[37, 184... | [220, 17, 316, 82, 76, 508, 74, 448, 352]
| 0 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Input: Consider Input:... | Output: [34, 280]
| 2 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example Input: [5, 24,... | [66, 23, 208]
| 3 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example: [7, 9, 2, ... | [52, 532, 406, 526] | 6 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[EX Q]: [196, 25, 186,... | [25, 29, 472, 66, 36, 3, 51, 53, 81]
| 6 | NIv2 | task206_collatz_conjecture | fs_opt |
Part 1. Definition
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Part... | [154, 328] | 7 | NIv2 | task206_collatz_conjecture | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
... | [78, 406, 88, 490, 514, 43, 45] | 4 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Ex Input:
[72, 194, 26... | [37, 226, 418, 70, 4, 112]
| 1 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
--------
Question: [116... | [316, 460, 55, 89, 466, 36, 202]
| 7 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example input: [7, 9, ... | [544, 48, 24, 42, 376, 22] | 3 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example: [7, 9, 2, ... | [28, 298, 280] | 6 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
--------
Question: [132... | [544, 48, 24, 42, 376, 22]
| 7 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example input: [7, 9, ... | [31, 43, 334, 63, 25, 406] | 3 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[Q]: [192, 31, 107, 89... | [80, 82, 34, 36, 406, 478, 586]
| 5 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example Input: [190, 9... | [586, 45, 50]
| 3 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example is below.
Q... | [60, 298, 98, 484] | 9 | NIv2 | task206_collatz_conjecture | fs_opt |
Teacher: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Teacher: Now, ... | [72, 19] | 2 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example: [7, 9, 2, ... | [38, 79, 4, 72, 86, 18] | 6 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Input: Consider Input:... | Output: [202, 42]
| 2 | NIv2 | task206_collatz_conjecture | 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 will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The... | [46, 394, 95, 130, 90, 99, 400] | 0 | NIv2 | task206_collatz_conjecture | 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 will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The... | [42, 97, 37, 21, 364, 382, 40, 38] | 0 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[EX Q]: [42, 128, 11, ... | [31, 43, 334, 63, 25, 406]
| 6 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[Q]: [26, 72, 28, 73, ... | [478, 514, 508, 13, 250, 94, 214, 520]
| 5 | NIv2 | task206_collatz_conjecture | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is... | [478, 514, 508, 13, 250, 94, 214, 520] | 1 | NIv2 | task206_collatz_conjecture | 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 will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The... | [17, 47, 73, 72] | 0 | NIv2 | task206_collatz_conjecture | fs_opt |
instruction:
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
question:
... | [196, 33, 47, 28, 91, 24]
| 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Q: [9, 116, 199, 55, 1... | [36, 61, 28, 178, 160, 292, 346, 2, 93]
****
| 4 | NIv2 | task206_collatz_conjecture | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
... | [502, 74, 262, 32, 106, 30] | 4 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example: [7, 9, 2, ... | [79, 58, 22, 202, 52] | 6 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[1, 122, 121]
[4, 61, ... | [33, 358, 99, 73, 532, 184, 69]
| 0 | NIv2 | task206_collatz_conjecture | fs_opt |
Part 1. Definition
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Part... | [3, 41, 16, 20] | 7 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Let me give you an exa... | [586, 178, 364, 3, 22] | 8 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Q: [10, 44, 174, 38, 1... | [154, 46, 520, 148]
****
| 4 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Q: [130, 78, 148]
A: ... | [16, 22, 27]
****
| 4 | NIv2 | task206_collatz_conjecture | 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 will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The... | [6, 10, 286, 59] | 0 | NIv2 | task206_collatz_conjecture | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
PROBLE... | [66, 38, 60, 58, 16]
| 8 | NIv2 | task206_collatz_conjecture | fs_opt |
Part 1. Definition
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Part... | [208, 316] | 7 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example is below.
Q... | [2, 95, 3, 154, 50, 118, 484, 95, 478] | 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
--------
Question: [158... | [34, 25, 36, 526]
| 7 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Input: Consider Input:... | Output: [436, 436, 48, 196, 592, 17, 358, 232, 76]
| 2 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example is below.
Q... | [508, 65, 27, 100, 79] | 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example is below.
Q... | [35, 11, 334] | 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Let me give you an exa... | [45, 430, 92, 322, 58, 520, 40] | 8 | NIv2 | task206_collatz_conjecture | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is... | [280, 98, 196, 286, 55] | 1 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example input: [7, 9, ... | [214, 130, 62] | 3 | NIv2 | task206_collatz_conjecture | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
... | [55, 45, 12, 412, 10] | 4 | NIv2 | task206_collatz_conjecture | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
PROBLE... | [154, 586, 196, 202, 424, 31, 92, 3, 154]
| 8 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
--------
Question: [13,... | [7, 418]
| 7 | NIv2 | task206_collatz_conjecture | fs_opt |
instruction:
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
question:
... | [14, 54, 490, 8, 124, 478]
| 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[Q]: [134, 197, 44]
[A... | [45, 430, 92, 322, 58, 520, 40]
| 5 | NIv2 | task206_collatz_conjecture | fs_opt |
instruction:
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
question:
... | [35, 11, 334]
| 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[Q]: [185, 33, 80, 48,... | [244, 22, 16]
| 5 | NIv2 | task206_collatz_conjecture | fs_opt |
instruction:
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
question:
... | [2, 48, 37, 484, 448, 18, 136]
| 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example is below.
Q... | [556, 84, 52] | 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example Input: [62, 40... | [59, 358]
| 3 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[Q]: [50, 156, 32, 16,... | [65, 30, 99, 172, 496]
| 5 | NIv2 | task206_collatz_conjecture | fs_opt |
instruction:
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
question:
... | [556, 84, 52]
| 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[9, 111, 3, 74, 165, 1... | [76, 580, 148, 244, 88, 50, 68, 1, 13]
| 0 | NIv2 | task206_collatz_conjecture | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is... | [29, 8, 35, 58, 130, 64, 244] | 1 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Q: [168, 159, 152, 37,... | [40, 30]
****
| 4 | NIv2 | task206_collatz_conjecture | fs_opt |
Part 1. Definition
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Part... | [39, 34, 51, 27, 568, 100, 42] | 7 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example: [7, 9, 2, 8]
E... | Solution: [232, 424, 29] | 5 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Input: Consider Input:... | Output: [16, 490, 60, 75, 11, 87, 274, 74, 442]
| 2 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Input: Consider Input:... | Output: [370, 84, 93, 50, 68, 76]
| 2 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example is below.
Q... | [370, 84, 93, 50, 68, 76] | 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example is below.
Q... | [67, 75, 26, 298, 478, 19] | 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
--------
Question: [148... | [226, 226, 27, 5, 26, 58, 298, 60, 556]
| 7 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example: [7, 9, 2, ... | [47, 244, 484, 15, 82, 11, 57, 448, 148] | 6 | NIv2 | task206_collatz_conjecture | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
... | [71, 40, 36, 16] | 4 | NIv2 | task206_collatz_conjecture | fs_opt |
Teacher: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Teacher: Now, ... | [40, 88, 73, 74, 7, 99, 34, 544] | 2 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Input: Consider Input:... | Output: [80, 75]
| 2 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[Q]: [103, 169]
[A]: [... | [47, 244, 484, 15, 82, 11, 57, 448, 148]
| 5 | NIv2 | task206_collatz_conjecture | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is... | [79, 98, 71, 148, 448, 12, 100] | 1 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example Input: [10, 44... | [232, 424, 29]
| 3 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Q: [166, 43, 95, 19, 1... | [40, 88, 73, 74, 7, 99, 34, 544]
****
| 4 | NIv2 | task206_collatz_conjecture | fs_opt |
Part 1. Definition
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Part... | [17, 226] | 7 | NIv2 | task206_collatz_conjecture | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
PROBLE... | [34, 20, 190, 64, 70, 130]
| 8 | NIv2 | task206_collatz_conjecture | 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 will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The... | [502, 5] | 0 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example Input: [163, 1... | [406, 472, 154, 93]
| 3 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[130, 78, 148]
[65, 39... | [71, 40, 36, 16]
| 0 | NIv2 | task206_collatz_conjecture | fs_opt |
instruction:
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
question:
... | [502, 5]
| 9 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example: [7, 9, 2, 8]
E... | Solution: [40, 502, 70, 502, 98, 430, 526, 418, 13] | 5 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Example Input: [169, 9... | [58, 93, 41, 556, 544]
| 3 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
Q: [42, 74, 91]
A: [2... | [99, 286, 574, 2, 526, 430, 16]
****
| 4 | NIv2 | task206_collatz_conjecture | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
... | [10, 90, 502, 400, 37, 154] | 4 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[EX Q]: [159, 172]
[EX... | [58, 98]
| 6 | NIv2 | task206_collatz_conjecture | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
PROBLE... | [40, 502, 70, 502, 98, 430, 526, 418, 13]
| 8 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
--------
Question: [199... | [34, 118]
| 7 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
One example: [7, 9, 2, ... | [52, 54, 74] | 6 | NIv2 | task206_collatz_conjecture | fs_opt |
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
--------
Question: [72,... | [17, 88, 96]
| 7 | NIv2 | task206_collatz_conjecture | fs_opt |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.