inputs
stringlengths
273
578
targets
stringlengths
3
14
_template_idx
int64
0
9
_task_source
stringclasses
1 value
_task_name
stringclasses
1 value
_template_type
stringclasses
2 values
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [EX Q]: [384, 282, 89, 347, 23, 113, 456, 134, 303, 110, 350, 114, 442, 62, 223, 370, 135, 73, 377, 469] [EX A]: 446 [EX Q]: [299, 373, 468...
425
6
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [238, 497, 369, 193, 169, 114, 172, 325, 245, 33, 301, 332, 446, 222, 179, 468, 160, 182, 44, 362] 464 [136, 71, 264, 213, 168, 416, 435, 2...
455
0
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example: [1,2,3,4,5,7,34,25] Solution is here: 33 Explanation: maximum element is 34 and minimum element is 1, range is equal to the diff...
471
6
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example is below. Q: [1,2,3,4,5,7,34,25] A: 33 Rationale: maximum element is 34 and minimum element is 1, range is equal to the differenc...
434
9
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. -------- Question: [352, 314, 210, 154, 403, 404, 84, 323, 286, 179, 245, 291, 293, 29, 88, 201, 261, 31, 146, 317] Answer: 375 Question: ...
376
7
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example is below. Q: [1,2,3,4,5,7,34,25] A: 33 Rationale: maximum element is 34 and minimum element is 1, range is equal to the differenc...
489
9
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [EX Q]: [362, 49, 24, 479, 332, 186, 411, 116, 128, 209, 104, 431, 375, 63, 435, 367, 451, 62, 93, 226] [EX A]: 455 [EX Q]: [399, 231, 174,...
430
6
NIv2
task1315_find_range_array
fs_opt
Teacher: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Teacher: Now, understand the problem? If you are still confused, see the following example: [1,2,3,4,5,7,34,25] Solution: 33 Reason:...
433
2
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Ex Input: [390, 297, 253, 424, 278, 21, 412, 238, 69, 435, 437, 87, 118, 201, 366, 345, 46, 151, 351, 71] Ex Output: 416 Ex Input: [237, ...
433
1
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example: [1,2,3,4,5,7,34,25] Example solution: 33 Example explanation: maximum element is 34 and minimum element is 1, range is equal to the ...
Solution: 439
5
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example is below. Q: [1,2,3,4,5,7,34,25] A: 33 Rationale: maximum element is 34 and minimum element is 1, range is equal to the differenc...
433
9
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example: [1,2,3,4,5,7,34,25] Solution is here: 33 Explanation: maximum element is 34 and minimum element is 1, range is equal to the diff...
434
6
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Input: Consider Input: [38, 266, 209, 22, 334, 372, 279, 42, 123, 247, 445, 363, 414, 180, 496, 88, 298, 382, 79, 284] Output: 474 Input:...
Output: 434
2
NIv2
task1315_find_range_array
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [1,2,3,4,5,7,34,25]...
480
0
NIv2
task1315_find_range_array
fs_opt
TASK DEFINITION: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. PROBLEM: [117, 405, 408, 138, 454, 451, 319, 89, 99, 444, 154, 106, 88, 221, 322, 259, 149, 439, 368, 26] SOLUTION: 428 PR...
453
8
NIv2
task1315_find_range_array
fs_opt
Part 1. Definition In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Part 2. Example [1,2,3,4,5,7,34,25] Answer: 33 Explanation: maximum element is 34 and minimum element is 1, range is equal...
451
7
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [301, 312, 253, 158, 28, 298, 428, 334, 472, 295, 259, 160, 289, 213, 491, 407, 169, 152, 475, 457] 463 [45, 217, 302, 215, 289, 332, 453, ...
368
0
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Ex Input: [12, 472, 19, 31, 230, 149, 161, 407, 417, 360, 99, 77, 214, 405, 425, 196, 42, 273, 210, 345] Ex Output: 460 Ex Input: [58, 15...
435
1
NIv2
task1315_find_range_array
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example: [1,2,3,4,5,7,34,25] Output: 33 maximum element is 34 an...
391
1
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Input: Consider Input: [255, 356, 96, 399, 326, 62, 432, 365, 253, 188, 86, 262, 421, 499, 481, 345, 155, 110, 171, 107] Output: 437 Inpu...
Output: 435
2
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example: [1,2,3,4,5,7,34,25] Solution is here: 33 Explanation: maximum element is 34 and minimum element is 1, range is equal to the diff...
466
6
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example is below. Q: [1,2,3,4,5,7,34,25] A: 33 Rationale: maximum element is 34 and minimum element is 1, range is equal to the differenc...
444
9
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [Q]: [98, 306, 171, 220, 96, 235, 292, 425, 136, 263, 266, 474, 388, 430, 143, 51, 351, 274, 347, 346] [A]: 423 [Q]: [44, 23, 60, 376, 408...
429
5
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example input: [1,2,3,4,5,7,34,25] Example output: 33 Example explanation: maximum element is 34 and minimum element is 1, range is equal to...
445
3
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [226, 81, 109, 36, 451, 176, 158, 104, 219, 223, 488, 216, 278, 463, 472, 396, 224, 165, 127, 210] 452 [206, 395, 324, 418, 272, 51, 359, 1...
445
0
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example is below. Q: [1,2,3,4,5,7,34,25] A: 33 Rationale: maximum element is 34 and minimum element is 1, range is equal to the differenc...
419
9
NIv2
task1315_find_range_array
fs_opt
Teacher: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Teacher: Now, understand the problem? If you are still confused, see the following example: [1,2,3,4,5,7,34,25] Solution: 33 Reason:...
423
2
NIv2
task1315_find_range_array
fs_opt
Teacher: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Teacher: Now, understand the problem? If you are still confused, see the following example: [1,2,3,4,5,7,34,25] Solution: 33 Reason:...
462
2
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example input: [1,2,3,4,5,7,34,25] Example output: 33 Example explanation: maximum element is 34 and minimum element is 1, range is equal to...
430
3
NIv2
task1315_find_range_array
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [1,2,3,4,5,7,34,25]...
408
0
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Q: [31, 263, 460, 60, 418, 311, 246, 178, 103, 241, 168, 445, 28, 113, 192, 340, 470, 36, 283, 104] A: 442 **** Q: [51, 310, 128, 338, 12, ...
408 ****
4
NIv2
task1315_find_range_array
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [1,2,3,4,5,7,34,25]...
470
0
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [172, 441, 362, 60, 216, 244, 287, 411, 113, 114, 118, 209, 404, 127, 382, 161, 65, 56, 446, 21] 425 [87, 126, 334, 74, 100, 167, 496, 271,...
453
0
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. -------- Question: [288, 350, 334, 38, 293, 408, 397, 228, 243, 192, 349, 470, 141, 421, 356, 440, 153, 373, 417, 172] Answer: 432 Questio...
460
7
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [Q]: [317, 319, 328, 99, 216, 494, 141, 62, 36, 486, 422, 177, 120, 131, 114, 314, 301, 74, 331, 490] [A]: 458 [Q]: [296, 493, 284, 268, 1...
485
5
NIv2
task1315_find_range_array
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [1,2,3,4,5,7,34,25]...
456
0
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [Q]: [12, 472, 19, 31, 230, 149, 161, 407, 417, 360, 99, 77, 214, 405, 425, 196, 42, 273, 210, 345] [A]: 460 [Q]: [485, 327, 154, 281, 179...
467
5
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Q: [383, 303, 323, 320, 460, 395, 122, 106, 313, 124, 236, 125, 257, 433, 286, 270, 464, 396, 162, 347] A: 358 **** Q: [361, 149, 461, 317,...
471 ****
4
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. -------- Question: [452, 88, 339, 462, 463, 295, 52, 446, 267, 95, 482, 56, 187, 376, 110, 438, 354, 135, 250, 183] Answer: 430 Question: ...
486
7
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [EX Q]: [452, 88, 339, 462, 463, 295, 52, 446, 267, 95, 482, 56, 187, 376, 110, 438, 354, 135, 250, 183] [EX A]: 430 [EX Q]: [439, 406, 106...
388
6
NIv2
task1315_find_range_array
fs_opt
Detailed Instructions: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. See one example below: Problem: [1,2,3,4,5,7,34,25] Solution: 33 Explanation: maximum element is 34 and minimum elemen...
417
4
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [Q]: [17, 486, 428, 454, 62, 124, 487, 315, 25, 457, 265, 108, 441, 286, 146, 467, 144, 318, 483, 440] [A]: 470 [Q]: [406, 404, 370, 493, ...
457
5
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Let me give you an example: [1,2,3,4,5,7,34,25] The answer to this example can be: 33 Here is why: maximum element is 34 and minimum element...
379
8
NIv2
task1315_find_range_array
fs_opt
Detailed Instructions: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. See one example below: Problem: [1,2,3,4,5,7,34,25] Solution: 33 Explanation: maximum element is 34 and minimum elemen...
484
4
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example is below. Q: [1,2,3,4,5,7,34,25] A: 33 Rationale: maximum element is 34 and minimum element is 1, range is equal to the differenc...
394
9
NIv2
task1315_find_range_array
fs_opt
Teacher: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Teacher: Now, understand the problem? If you are still confused, see the following example: [1,2,3,4,5,7,34,25] Solution: 33 Reason:...
438
2
NIv2
task1315_find_range_array
fs_opt
instruction: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. question: [100, 186, 178, 334, 221, 146, 426, 377, 49, 116, 273, 492, 318, 464, 253, 404, 114, 346, 348, 216] answer: 443 ques...
394
9
NIv2
task1315_find_range_array
fs_opt
Part 1. Definition In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Part 2. Example [1,2,3,4,5,7,34,25] Answer: 33 Explanation: maximum element is 34 and minimum element is 1, range is equal...
453
7
NIv2
task1315_find_range_array
fs_opt
instruction: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. question: [271, 469, 477, 229, 51, 326, 345, 159, 129, 201, 417, 256, 398, 311, 62, 111, 439, 491, 65, 113] answer: 440 questi...
419
9
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. -------- Question: [241, 375, 465, 92, 149, 323, 447, 103, 107, 219, 64, 140, 329, 182, 251, 394, 356, 192, 26, 167] Answer: 439 Question:...
455
7
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [EX Q]: [317, 319, 328, 99, 216, 494, 141, 62, 36, 486, 422, 177, 120, 131, 114, 314, 301, 74, 331, 490] [EX A]: 458 [EX Q]: [261, 417, 397...
443
6
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Let me give you an example: [1,2,3,4,5,7,34,25] The answer to this example can be: 33 Here is why: maximum element is 34 and minimum element...
461
8
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. -------- Question: [136, 71, 264, 213, 168, 416, 435, 215, 465, 114, 325, 93, 306, 212, 183, 455, 123, 274, 87, 412] Answer: 394 Question:...
454
7
NIv2
task1315_find_range_array
fs_opt
TASK DEFINITION: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. PROBLEM: [55, 414, 419, 282, 36, 339, 435, 232, 490, 441, 396, 265, 53, 64, 58, 145, 222, 338, 306, 44] SOLUTION: 454 PROB...
423
8
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example is below. Q: [1,2,3,4,5,7,34,25] A: 33 Rationale: maximum element is 34 and minimum element is 1, range is equal to the differenc...
443
9
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Input: Consider Input: [338, 470, 159, 421, 176, 453, 322, 346, 142, 231, 245, 200, 488, 255, 436, 459, 388, 35, 412, 261] Output: 453 In...
Output: 448
2
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example: [1,2,3,4,5,7,34,25] Example solution: 33 Example explanation: maximum element is 34 and minimum element is 1, range is equal to the ...
Solution: 445
5
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [Q]: [269, 494, 422, 139, 436, 445, 135, 101, 467, 133, 206, 434, 217, 215, 353, 374, 59, 70, 155, 267] [A]: 435 [Q]: [281, 373, 145, 280,...
443
5
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example input: [1,2,3,4,5,7,34,25] Example output: 33 Example explanation: maximum element is 34 and minimum element is 1, range is equal to...
419
3
NIv2
task1315_find_range_array
fs_opt
instruction: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. question: [45, 105, 211, 170, 293, 123, 425, 173, 435, 231, 268, 146, 327, 159, 366, 467, 57, 451, 325, 88] answer: 422 questi...
419
9
NIv2
task1315_find_range_array
fs_opt
Teacher: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Teacher: Now, understand the problem? If you are still confused, see the following example: [1,2,3,4,5,7,34,25] Solution: 33 Reason:...
453
2
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example: [1,2,3,4,5,7,34,25] Example solution: 33 Example explanation: maximum element is 34 and minimum element is 1, range is equal to the ...
Solution: 443
5
NIv2
task1315_find_range_array
fs_opt
instruction: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. question: [21, 128, 318, 367, 66, 190, 441, 186, 206, 52, 325, 467, 429, 167, 482, 464, 389, 60, 306, 146] answer: 461 questio...
450
9
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Ex Input: [37, 135, 464, 467, 181, 265, 255, 229, 445, 307, 204, 386, 205, 455, 284, 375, 164, 438, 24, 335] Ex Output: 443 Ex Input: [37...
394
1
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example input: [1,2,3,4,5,7,34,25] Example output: 33 Example explanation: maximum element is 34 and minimum element is 1, range is equal to...
463
3
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example Input: [188, 20, 455, 106, 135, 176, 77, 216, 457, 465, 101, 358, 259, 179, 196, 127, 391, 366, 218, 138] Example Output: 445 Examp...
423
3
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [70, 109, 401, 280, 337, 361, 195, 49, 127, 151, 100, 140, 272, 81, 494, 351, 134, 207, 399, 306] 445 [471, 130, 251, 75, 238, 301, 215, 65...
403
0
NIv2
task1315_find_range_array
fs_opt
Teacher: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Teacher: Now, understand the problem? If you are still confused, see the following example: [1,2,3,4,5,7,34,25] Solution: 33 Reason:...
440
2
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [190, 319, 71, 180, 230, 70, 466, 195, 377, 170, 163, 279, 187, 471, 28, 372, 131, 331, 198, 337] 443 [429, 371, 119, 256, 460, 463, 11, 43...
440
0
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Q: [421, 296, 58, 388, 31, 70, 88, 68, 190, 453, 241, 314, 362, 106, 189, 321, 282, 84, 145, 212] A: 422 **** Q: [279, 425, 185, 319, 482, ...
435 ****
4
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example Input: [172, 441, 362, 60, 216, 244, 287, 411, 113, 114, 118, 209, 404, 127, 382, 161, 65, 56, 446, 21] Example Output: 425 Example...
454
3
NIv2
task1315_find_range_array
fs_opt
Teacher: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Teacher: Now, understand the problem? If you are still confused, see the following example: [1,2,3,4,5,7,34,25] Solution: 33 Reason:...
439
2
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Ex Input: [92, 439, 231, 76, 136, 498, 129, 426, 186, 252, 120, 314, 53, 131, 258, 45, 36, 239, 449, 321] Ex Output: 462 Ex Input: [298, ...
432
1
NIv2
task1315_find_range_array
fs_opt
Part 1. Definition In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Part 2. Example [1,2,3,4,5,7,34,25] Answer: 33 Explanation: maximum element is 34 and minimum element is 1, range is equal...
463
7
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example: [1,2,3,4,5,7,34,25] Solution is here: 33 Explanation: maximum element is 34 and minimum element is 1, range is equal to the diff...
443
6
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [EX Q]: [169, 102, 65, 89, 439, 351, 227, 203, 324, 14, 450, 342, 295, 147, 409, 363, 108, 444, 174, 63] [EX A]: 436 [EX Q]: [393, 337, 375...
443
6
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [EX Q]: [147, 71, 112, 436, 118, 309, 453, 20, 119, 274, 48, 298, 429, 263, 372, 365, 405, 366, 107, 89] [EX A]: 433 [EX Q]: [45, 217, 302,...
479
6
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example input: [1,2,3,4,5,7,34,25] Example output: 33 Example explanation: maximum element is 34 and minimum element is 1, range is equal to...
447
3
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Let me give you an example: [1,2,3,4,5,7,34,25] The answer to this example can be: 33 Here is why: maximum element is 34 and minimum element...
448
8
NIv2
task1315_find_range_array
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [1,2,3,4,5,7,34,25]...
482
0
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [384, 282, 89, 347, 23, 113, 456, 134, 303, 110, 350, 114, 442, 62, 223, 370, 135, 73, 377, 469] 446 [493, 77, 40, 244, 311, 50, 336, 250, ...
358
0
NIv2
task1315_find_range_array
fs_opt
Part 1. Definition In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Part 2. Example [1,2,3,4,5,7,34,25] Answer: 33 Explanation: maximum element is 34 and minimum element is 1, range is equal...
469
7
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Q: [98, 306, 171, 220, 96, 235, 292, 425, 136, 263, 266, 474, 388, 430, 143, 51, 351, 274, 347, 346] A: 423 **** Q: [134, 140, 371, 497, 38...
480 ****
4
NIv2
task1315_find_range_array
fs_opt
Teacher: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Teacher: Now, understand the problem? If you are still confused, see the following example: [1,2,3,4,5,7,34,25] Solution: 33 Reason:...
457
2
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Ex Input: [255, 356, 96, 399, 326, 62, 432, 365, 253, 188, 86, 262, 421, 499, 481, 345, 155, 110, 171, 107] Ex Output: 437 Ex Input: [154...
452
1
NIv2
task1315_find_range_array
fs_opt
instruction: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. question: [262, 64, 469, 168, 182, 181, 44, 482, 240, 481, 43, 339, 412, 444, 208, 45, 72, 38, 345, 133] answer: 444 question:...
385
9
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. -------- Question: [377, 482, 52, 270, 282, 487, 39, 123, 474, 195, 367, 80, 97, 162, 54, 349, 480, 391, 73, 319] Answer: 448 Question: [2...
451
7
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. One example: [1,2,3,4,5,7,34,25] Solution is here: 33 Explanation: maximum element is 34 and minimum element is 1, range is equal to the diff...
388
6
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [Q]: [362, 49, 24, 479, 332, 186, 411, 116, 128, 209, 104, 431, 375, 63, 435, 367, 451, 62, 93, 226] [A]: 455 [Q]: [382, 362, 223, 266, 35...
442
5
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Example input: [1,2,3,4,5,7,34,25] Example output: 33 Example explanation: maximum element is 34 and minimum element is 1, range is equal to...
442
3
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. -------- Question: [367, 449, 79, 374, 26, 423, 287, 185, 418, 359, 265, 246, 92, 60, 30, 305, 285, 98, 421, 39] Answer: 423 Question: [17...
391
7
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [Q]: [51, 189, 324, 136, 62, 257, 47, 81, 49, 128, 445, 177, 249, 241, 463, 59, 115, 405, 48, 495] [A]: 448 [Q]: [121, 412, 372, 145, 352,...
466
5
NIv2
task1315_find_range_array
fs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. -------- Question: [421, 296, 58, 388, 31, 70, 88, 68, 190, 453, 241, 314, 362, 106, 189, 321, 282, 84, 145, 212] Answer: 422 Question: [4...
411
7
NIv2
task1315_find_range_array
fs_opt
Detailed Instructions: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Q: [349, 495, 181, 489, 385, 406, 314, 22, 128, 236, 214, 157, 66, 237, 475, 195, 407, 199, 13, 245] A:
482
9
NIv2
task1315_find_range_array
zs_opt
Given the task definition and input, reply with output. In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [214, 297, 348, 388, 485, 445, 479, 431, 32, 34, 139, 497, 118, 482, 430, 252, 80, 2...
465
5
NIv2
task1315_find_range_array
zs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Q: [21, 128, 318, 367, 66, 190, 441, 186, 206, 52, 325, 467, 429, 167, 482, 464, 389, 60, 306, 146] A:
461
4
NIv2
task1315_find_range_array
zs_opt
Q: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [382, 362, 223, 266, 355, 279, 459, 151, 249, 282, 296, 197, 265, 51, 246, 222, 480, 428, 81, 216] A:
429
7
NIv2
task1315_find_range_array
zs_opt
In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [117, 405, 408, 138, 454, 451, 319, 89, 99, 444, 154, 106, 88, 221, 322, 259, 149, 439, 368, 26]
428
0
NIv2
task1315_find_range_array
zs_opt
Given the task definition and input, reply with output. In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. [82, 130, 118, 319, 455, 414, 88, 19, 426, 13, 174, 301, 279, 144, 29, 362, 402, 114...
442
5
NIv2
task1315_find_range_array
zs_opt
Instructions: In this task, you are given a list of integers you need to calculate and return the range of the integers which is the difference between maximum and minimum element in the list. Input: [279, 425, 185, 319, 482, 320, 495, 93, 313, 55, 104, 240, 134, 172, 321, 270, 22, 364, 111, 285] Output:
473
3
NIv2
task1315_find_range_array
zs_opt