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
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...
466
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. [EX Q]: [222, 112, 48, 156, 440, 59, 107, 104, 320, 111, 268, 158, 368, 425, 163, 214, 495, 237, 270, 144] [EX A]: 447 [EX Q]: [172, 441, 3...
412
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: [279, 232, 368, 498, 109, 256, 237, 489, 381, 299, 440, 225, 182, 307, 58, 39, 173, 228, 485, 212] A: 459 **** Q: [415, 105, 125, 162, 3...
435 ****
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]...
433
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: [231, 297, 150, 135, 464, 31, 332, 101, 214, 249, 165, 245, 465, 456, 254, 133, 257, 484, 106, 143] Answer: 453 Questio...
433
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. 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...
376
8
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:...
430
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: [259, 255, 382, 364, 422, 258, 423, 63, 474, 455, 40, 47, 404, 251, 326, 130, 113, 94, 84, 98] answer: 434 question:...
442
9
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: [436, 445, 238, 217, 70, 95, 88, 37, 410, 165, 299, 66, 115, 153, 26, 324, 294, 186, 300, 429] answer: 419 question:...
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. [294, 478, 112, 431, 387, 456, 125, 95, 341, 452, 103, 278, 28, 42, 172, 309, 235, 221, 381, 434] 450 [92, 439, 231, 76, 136, 498, 129, 426...
482
0
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...
358
4
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: [170, 227, 153, 349, 20, 32, 324, 33, 19, 208, 185, 240, 57, 46, 332, 109, 296, 146, 180, 454] SOLUTION: 435 PROB...
439
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. [31, 263, 460, 60, 418, 311, 246, 178, 103, 241, 168, 445, 28, 113, 192, 340, 470, 36, 283, 104] 442 [239, 337, 46, 411, 105, 146, 256, 320...
465
0
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...
452
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]...
385
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: [71, 226, 452, 449, 418, 319, 249, 38, 17, 281, 213, 32, 209, 344, 481, 294, 236, 287, 264, 191] Ex Output: 464 Ex Input: [195,...
388
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. [154, 425, 267, 492, 204, 337, 255, 79, 426, 101, 103, 230, 265, 80, 473, 340, 396, 394, 92, 69] 423 [361, 149, 461, 317, 457, 157, 11, 422...
479
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: [369, 197, 105, 154, 275, 446, 318, 216, 53, 195, 127, 451, 37, 491, 190, 317, 443, 386, 315, 77] Answer: 454 Question:...
464
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...
429
9
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...
441
4
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...
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. Input: Consider Input: [308, 310, 137, 185, 362, 450, 263, 236, 294, 429, 435, 457, 316, 128, 337, 121, 331, 356, 381, 360] Output: 336 I...
Output: 456
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: 467
5
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...
471
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: [40, 208, 12, 109, 408, 270, 344, 281, 153, 453, 166, 266, 157, 433, 68, 17, 201, 234, 169, 42] A: 441 **** Q: [261, 417, 397, 447, 23, ...
456 ****
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. Ex Input: [55, 414, 419, 282, 36, 339, 435, 232, 490, 441, 396, 265, 53, 64, 58, 145, 222, 338, 306, 44] Ex Output: 454 Ex Input: [57, 20...
367
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: 421
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: [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...
464
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]: [165, 200, 41, 175, 194, 416, 362, 18, 372, 69, 381, 456, 46, 81, 299, 433, 315, 167, 60, 117] [A]: 438 [Q]: [279, 425, 185, 319, 482...
460
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. Input: Consider Input: [271, 469, 477, 229, 51, 326, 345, 159, 129, 201, 417, 256, 398, 311, 62, 111, 439, 491, 65, 113] Output: 440 Inpu...
Output: 464
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. -------- Question: [236, 128, 64, 438, 241, 141, 256, 492, 68, 462, 192, 426, 48, 366, 13, 26, 385, 320, 324, 137] Answer: 479 Question: [...
443
7
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...
450
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. Q: [71, 449, 282, 270, 245, 186, 279, 406, 413, 212, 67, 160, 218, 196, 134, 441, 200, 300, 96, 327] A: 382 **** Q: [383, 149, 371, 183, 38...
379 ****
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:...
444
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: [301, 312, 253, 158, 28, 298, 428, 334, 472, 295, 259, 160, 289, 213, 491, 407, 169, 152, 475, 457] answer: 463 ques...
462
9
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]...
431
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. 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: 478
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
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:...
455
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. [Q]: [279, 232, 368, 498, 109, 256, 237, 489, 381, 299, 440, 225, 182, 307, 58, 39, 173, 228, 485, 212] [A]: 459 [Q]: [14, 387, 138, 100, ...
480
5
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
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: [98, 306, 171, 220, 96, 235, 292, 425, 136, 263, 266, 474, 388, 430, 143, 51, 351, 274, 347, 346] Example Output: 423 Exampl...
461
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. Q: [227, 156, 78, 249, 225, 147, 125, 33, 316, 421, 208, 215, 186, 486, 53, 29, 207, 308, 176, 403] A: 457 **** Q: [400, 268, 494, 256, 335...
474 ****
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: [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: 422
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: [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: 458
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: [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...
459
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. -------- Question: [140, 233, 141, 280, 235, 423, 60, 206, 19, 292, 81, 83, 245, 450, 350, 176, 282, 463, 267, 276] Answer: 444 Question: ...
459
7
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]...
448
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...
464
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: [227, 156, 78, 249, 225, 147, 125, 33, 316, 421, 208, 215, 186, 486, 53, 29, 207, 308, 176, 403] A: 457 **** Q: [41, 286, 416, 82, 92, 1...
464 ****
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: [335, 418, 355, 400, 167, 404, 466, 448, 183, 166, 216, 478, 457, 110, 342, 197, 370, 299, 384, 263] A: 368 **** Q: [338, 470, 159, 421,...
443 ****
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. 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...
394
8
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...
423
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
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...
447
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. Example Input: [452, 110, 73, 261, 427, 350, 316, 156, 462, 496, 106, 214, 296, 65, 367, 241, 25, 143, 183, 335] Example Output: 471 Exampl...
444
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. Q: [201, 413, 361, 111, 411, 416, 101, 478, 73, 128, 281, 56, 239, 33, 130, 64, 206, 288, 301, 138] A: 445 **** Q: [230, 334, 215, 305, 378...
423 ****
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. [EX Q]: [265, 377, 171, 447, 370, 12, 37, 24, 199, 327, 126, 138, 229, 363, 22, 378, 16, 223, 253, 252] [EX A]: 435 [EX Q]: [488, 40, 41, 8...
447
6
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...
427
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. -------- Question: [214, 297, 348, 388, 485, 445, 479, 431, 32, 34, 139, 497, 118, 482, 430, 252, 80, 249, 115, 331] Answer: 465 Question:...
427
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. [38, 266, 209, 22, 334, 372, 279, 42, 123, 247, 445, 363, 414, 180, 496, 88, 298, 382, 79, 284] 474 [301, 53, 25, 274, 462, 143, 91, 228, 1...
433
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: [399, 53, 213, 28, 417, 457, 69, 189, 433, 54, 369, 497, 202, 234, 103, 45, 232, 482, 18, 398] SOLUTION: 479 PROB...
439
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: [134, 140, 371, 497, 383, 213, 197, 442, 438, 257, 281, 54, 247, 276, 181, 360, 236, 448, 160, 123] Answer: 443 Questio...
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. Ex Input: [201, 413, 361, 111, 411, 416, 101, 478, 73, 128, 281, 56, 239, 33, 130, 64, 206, 288, 301, 138] Ex Output: 445 Ex Input: [212,...
455
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...
317
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. 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...
375
6
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: [38, 263, 454, 92, 170, 328, 293, 488, 23, 273, 103, 380, 333, 141, 307, 25, 161, 418, 189, 321] answer: 465 questio...
317
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...
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. Example Input: [369, 197, 105, 154, 275, 446, 318, 216, 53, 195, 127, 451, 37, 491, 190, 317, 443, 386, 315, 77] Example Output: 454 Exampl...
425
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: [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: 460
5
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...
445
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. -------- Question: [140, 233, 141, 280, 235, 423, 60, 206, 19, 292, 81, 83, 245, 450, 350, 176, 282, 463, 267, 276] Answer: 444 Question: ...
456
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. Example Input: [261, 417, 397, 447, 23, 462, 199, 299, 71, 263, 92, 389, 159, 182, 302, 155, 350, 378, 188, 233] Example Output: 439 Exampl...
465
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:...
381
2
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...
461
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: [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: 471
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]...
438
0
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]...
428
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. 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: 392
5
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: [471, 130, 251, 75, 238, 301, 215, 65, 69, 217, 122, 203, 15, 279, 149, 368, 478, 225, 67, 403] SOLUTION: 463 PRO...
480
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. [EX Q]: [422, 245, 493, 387, 62, 78, 48, 30, 31, 378, 417, 139, 273, 465, 195, 76, 483, 205, 317, 83] [EX A]: 463 [EX Q]: [294, 478, 112, 4...
435
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: [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...
463
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]: [92, 439, 231, 76, 136, 498, 129, 426, 186, 252, 120, 314, 53, 131, 258, 45, 36, 239, 449, 321] [A]: 462 [Q]: [183, 51, 382, 122, 494...
430
5
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: [22, 26, 470, 338, 205, 68, 262, 276, 481, 239, 411, 20, 287, 454, 451, 249, 127, 207, 70, 226] SOLUTION: 461 PRO...
466
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: [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...
442
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: [422, 43, 178, 310, 41, 107, 320, 236, 24, 443, 14, 371, 464, 230, 191, 197, 342, 362, 402, 148] Example Output: 450 Example...
367
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: [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: 441
5
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:...
458
2
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: [394, 96, 237, 138, 129, 418, 198, 18, 420, 465, 375, 33, 216, 59, 245, 276, 387, 144, 378, 431] SOLUTION: 447 PR...
336
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]...
402
0
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]...
463
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: [45, 217, 302, 215, 289, 332, 453, 426, 299, 362, 103, 313, 164, 468, 434, 10, 22, 181, 36, 499] SOLUTION: 489 PR...
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. -------- Question: [218, 284, 359, 456, 33, 488, 388, 59, 208, 68, 190, 188, 338, 45, 350, 103, 265, 58, 178, 193] Answer: 455 Question: [...
462
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 Input: [169, 102, 65, 89, 439, 351, 227, 203, 324, 14, 450, 342, 295, 147, 409, 363, 108, 444, 174, 63] Ex Output: 436 Ex Input: [357,...
440
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...
395
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]: [335, 418, 355, 400, 167, 404, 466, 448, 183, 166, 216, 478, 457, 110, 342, 197, 370, 299, 384, 263] [A]: 368 [Q]: [45, 105, 211, 170...
415
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: [374, 53, 362, 441, 431, 162, 68, 272, 207, 367, 326, 154, 465, 304, 225, 159, 103, 330, 259, 360] A: 412 **** Q: [140, 233, 141, 280, 2...
470 ****
4
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...
425
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...
412
9
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]...
455
0
NIv2
task1315_find_range_array
fs_opt