inputs stringlengths 188 676 | targets stringlengths 8 98 | _template_idx int64 0 9 | _task_source stringclasses 1
value | _task_name stringclasses 1
value | _template_type stringclasses 2
values |
|---|---|---|---|---|---|
Part 1. Definition
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Part 2. Example
[-83, 53, -48, 8]
Answer: [-80, 50, -50, 10]
Explanation: The output correctly rounds each integer in the i... | [900, 20, -980, -300, 530, 700, -120, 250, -110, -850, 10, 840, -680, 740, 260] | 7 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Input: Consider Input: [80, 869]
Output: [80, 870]
Input: Consider Input: [641, -857]
Output: [640, -860]
Input: Consider Input: [537, ... | Output: [540, 880, -340, 330, -480, -630, 880, -340, 990, 100, -20, -660, 880]
| 2 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
One example is below.
Q: [-83, 53, -48, 8]
A: [-80, 50, -50, 10]
Rationale: The output correctly rounds each integer in the input list to the ... | [-990, -220, 690, -850, -540, 670, 130, -960, -920, -640, 660] | 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
See one example below:
Problem: [-83, 53, -48, 8]
Solution: [-80, 50, -50, 10]
Explanation: The output correctly rounds... | [-200, 710] | 4 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example Input: [850, 169, -302, 998, -140]
Example Output: [850, 170, -300, 1000, -140]
Example Input: [-816, 741, 208, 684, -419]
Example O... | [780, -970, 960]
| 3 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[-771, 972, 403, -917, -202, -271, -524]
[-770, 970, 400, -920, -200, -270, -520]
[-867, 549, 516, -187, -704, 267, 103, 53]
[-870, 550, 520... | [-300, -170, -80, -230, -20, 510, -930, 330]
| 0 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
instruction:
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
question:
[-132, 734, -355, 836, 474, 152, 814, -667, 764, -411, 683, -555]
answer:
[-130, 730, -360, 840, 470, 150, 810, -670, 7... | [810, -950, -440, 280, 850, 820, 660]
| 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
PROBLEM: [36, 201, 18]
SOLUTION: [40, 200, 20]
PROBLEM: [-473, -6, 53, 47, 342, -805, -497, 362, 565, -199, -181, 788, 51]
... | [-370, -180, -240, 720, -780, 980, 220]
| 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example input: [-83, 53, -48, 8]
Example output: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the inpu... | [740, -960, -220, 400, -890] | 3 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
One example: [-83, 53, -48, 8]
Solution is here: [-80, 50, -50, 10]
Explanation: The output correctly rounds each integer in the input list to... | [-530, -200, 610, 660, 980, -380, 100, 530] | 6 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Ex Input:
[-996, -686, 442, 355, -135, 223, 149, -196]
Ex Output:
[-1000, -690, 440, 360, -140, 220, 150, -200]
Ex Input:
[27, 315, 424, 1... | [910, -530, -230, 710, 340, 420, -840, 870, 910, 10, 260]
| 1 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
PROBLEM: [456, 889, 588, 723, -830, -140, -828, -278]
SOLUTION: [460, 890, 590, 720, -830, -140, -830, -280]
PROBLEM: [-339... | [190, -970]
| 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
One example is below.
Q: [-83, 53, -48, 8]
A: [-80, 50, -50, 10]
Rationale: The output correctly rounds each integer in the input list to the ... | [-870, 160, -990, -580, -880, 740, -360, -120, 450, 610, -110, -240] | 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Input: Consider Input: [-973, -972, -240, -460, 65, -871, 381, -969, -182]
Output: [-970, -970, -240, -460, 60, -870, 380, -970, -180]
Inp... | Output: [-870, 160, -990, -580, -880, 740, -360, -120, 450, 610, -110, -240]
| 2 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[Q]: [864, 484, 727, -929, 780, 306, 606, -155]
[A]: [860, 480, 730, -930, 780, 310, 610, -160]
[Q]: [-14, -375, -413, -940, -725, 390, -33... | [-420, -250, -230, -990, -280, 100, 150, 270, -800, 0, -110]
| 5 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
PROBLEM: [-943, 660, -524, 373, 510, -462, 944, -318, -406]
SOLUTION: [-940, 660, -520, 370, 510, -460, 940, -320, -410]
PR... | [-600, 440, 1000, -400, 540, -930, 600, 340, 320]
| 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
--------
Question: [188, -395, 464, -225]
Answer: [190, -400, 460, -220]
Question: [-836, -504, 467, 896, 988, 227, -16, -86, 648, -831, 43... | [-930, -680, -800, 120, -910, 110, 90, -1000, -40, 20, -700, -640, -80]
| 7 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example input: [-83, 53, -48, 8]
Example output: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the inpu... | [420, 80, 260, 240, -60, -940, 660] | 3 | NIv2 | task373_synthetic_round_tens_place | 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. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[-83, 53, -48, 8]
So... | [810, -950, -440, 280, 850, 820, 660] | 0 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
PROBLEM: [-533, 65, -454, -33, -771, 946, 598, 85, -321, 253]
SOLUTION: [-530, 60, -450, -30, -770, 950, 600, 80, -320, 250]... | [840, 130, -270, -440, 490, 630, -760, 330, -180, -640, -780, 1000, -890, -690]
| 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example input: [-83, 53, -48, 8]
Example output: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the inpu... | [110, 860, -300, 140, 160, -170, -340, 70, -650] | 3 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Let me give you an example: [-83, 53, -48, 8]
The answer to this example can be: [-80, 50, -50, 10]
Here is why: The output correctly rounds ... | [-820, 100, 670, 150] | 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
One example is below.
Q: [-83, 53, -48, 8]
A: [-80, 50, -50, 10]
Rationale: The output correctly rounds each integer in the input list to the ... | [310, -660, -580] | 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
Teacher: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Teacher: Now, understand the problem? If you are still confused, see the following example:
[-83, 53, -48, 8]
Solution: [-80, 50, -50... | [-960, 20, 160] | 2 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[EX Q]: [-140, 488, 527, 623, 126, -597, 249, -988, -389, 499, -404, 596, -394, -777]
[EX A]: [-140, 490, 530, 620, 130, -600, 250, -990, -39... | [450, 330, -120, 360, 350, -910, 490, -710, -230, -270, -30, 50, -650, -930, 310]
| 6 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Ex Input:
[-59, 406, 708, 988, -740, 329]
Ex Output:
[-60, 410, 710, 990, -740, 330]
Ex Input:
[-571, -369, -613, 808, -994, -16, -174, -9... | [310, -660, -580]
| 1 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example input: [-83, 53, -48, 8]
Example output: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the inpu... | [0, -700] | 3 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[-458, 206, -77, 449, -271, 239, -408, 391, -790, -371, 502, -626, -69, 287, -122]
[-460, 210, -80, 450, -270, 240, -410, 390, -790, -370, 50... | [1000, -490, -290, -720, -190, 190, -420, 960, -620, 0, -620, 10, 900, -660]
| 0 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Input: Consider Input: [595, 339, -780, 609, 101, -699, 327, -235, 90, 829, -995, 831, -252, 976, -875]
Output: [600, 340, -780, 610, 100, -... | Output: [330, -520, 470]
| 2 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
instruction:
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
question:
[121, 314, -826, -292, -470, 662, 401, 486]
answer:
[120, 310, -830, -290, -470, 660, 400, 490]
question:
[368, -715,... | [0, -700]
| 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example: [-83, 53, -48, 8]
Example solution: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the input lis... | Solution: [1000, -490, -290, -720, -190, 190, -420, 960, -620, 0, -620, 10, 900, -660] | 5 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[Q]: [-398, -481, 306, -619, -494, 472]
[A]: [-400, -480, 310, -620, -490, 470]
[Q]: [475, 203, 224, -1000, 496, 979, -800]
[A]: [480, 200,... | [-360, 960, -580, -590, 720, -520, 640]
| 5 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
See one example below:
Problem: [-83, 53, -48, 8]
Solution: [-80, 50, -50, 10]
Explanation: The output correctly rounds... | [610, 820, 40, 200, -750, -650, 920, 390] | 4 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
instruction:
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
question:
[-973, -972, -240, -460, 65, -871, 381, -969, -182]
answer:
[-970, -970, -240, -460, 60, -870, 380, -970, -180]
quest... | [610, 820, 40, 200, -750, -650, 920, 390]
| 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Q: [-816, 642, -362, 222, 737, -773]
A: [-820, 640, -360, 220, 740, -770]
****
Q: [321, 834, 705, 524, 575, 638, -65, 511, 213]
A: [320, 83... | [-430, 860, 340, 920, 940]
****
| 4 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example input: [-83, 53, -48, 8]
Example output: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the inpu... | [-970, -630, -660, 910, -120, 280, -360, -10, -300, -140] | 3 | NIv2 | task373_synthetic_round_tens_place | 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. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example: [-83, 53, -48, 8]
Output: [-80, 50, -50, 10]
The output ... | [550, 990, 330, -100, 220, 240, -100, 210, -380, 690, 350, 760, -220] | 1 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
See one example below:
Problem: [-83, 53, -48, 8]
Solution: [-80, 50, -50, 10]
Explanation: The output correctly rounds... | [-650, 640, -710, 900, -570, 860, 470, -740, 590, -600, -380, 360, 900, -240] | 4 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
One example: [-83, 53, -48, 8]
Solution is here: [-80, 50, -50, 10]
Explanation: The output correctly rounds each integer in the input list to... | [-670, -480, 260] | 6 | NIv2 | task373_synthetic_round_tens_place | 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. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[-83, 53, -48, 8]
So... | [-940, -550, 130, -390, -290] | 0 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
instruction:
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
question:
[-691, 889, 991, -326, 927, 518]
answer:
[-690, 890, 990, -330, 930, 520]
question:
[-853, -923, 160, -48, 931, 676, ... | [-40, -460, 610, 350, 250, -820, -180, -470]
| 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Input: Consider Input: [-59, 406, 708, 988, -740, 329]
Output: [-60, 410, 710, 990, -740, 330]
Input: Consider Input: [475, 203, 224, -100... | Output: [-670, -480, 260]
| 2 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
See one example below:
Problem: [-83, 53, -48, 8]
Solution: [-80, 50, -50, 10]
Explanation: The output correctly rounds... | [460, -530, -480] | 4 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
One example is below.
Q: [-83, 53, -48, 8]
A: [-80, 50, -50, 10]
Rationale: The output correctly rounds each integer in the input list to the ... | [10, -380, 20, 770, 610, 900] | 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example Input: [-868, 856, 56, 225, 355, -498, -416, 450, 1]
Example Output: [-870, 860, 60, 220, 360, -500, -420, 450, 0]
Example Input: [-... | [820, -300, -130, -230, 50, 900, 240, 520, 500]
| 3 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[Q]: [-24, 443, -38]
[A]: [-20, 440, -40]
[Q]: [823, -333, 746, 117, -60, -383, -761, -816, -463, -506, 41, 786, 823, -104]
[A]: [820, -330... | [-780, -570, -530, 430, 200, -200, -730, -590, 640, -720, 460, 740]
| 5 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[Q]: [-905, -388, -799, -869, -695, -774, -11, 563, 301, -62, 536, -344, 542, 713, 960]
[A]: [-900, -390, -800, -870, -700, -770, -10, 560, 3... | [-960, -90, 470, 40, 690, -160, -560, 600, 100, -760, 860]
| 5 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
PROBLEM: [-660, 662, -147, -219, 417, -945, 193, -924]
SOLUTION: [-660, 660, -150, -220, 420, -940, 190, -920]
PROBLEM: [32... | [-850, 820, -800, 670, 290, 710, 780, -620, -110]
| 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
Part 1. Definition
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Part 2. Example
[-83, 53, -48, 8]
Answer: [-80, 50, -50, 10]
Explanation: The output correctly rounds each integer in the i... | [510, -270, 720] | 7 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[EX Q]: [934, 954, -289, -173, 656, -415, 221, -777, -261, 173, 321]
[EX A]: [930, 950, -290, -170, 660, -420, 220, -780, -260, 170, 320]
[E... | [900, 630, -850, 330, -640, 530, -770, 350, -50, -850, -640, 970, 710, -690, 890]
| 6 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
See one example below:
Problem: [-83, 53, -48, 8]
Solution: [-80, 50, -50, 10]
Explanation: The output correctly rounds... | [-440, -540, 550, 160, 890] | 4 | NIv2 | task373_synthetic_round_tens_place | 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. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example: [-83, 53, -48, 8]
Output: [-80, 50, -50, 10]
The output ... | [-950, -20, 700, 190, 870, 900, -400, -660, -30, 430, -610] | 1 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
instruction:
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
question:
[188, -395, 464, -225]
answer:
[190, -400, 460, -220]
question:
[-106, -772, 249, 295, -821, 268, -65, -536, -859, -9... | [650, -810]
| 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[EX Q]: [-653, -770, 108, 508, -853, 539, -594, -813, 246, 273, -616, -973]
[EX A]: [-650, -770, 110, 510, -850, 540, -590, -810, 250, 270, -... | [-850, -280, -840, 500, 140, -470, 490, -260, -780, 800, -100]
| 6 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
--------
Question: [-132, 734, -355, 836, 474, 152, 814, -667, 764, -411, 683, -555]
Answer: [-130, 730, -360, 840, 470, 150, 810, -670, 760,... | [-40, -600, 30, -260, -230, 760, 520, 520, -860, 380, 0, -800, -600, 220]
| 7 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example: [-83, 53, -48, 8]
Example solution: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the input lis... | Solution: [80, -60, 990, 980, 220, 490] | 5 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Ex Input:
[-132, 451, -568, 488, 857, 855, 579, 269, -636, -570, 202, -215, -25, 971, -993]
Ex Output:
[-130, 450, -570, 490, 860, 860, 580,... | [310, 960, -500, -650, -230, -990, 380, -860, -530, 30, 310, 120, -330, -900]
| 1 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example: [-83, 53, -48, 8]
Example solution: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the input lis... | Solution: [-650, -620, 990] | 5 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example: [-83, 53, -48, 8]
Example solution: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the input lis... | Solution: [-120, -620, -40, 550] | 5 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Let me give you an example: [-83, 53, -48, 8]
The answer to this example can be: [-80, 50, -50, 10]
Here is why: The output correctly rounds ... | [-90, -330, -170, -90, 770, -720, -430] | 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Q: [-89, -510, 218, 995, -874, 679]
A: [-90, -510, 220, 1000, -870, 680]
****
Q: [-613, -336, -654, -938, -638, 593]
A: [-610, -340, -650, ... | [-620, -760, -120, -260, 1000]
****
| 4 | NIv2 | task373_synthetic_round_tens_place | 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. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[-83, 53, -48, 8]
So... | [-360, 350, 400, 60, 330, 20, -860] | 0 | NIv2 | task373_synthetic_round_tens_place | 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. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example: [-83, 53, -48, 8]
Output: [-80, 50, -50, 10]
The output ... | [310, 660, -520, 420, -530, 610, 550, -240, -220] | 1 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[EX Q]: [212, -915, 418, 253, 360, 572, 645, 906, -13, -476, 799, 820, -647, -722]
[EX A]: [210, -920, 420, 250, 360, 570, 640, 910, -10, -48... | [310, 660, -520, 420, -530, 610, 550, -240, -220]
| 6 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
See one example below:
Problem: [-83, 53, -48, 8]
Solution: [-80, 50, -50, 10]
Explanation: The output correctly rounds... | [660, -210] | 4 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Input: Consider Input: [557, -377, 126, 752, -778]
Output: [560, -380, 130, 750, -780]
Input: Consider Input: [-869, 205, 796, -274, -512,... | Output: [-720, 700, -870, 290, 520, -570, 710, -250, -210, -360, -620, 800, -240]
| 2 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
One example is below.
Q: [-83, 53, -48, 8]
A: [-80, 50, -50, 10]
Rationale: The output correctly rounds each integer in the input list to the ... | [970, 340] | 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Ex Input:
[-555, 431, -485, -212, -461, 94, -680, -446, 71, 589, -548, 528, 689, -501, 78]
Ex Output:
[-560, 430, -480, -210, -460, 90, -680... | [-920, 720, -80, 130, 810, 820, 20, -1000, -980, -840, 880, -240, -280, 960]
| 1 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
PROBLEM: [434, 167, 980, 299, 199, 381, -472]
SOLUTION: [430, 170, 980, 300, 200, 380, -470]
PROBLEM: [938, -156, -487, 174... | [470, 810, -660, -630, 360, 110, -430, -370, 750, 940, -170, 250, -840, 240, 880]
| 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[EX Q]: [-218, -655, 573, -823, 420, 33, 606, 694, 668, -139, -763, -208, -871, 420, 685]
[EX A]: [-220, -660, 570, -820, 420, 30, 610, 690, ... | [530, -580, 20, 240, -60, -670, -410, 240, -780, 890, -530, -180, 20]
| 6 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[Q]: [-641, -460, -142, 77, -456, -669, 421, -68, -513, 974, 458]
[A]: [-640, -460, -140, 80, -460, -670, 420, -70, -510, 970, 460]
[Q]: [-... | [170, 440]
| 5 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
PROBLEM: [-791, -291, 553, 145]
SOLUTION: [-790, -290, 550, 140]
PROBLEM: [-558, -774, -840]
SOLUTION: [-560, -770, -840]
... | [-980, -950, -370, 860, 910, 170, 120, 200, 120]
| 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
--------
Question: [-863, -425, -351]
Answer: [-860, -420, -350]
Question: [492, 958, 143, -832, -272]
Answer: [490, 960, 140, -830, -270]... | [-800, -290, -420, 840, 990, -200, 100, 530, 450, -960, 960]
| 7 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
instruction:
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
question:
[-776, 128, 857, -671, -884, 53, -608, 897, 448, -845, 754, 483, 24, 210]
answer:
[-780, 130, 860, -670, -880, 50, -610... | [780, 390, 950, -860, 680]
| 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
Teacher: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Teacher: Now, understand the problem? If you are still confused, see the following example:
[-83, 53, -48, 8]
Solution: [-80, 50, -50... | [-100, -60, 440, -920, -80, -160] | 2 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Ex Input:
[-937, 290, 807, -490, 793, 104, -687, -565, 700, -62, 262]
Ex Output:
[-940, 290, 810, -490, 790, 100, -690, -560, 700, -60, 260]... | [430, 490, -840, 800, -360, 550, 20, 910, 760, -760, 230]
| 1 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example: [-83, 53, -48, 8]
Example solution: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the input lis... | Solution: [780, 390, 950, -860, 680] | 5 | NIv2 | task373_synthetic_round_tens_place | 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. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[-83, 53, -48, 8]
So... | [660, 210, -640, 820, 700, 230, -550, -660, -530, 880, -10, -590, -110, 470, 440] | 0 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
One example is below.
Q: [-83, 53, -48, 8]
A: [-80, 50, -50, 10]
Rationale: The output correctly rounds each integer in the input list to the ... | [-180, 60, -400, 440, 810, 180, -340, 190, 200] | 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example Input: [-983, 838, 175, 238, -849, -193, 781, -877, 922, 15, 390]
Example Output: [-980, 840, 180, 240, -850, -190, 780, -880, 920, 2... | [510, -640, 970, 990, 160]
| 3 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
instruction:
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
question:
[485, 674, 409, -734, 531, -80]
answer:
[480, 670, 410, -730, 530, -80]
question:
[-181, 741, -65, 886, -464, 569, 63... | [660, 210, -640, 820, 700, 230, -550, -660, -530, 880, -10, -590, -110, 470, 440]
| 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
PROBLEM: [368, -715, 555, 403, 772, -75, 516, -725, 892, 114, -721]
SOLUTION: [370, -720, 560, 400, 770, -80, 520, -720, 890... | [-820, 640, -360, 220, 740, -770]
| 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
PROBLEM: [535, -305, 181, -146, 499]
SOLUTION: [540, -300, 180, -150, 500]
PROBLEM: [119, 158, -358, 566, -953, -417, -813,... | [570, 970, 760, 40, -460, -610, -230, -150, 910, -180, -410, -990, 750]
| 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Let me give you an example: [-83, 53, -48, 8]
The answer to this example can be: [-80, 50, -50, 10]
Here is why: The output correctly rounds ... | [680, -920, -530, 860, -680, 270, 620, 290, 920, -580, -470] | 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example input: [-83, 53, -48, 8]
Example output: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the inpu... | [670, -460, 150, 260, -970, -890, -50, -860, -390, 60, -980] | 3 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example: [-83, 53, -48, 8]
Example solution: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the input lis... | Solution: [-370, 480, -560, -40, -980, -500, 550, 500, 660, -250] | 5 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
Teacher: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Teacher: Now, understand the problem? If you are still confused, see the following example:
[-83, 53, -48, 8]
Solution: [-80, 50, -50... | [-770, -330, -300, -570, -950, -330, -170, -850, -220, -840] | 2 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
See one example below:
Problem: [-83, 53, -48, 8]
Solution: [-80, 50, -50, 10]
Explanation: The output correctly rounds... | [430, 490, -840, 800, -360, 550, 20, 910, 760, -760, 230] | 4 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
One example: [-83, 53, -48, 8]
Solution is here: [-80, 50, -50, 10]
Explanation: The output correctly rounds each integer in the input list to... | [-20, -450] | 6 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Let me give you an example: [-83, 53, -48, 8]
The answer to this example can be: [-80, 50, -50, 10]
Here is why: The output correctly rounds ... | [-820, 640, -360, 220, 740, -770] | 8 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Ex Input:
[641, -857]
Ex Output:
[640, -860]
Ex Input:
[27, 315, 424, 184, 883]
Ex Output:
[30, 320, 420, 180, 880]
Ex Input:
[511, -57... | [510, -580, -750, 900, -610, -690, 590, -40, -510, -600, -410, 90, -400, 600, 380]
| 1 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
One example is below.
Q: [-83, 53, -48, 8]
A: [-80, 50, -50, 10]
Rationale: The output correctly rounds each integer in the input list to the ... | [250, -810, -810, 350, -110, -250, 430, 550, 900, -10, -500, 210] | 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[EX Q]: [-148, -522, -28, -947, 650, -71]
[EX A]: [-150, -520, -30, -950, 650, -70]
[EX Q]: [781, -265, -968, -261, 313, 496, 524, 58, -684,... | [670, -460, 150, 260, -970, -890, -50, -860, -390, 60, -980]
| 6 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
One example is below.
Q: [-83, 53, -48, 8]
A: [-80, 50, -50, 10]
Rationale: The output correctly rounds each integer in the input list to the ... | [530, 310, -820, -350] | 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
instruction:
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
question:
[-869, 205, 796, -274, -512, -387, 74, -620, 711, 327, -319]
answer:
[-870, 200, 800, -270, -510, -390, 70, -620, 710, ... | [480, -920, 450, 920, 560, -50, 870, -660, -130, -620, 620, -940, 780]
| 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Ex Input:
[-542, -566, 887, 421, -466, 28, -581, -957]
Ex Output:
[-540, -570, 890, 420, -470, 30, -580, -960]
Ex Input:
[184, -554, -959,... | [-370, 480, -560, -40, -980, -500, 550, 500, 660, -250]
| 1 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Example: [-83, 53, -48, 8]
Example solution: [-80, 50, -50, 10]
Example explanation: The output correctly rounds each integer in the input lis... | Solution: [510, -580, -750, 900, -610, -690, 590, -40, -510, -600, -410, 90, -400, 600, 380] | 5 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[-392, -297, -15, 140, -450, 690, -460, 879, -815]
[-390, -300, -20, 140, -450, 690, -460, 880, -820]
[237, 595, -717, -271, -370, -472, 669... | [-150, 260, 740, 460, -140, 210]
| 0 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
instruction:
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
question:
[-831, 535, 218, 526, 657, -110, -393, -554, -178, 884, -896, 328]
answer:
[-830, 540, 220, 530, 660, -110, -390, -550,... | [-840, 970, -900, -590, 400, 300, 700, 20, 10]
| 9 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
Ex Input:
[-639, -544, 189, 69, -560, -614, 222, 502, 888, 190, -253]
Ex Output:
[-640, -540, 190, 70, -560, -610, 220, 500, 890, 190, -250]... | [-910, 0, -750, 470, -380, 620, -430, -20, -340, 40, -280, -550, -460, -130]
| 1 | NIv2 | task373_synthetic_round_tens_place | fs_opt |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 5