Dataset Viewer
Auto-converted to Parquet Duplicate
inputs
stringlengths
733
1.24k
targets
stringlengths
12
89
_template_idx
int64
0
9
_task_source
stringclasses
1 value
_task_name
stringclasses
1 value
_template_type
stringclasses
2 values
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 1024, 4096, 2048, 16, 64, 4, 256]
8
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
Output: [16, 64, 2048, 2048, 16, 64]
2
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n',...
[16, 1024, 4096, 2048, 16, 64, 4, 32, 64, 2048]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[16, 1024, 4096, 2048, 8, 64, 4, 128, 64]
1
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
Solution: [256, 512, 1024, 4096, 8, 32, 4, 256]
5
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 512, 1024, 4096, 8, 32, 4, 256]
5
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 256, 1024, 2048, 16, 64, 2, 64, 256, 1024, 2048, 8, 32, 4]
5
NIv2
task1444_round_power_of_two
fs_opt
TASK DEFINITION: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4...
[128, 1024, 4096, 1024, 8, 64]
8
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[32, 1024, 4096, 2048, 16, 64, 4, 128, 2048] ****
4
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 2, 1024, 4096, 32, 64, 4, 64, 2048, 2048]
5
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 256, 2048, 4096, 8, 32]
7
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 1024, 2048, 2048, 16, 64, 4, 64, 2048, 256, 4096, 16, 64, 2, 128]
6
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 1024, 4096, 1024, 16, 32]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 1024, 2048, 2048, 16, 32, 4, 128, 1024, 4096, 2048, 16, 64, 2, 16]
3
NIv2
task1444_round_power_of_two
fs_opt
Part 1. Definition In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2,...
[128, 1024, 4096, 1024, 16, 32]
7
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 1024, 4096, 4096, 8, 64, 2, 128, 1024, 2048, 2048, 8, 32, 4]
9
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 1024, 4096, 4096, 8, 64, 2, 128, 1024, 2048, 2048, 8, 32, 4]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 256, 2048, 4096, 16, 64, 2, 256, 2048, 1024, 4096]
6
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n',...
[128, 2048, 2048, 4096]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 1024, 4096, 4096, 16, 64, 4, 256, 2048, 2048, 2048, 16, 32, 4, 256, 512]
6
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[64, 2048, 2048, 512, 16, 32, 2, 128]
7
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 1024, 256, 2048, 8, 64]
3
NIv2
task1444_round_power_of_two
fs_opt
Teacher: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16,...
[8, 2048, 4096, 512, 8, 64, 4, 64]
2
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[64, 512, 4096]
3
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[64, 1024, 2048, 2048, 16, 64, 4, 64]
3
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n',...
[64, 1024, 2048, 2048, 8, 64, 4, 4, 1024, 4096, 2048, 16, 64, 2, 16]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 512, 1024, 2048, 8, 32, 2, 64, 512, 512, 2048, 8, 32, 4, 256]
6
NIv2
task1444_round_power_of_two
fs_opt
Detailed Instructions: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2,...
[256, 512, 1024, 2048, 8, 32, 2, 64, 512, 512, 2048, 8, 32, 4, 256]
4
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 128, 4096, 4096, 16, 32, 4, 128, 1024]
3
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
Solution: [128, 1024, 4096, 2048, 16, 32, 2, 256, 1024, 512, 4096, 16, 32, 2]
5
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[64, 128, 2048, 4096, 16, 64, 4, 8, 256, 2048, 4096, 16, 32, 2, 128, 2048]
6
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 2048, 4096, 2048, 8, 32] ****
4
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[64, 1024, 2048, 512]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 512, 1024, 2048, 8, 64, 4]
1
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
Output: [128, 1024, 2048, 4096, 16, 64, 4, 128, 256, 4096, 2048, 16, 64, 2, 256, 1024]
2
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
Output: [256, 2048, 2048, 4096, 8, 64, 2, 64, 1024, 4096, 2048, 16, 64, 4, 64]
2
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 512, 4096, 1024, 16, 64, 2, 256, 1024]
0
NIv2
task1444_round_power_of_two
fs_opt
Part 1. Definition In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2,...
[64, 2048, 4096, 512, 16, 64, 4, 64, 1024, 1024, 2048, 16, 64, 4]
7
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
Output: [128, 128, 2048, 4096, 16, 64, 4, 8, 1024, 1024, 2048]
2
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 512, 4096, 1024, 16, 32, 2, 256, 2048, 2048, 2048, 16, 64, 4, 128]
6
NIv2
task1444_round_power_of_two
fs_opt
instruction: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8,...
[128, 2048, 1024, 1024, 8, 32]
9
NIv2
task1444_round_power_of_two
fs_opt
TASK DEFINITION: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4...
[128, 256, 512, 1024, 8, 64, 2, 256, 1024, 2048, 4096, 16, 64, 2, 128]
8
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
Output: [64, 1024, 2048, 2048, 32, 64]
2
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 256, 256, 4096, 16, 64, 2, 128, 256, 512, 4096, 8, 64]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 256, 4096, 512]
5
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[16, 512, 4096, 4096]
6
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 256, 4096, 4096, 16]
6
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 1024, 1024, 4096, 16, 32, 4, 128, 1024, 2048, 2048, 16, 64, 4, 64]
3
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multip...
[64, 512, 256, 1024]
1
NIv2
task1444_round_power_of_two
fs_opt
TASK DEFINITION: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4...
[64, 1024, 4096, 4096, 16, 64, 4, 64, 1024, 2048]
8
NIv2
task1444_round_power_of_two
fs_opt
TASK DEFINITION: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4...
[64, 512, 256, 2048, 16, 64, 4]
8
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[32, 128, 2048, 512, 8, 64, 2, 128, 128, 2048]
7
NIv2
task1444_round_power_of_two
fs_opt
Detailed Instructions: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2,...
[256, 256, 256, 4096, 16, 64, 2, 128, 256, 512, 4096, 8, 64]
4
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 256, 4096, 4096, 16]
3
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n',...
[64, 2048, 4096, 4096, 16, 64, 4]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[64, 1024, 2048, 4096, 16, 64, 2, 256, 2048, 1024, 2048, 8, 32, 4]
8
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multip...
[32, 256, 1024, 2048, 16, 64, 4, 256, 32, 2048, 4096, 8, 64]
1
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 256, 4096, 2048, 16, 32, 4, 128, 32, 2048, 4096, 8, 64, 4, 64]
7
NIv2
task1444_round_power_of_two
fs_opt
Teacher: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16,...
[128, 256, 4096, 2048, 16, 32, 4, 128, 32, 2048, 4096, 8, 64, 4, 64]
2
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 2048, 256, 4096, 16, 32, 2, 64, 256, 4096, 2048, 16, 64, 4]
1
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n',...
[16, 128, 512, 4096, 8]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 1024, 2048, 4096, 16, 32, 2, 64, 512, 4096, 2048, 16, 64, 4, 128]
3
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 512, 4096, 2048, 16, 64, 4, 64, 64]
5
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n',...
[128, 1024, 2048, 2048]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[4, 1024, 4096, 2048]
6
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 1024, 1024, 2048, 16, 32, 2, 128] ****
4
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
Solution: [128, 512, 4096, 2048, 8, 32, 4, 128, 2048, 1024, 4096]
5
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 1024, 2048, 4096, 16, 64]
8
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[32, 1024, 4096]
9
NIv2
task1444_round_power_of_two
fs_opt
Part 1. Definition In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2,...
[64, 1024, 512, 4096]
7
NIv2
task1444_round_power_of_two
fs_opt
TASK DEFINITION: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4...
[32, 512, 4096, 2048, 16]
8
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[64, 1024, 512, 4096]
1
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[64, 512, 512, 1024, 8, 64, 4, 16, 2048, 4096, 4096, 16, 64, 4, 256]
6
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
Output: [16, 2048, 2048, 2048, 16, 32, 4]
2
NIv2
task1444_round_power_of_two
fs_opt
Detailed Instructions: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2,...
[256, 1024, 2048, 512, 16, 32, 4, 256, 1024, 2048, 1024, 8, 32]
4
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 256, 4096, 1024, 16, 64, 2, 64, 128, 2048, 2048, 8, 64]
7
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[8, 1024, 64, 2048, 8, 64, 4] ****
4
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[64, 1024, 1024, 2048, 16, 64, 4, 8, 2048, 512, 4096, 16, 64]
7
NIv2
task1444_round_power_of_two
fs_opt
Detailed Instructions: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2,...
[256, 128, 2048, 4096, 8, 64, 4, 256, 1024]
4
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n',...
[64, 128, 1024, 2048, 16, 64, 2]
0
NIv2
task1444_round_power_of_two
fs_opt
instruction: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8,...
[256, 1024, 512, 4096]
9
NIv2
task1444_round_power_of_two
fs_opt
Detailed Instructions: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2,...
[256, 1024, 4096, 4096, 16, 64, 2]
4
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n',...
[128, 512, 512, 4096, 16, 32, 4, 128, 256, 1024, 2048]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 1024, 1024]
8
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 1024, 2048]
3
NIv2
task1444_round_power_of_two
fs_opt
Part 1. Definition In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2,...
[128, 1024, 256, 2048, 16, 64, 2, 128, 512, 1024]
7
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[64, 256, 256, 2048, 8, 64, 2, 128, 512, 4096]
5
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 512, 2048, 2048, 8, 64, 4, 128, 1024, 2048, 4096]
5
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 128, 2048, 2048, 16, 64, 4, 32]
3
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 2048, 4096, 512, 8, 64, 4, 256, 2048, 2048, 4096, 32, 64, 4, 256]
8
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[128, 2048, 2048, 2048, 8, 64, 4, 16, 1024, 4096, 2048, 16, 64, 4]
3
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n',...
[16, 2048, 1024, 2048, 16, 64, 4]
0
NIv2
task1444_round_power_of_two
fs_opt
instruction: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8,...
[64, 1024, 4096, 2048, 16, 32, 4, 256, 2048, 2048, 2048, 8, 32, 4, 128]
9
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[256, 1024, 4096, 2048, 16, 64, 4, 64, 512, 4096, 1024, 16, 64, 4, 128, 2048]
3
NIv2
task1444_round_power_of_two
fs_opt
TASK DEFINITION: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4...
[256, 2048, 4096, 1024, 16, 64, 4, 128]
8
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n',...
[256, 2048, 4096, 1024, 16, 64, 4, 128]
0
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[16, 512, 2048, 4096, 16, 64, 2, 128, 2048, 4096, 2048, 8]
3
NIv2
task1444_round_power_of_two
fs_opt
In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, ...
[64, 1024, 2048, 2048, 8, 32, 4]
0
NIv2
task1444_round_power_of_two
fs_opt
Detailed Instructions: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2,...
[64, 1024, 2048, 2048, 8, 32, 4]
4
NIv2
task1444_round_power_of_two
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. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n',...
[128, 32, 4096, 4096, 16, 64, 4, 128, 512, 512]
0
NIv2
task1444_round_power_of_two
fs_opt
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
3