input
stringlengths 586
596
| output
listlengths 1
1
| id
stringlengths 41
41
|
---|---|---|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [406, 404, 370, 493, 430, 464, 303, 449, 299, 456, 436, 132, 367, 405, 157, 382, 205, 54, 315, 41]
Output:
|
[
"452"
] |
task1315-e467eea36fc341e49b0bb094c8b24ee8
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [383, 424, 119, 80, 299, 97, 140, 234, 495, 186, 457, 163, 481, 224, 209, 263, 420, 282, 324, 87]
Output:
|
[
"415"
] |
task1315-7ba87e957c404bd29293d3ef3f9b3c53
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [102, 268, 105, 118, 419, 57, 271, 365, 186, 342, 156, 131, 223, 471, 227, 317, 185, 424, 360, 478]
Output:
|
[
"421"
] |
task1315-fdedbb8cf7f640248c5093c807a7e16b
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [12, 472, 19, 31, 230, 149, 161, 407, 417, 360, 99, 77, 214, 405, 425, 196, 42, 273, 210, 345]
Output:
|
[
"460"
] |
task1315-22fe2692c28542eaa5d860bf112d2929
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [361, 224, 198, 74, 147, 325, 59, 18, 240, 496, 383, 321, 441, 291, 328, 64, 424, 105, 448, 226]
Output:
|
[
"478"
] |
task1315-6b7d4be36f314a2d85926611a359230b
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [375, 80, 325, 329, 130, 18, 428, 458, 10, 138, 170, 333, 99, 104, 432, 273, 173, 43, 53, 462]
Output:
|
[
"452"
] |
task1315-baf8a66e042746429ccd0ac3b6581302
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [266, 432, 61, 375, 17, 111, 97, 172, 55, 305, 312, 474, 69, 321, 497, 403, 232, 245, 248, 318]
Output:
|
[
"480"
] |
task1315-d33ad61453274ed8b6fa97144854d5a3
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [190, 319, 71, 180, 230, 70, 466, 195, 377, 170, 163, 279, 187, 471, 28, 372, 131, 331, 198, 337]
Output:
|
[
"443"
] |
task1315-9d61de0d1e614ab68de0b29f0cbd79a9
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [349, 495, 181, 489, 385, 406, 314, 22, 128, 236, 214, 157, 66, 237, 475, 195, 407, 199, 13, 245]
Output:
|
[
"482"
] |
task1315-115267eb769b4ec29547457a7838a275
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [147, 71, 112, 436, 118, 309, 453, 20, 119, 274, 48, 298, 429, 263, 372, 365, 405, 366, 107, 89]
Output:
|
[
"433"
] |
task1315-2ecc9009a82640028ec7b79db94d035c
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [212, 172, 67, 301, 134, 179, 233, 273, 351, 410, 431, 299, 247, 178, 357, 345, 304, 288, 455, 155]
Output:
|
[
"388"
] |
task1315-c601824edc474c6481690991c0ca8f6d
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [226, 81, 109, 36, 451, 176, 158, 104, 219, 223, 488, 216, 278, 463, 472, 396, 224, 165, 127, 210]
Output:
|
[
"452"
] |
task1315-c3bb390a251446a19ed01a9e8ff14679
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [144, 234, 282, 68, 231, 327, 358, 303, 386, 317, 357, 320, 452, 464, 27, 302, 22, 412, 400, 110]
Output:
|
[
"442"
] |
task1315-8adc1c5a3b7e435880f895e323f622b3
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [262, 339, 24, 335, 143, 480, 476, 107, 55, 469, 151, 64, 186, 448, 255, 234, 458, 218, 54, 129]
Output:
|
[
"456"
] |
task1315-82e748357d5646148beac4d532d4846a
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [352, 314, 210, 154, 403, 404, 84, 323, 286, 179, 245, 291, 293, 29, 88, 201, 261, 31, 146, 317]
Output:
|
[
"375"
] |
task1315-e2118c4a9bec4ddea84acab05c4f6dff
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [335, 418, 355, 400, 167, 404, 466, 448, 183, 166, 216, 478, 457, 110, 342, 197, 370, 299, 384, 263]
Output:
|
[
"368"
] |
task1315-54183157f5524a1d820a20e85f470572
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [488, 40, 41, 87, 226, 492, 71, 342, 267, 448, 90, 141, 146, 113, 64, 97, 394, 493, 414, 265]
Output:
|
[
"453"
] |
task1315-b16e7de1c8c048cb95754a809f134934
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [82, 130, 118, 319, 455, 414, 88, 19, 426, 13, 174, 301, 279, 144, 29, 362, 402, 114, 240, 289]
Output:
|
[
"442"
] |
task1315-fd276357a6ec4eb5974a5ad1084ce318
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [317, 61, 408, 261, 187, 150, 423, 259, 453, 163, 322, 201, 273, 312, 382, 64, 34, 358, 294, 299]
Output:
|
[
"419"
] |
task1315-e39177dfffea4b069e12fdfe5eb93541
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [45, 105, 211, 170, 293, 123, 425, 173, 435, 231, 268, 146, 327, 159, 366, 467, 57, 451, 325, 88]
Output:
|
[
"422"
] |
task1315-7d09fd34e3ae43b9bfa8b51f37b131dc
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [238, 173, 414, 258, 427, 292, 161, 358, 63, 353, 440, 55, 93, 176, 444, 41, 385, 136, 283, 45]
Output:
|
[
"403"
] |
task1315-49ad8560c9804196a68bff9e6929da07
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [214, 297, 348, 388, 485, 445, 479, 431, 32, 34, 139, 497, 118, 482, 430, 252, 80, 249, 115, 331]
Output:
|
[
"465"
] |
task1315-aa36759669ef4c6e98efb7cfc68077c0
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [218, 284, 359, 456, 33, 488, 388, 59, 208, 68, 190, 188, 338, 45, 350, 103, 265, 58, 178, 193]
Output:
|
[
"455"
] |
task1315-045144869dbd42d8b6cb953a5d7a9831
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [41, 286, 416, 82, 92, 155, 192, 367, 15, 378, 291, 394, 107, 197, 499, 277, 221, 152, 371, 320]
Output:
|
[
"484"
] |
task1315-f694089d07a14a78b7da29c7183f5dca
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [279, 425, 185, 319, 482, 320, 495, 93, 313, 55, 104, 240, 134, 172, 321, 270, 22, 364, 111, 285]
Output:
|
[
"473"
] |
task1315-2eefbf8c9d2d4e36a890f54b75f7a30b
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [390, 235, 102, 76, 462, 173, 267, 318, 400, 405, 270, 414, 196, 128, 336, 143, 181, 166, 498, 44]
Output:
|
[
"454"
] |
task1315-00f839932b96451db5213e05934fe11f
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [294, 478, 112, 431, 387, 456, 125, 95, 341, 452, 103, 278, 28, 42, 172, 309, 235, 221, 381, 434]
Output:
|
[
"450"
] |
task1315-bcf847c2db7d48fe94c15358f3168c80
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [384, 352, 257, 43, 338, 390, 410, 25, 402, 266, 244, 182, 161, 396, 315, 285, 113, 387, 42, 135]
Output:
|
[
"385"
] |
task1315-48d1a5f038af4b3ba09ae6ecb9c4d064
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [19, 170, 414, 201, 440, 356, 146, 300, 336, 296, 40, 375, 183, 443, 420, 491, 30, 153, 430, 338]
Output:
|
[
"472"
] |
task1315-f82cd909bcdd488facb26b4c0dc19114
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [299, 373, 468, 457, 216, 28, 265, 329, 258, 487, 91, 84, 219, 263, 367, 32, 391, 294, 365, 227]
Output:
|
[
"459"
] |
task1315-a9a53350414143cf9b7f4e0fb00e9bb1
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [236, 128, 64, 438, 241, 141, 256, 492, 68, 462, 192, 426, 48, 366, 13, 26, 385, 320, 324, 137]
Output:
|
[
"479"
] |
task1315-34b52a91e3574299a55222dbddc937f1
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [436, 445, 238, 217, 70, 95, 88, 37, 410, 165, 299, 66, 115, 153, 26, 324, 294, 186, 300, 429]
Output:
|
[
"419"
] |
task1315-74af2e61994c4ad9ac01fa4c1bbf1ace
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [67, 194, 171, 237, 357, 306, 33, 32, 333, 104, 327, 444, 496, 362, 184, 307, 114, 82, 249, 246]
Output:
|
[
"464"
] |
task1315-28868cecd4c24b119589ffb1d62a167a
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [415, 105, 125, 162, 344, 251, 265, 448, 131, 386, 316, 129, 470, 272, 109, 201, 127, 322, 68, 328]
Output:
|
[
"402"
] |
task1315-f24772840f81454fb20832e6618daaa5
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [17, 486, 428, 454, 62, 124, 487, 315, 25, 457, 265, 108, 441, 286, 146, 467, 144, 318, 483, 440]
Output:
|
[
"470"
] |
task1315-7ceb81b76da546598c97ffcbbc1e9a4b
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [239, 337, 46, 411, 105, 146, 256, 320, 399, 111, 301, 80, 174, 17, 124, 188, 162, 16, 157, 339]
Output:
|
[
"395"
] |
task1315-b867ea37adfc4189998da9cb4d8e005b
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [343, 235, 362, 238, 49, 335, 224, 188, 273, 148, 309, 390, 284, 412, 164, 304, 81, 219, 437, 468]
Output:
|
[
"419"
] |
task1315-a99a7c5495b44660acaca1d7abaa8a38
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [255, 356, 96, 399, 326, 62, 432, 365, 253, 188, 86, 262, 421, 499, 481, 345, 155, 110, 171, 107]
Output:
|
[
"437"
] |
task1315-73133ce727c74574b0466f1d1febe162
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [202, 124, 414, 49, 223, 298, 466, 495, 472, 87, 37, 360, 305, 339, 151, 59, 362, 52, 293, 434]
Output:
|
[
"458"
] |
task1315-549d73794468445f85b5d00950c42b1f
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [231, 297, 150, 135, 464, 31, 332, 101, 214, 249, 165, 245, 465, 456, 254, 133, 257, 484, 106, 143]
Output:
|
[
"453"
] |
task1315-bd6a036bc5f84e409308916b4c5ab2b2
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [170, 227, 153, 349, 20, 32, 324, 33, 19, 208, 185, 240, 57, 46, 332, 109, 296, 146, 180, 454]
Output:
|
[
"435"
] |
task1315-b164553dbd2a4dbbae1aff2143e167be
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [148, 311, 447, 398, 37, 257, 165, 154, 203, 472, 440, 69, 94, 410, 237, 33, 456, 155, 27, 119]
Output:
|
[
"445"
] |
task1315-760fa9fe28dd4b7ebbab2fdb91004355
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [399, 53, 213, 28, 417, 457, 69, 189, 433, 54, 369, 497, 202, 234, 103, 45, 232, 482, 18, 398]
Output:
|
[
"479"
] |
task1315-44728dcaaac04cbea6be85d4da40be96
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [23, 442, 30, 73, 109, 344, 108, 209, 125, 491, 439, 138, 423, 476, 282, 20, 163, 97, 286, 355]
Output:
|
[
"471"
] |
task1315-7640d413a4914f17942ba485c21516c6
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [271, 469, 477, 229, 51, 326, 345, 159, 129, 201, 417, 256, 398, 311, 62, 111, 439, 491, 65, 113]
Output:
|
[
"440"
] |
task1315-eb1728abce074749b1c7ecb9a8acd1b4
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [429, 371, 119, 256, 460, 463, 11, 431, 333, 258, 113, 284, 132, 236, 44, 111, 83, 464, 257, 380]
Output:
|
[
"453"
] |
task1315-a1dabcc25fd54a6eb1bf5f5c1fda7632
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [467, 287, 271, 138, 423, 79, 443, 462, 407, 368, 344, 204, 114, 109, 495, 11, 179, 132, 475, 135]
Output:
|
[
"484"
] |
task1315-eec047d2b0ab472cbed3a57b23abc317
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [360, 186, 279, 178, 204, 101, 354, 103, 232, 30, 87, 303, 405, 305, 265, 443, 472, 313, 205, 169]
Output:
|
[
"442"
] |
task1315-2f373fe17b084170a5a5d92a52f08277
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [377, 482, 52, 270, 282, 487, 39, 123, 474, 195, 367, 80, 97, 162, 54, 349, 480, 391, 73, 319]
Output:
|
[
"448"
] |
task1315-0c49fd0729e54edc887cec619cd20708
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [399, 231, 174, 281, 329, 160, 313, 237, 139, 229, 104, 50, 328, 433, 92, 201, 95, 385, 407, 41]
Output:
|
[
"392"
] |
task1315-ca2757368ddd42af9e928021a46938e0
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [31, 170, 357, 52, 247, 221, 449, 415, 228, 229, 271, 135, 16, 367, 446, 65, 54, 395, 288, 434]
Output:
|
[
"433"
] |
task1315-22bf19433f6040d5b22e6c4f2083cc72
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [203, 115, 420, 204, 221, 56, 60, 310, 149, 472, 306, 211, 246, 494, 314, 95, 407, 449, 468, 269]
Output:
|
[
"438"
] |
task1315-09545a60d8774e01bf3a50fc890adbae
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [301, 53, 25, 274, 462, 143, 91, 228, 133, 158, 350, 175, 172, 332, 357, 62, 248, 61, 424, 195]
Output:
|
[
"437"
] |
task1315-f1d845cb34cf4428b5a1726b2b7ca692
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [471, 130, 251, 75, 238, 301, 215, 65, 69, 217, 122, 203, 15, 279, 149, 368, 478, 225, 67, 403]
Output:
|
[
"463"
] |
task1315-860ee5ed913c41efb1115528306d4747
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [70, 109, 401, 280, 337, 361, 195, 49, 127, 151, 100, 140, 272, 81, 494, 351, 134, 207, 399, 306]
Output:
|
[
"445"
] |
task1315-d56d38b3c8774fe5ac3de5f3174343e1
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [98, 437, 372, 383, 178, 20, 104, 282, 274, 24, 165, 269, 231, 291, 289, 100, 336, 326, 130, 156]
Output:
|
[
"417"
] |
task1315-b513aebace3546b3a3c61ca832eb9756
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [379, 166, 33, 28, 246, 461, 332, 95, 67, 80, 270, 279, 55, 31, 70, 173, 305, 35, 92, 223]
Output:
|
[
"433"
] |
task1315-acd110bc1d1840c3820e974d1571ca28
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [54, 494, 484, 10, 135, 28, 117, 481, 93, 238, 199, 230, 423, 426, 492, 148, 85, 43, 186, 266]
Output:
|
[
"484"
] |
task1315-b66f9285c26642e1ab52bbf762d63ef9
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [237, 476, 157, 437, 325, 455, 135, 52, 107, 482, 131, 175, 14, 317, 358, 163, 228, 407, 180, 461]
Output:
|
[
"468"
] |
task1315-6f54d187d95f482aa87d858e290b6774
|
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.
Positive Example 1 -
Input: [1,2,3,4,5,7,34,25]
Output: 33
Positive Example 2 -
Input: [2,4,6,34,56,76,0]
Output: 76
Negative Example 1 -
Input: [23,45,65,76,12,34,98]
Output: 22
Negative Example 2 -
Input: [345,435,12,1,67,89,45,47]
Output: 78
Now complete the following example -
Input: [383, 303, 323, 320, 460, 395, 122, 106, 313, 124, 236, 125, 257, 433, 286, 270, 464, 396, 162, 347]
Output:
|
[
"358"
] |
task1315-d34a077deff04887ab97016a3d3e1edf
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.