input
stringlengths 586
596
| output
sequencelengths 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: [53, 456, 388, 446, 83, 84, 354, 428, 431, 107, 319, 476, 345, 413, 213, 404, 278, 462, 61, 482]
Output:
| [
"429"
] | task1315-e4cfe81a322d4dd291551ec140b2d897 |
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, 312, 253, 158, 28, 298, 428, 334, 472, 295, 259, 160, 289, 213, 491, 407, 169, 152, 475, 457]
Output:
| [
"463"
] | task1315-33e6501cc1b141d3961050e24b163321 |
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: [452, 88, 339, 462, 463, 295, 52, 446, 267, 95, 482, 56, 187, 376, 110, 438, 354, 135, 250, 183]
Output:
| [
"430"
] | task1315-8af0b5be03d14c54bd101a96f27414e7 |
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: [154, 207, 64, 454, 323, 428, 319, 36, 273, 107, 16, 495, 206, 473, 367, 256, 460, 468, 478, 321]
Output:
| [
"479"
] | task1315-0ee358d6f89d4279ab361b136138b67e |
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: [485, 327, 154, 281, 179, 471, 200, 95, 250, 146, 181, 300, 383, 408, 253, 61, 261, 494, 407, 67]
Output:
| [
"433"
] | task1315-b2cac30657944fbfa2adc2b959d7d3be |
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: [38, 266, 209, 22, 334, 372, 279, 42, 123, 247, 445, 363, 414, 180, 496, 88, 298, 382, 79, 284]
Output:
| [
"474"
] | task1315-fef3145dabd1431d89a251de04264f3a |
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, 232, 368, 498, 109, 256, 237, 489, 381, 299, 440, 225, 182, 307, 58, 39, 173, 228, 485, 212]
Output:
| [
"459"
] | task1315-f978514dbd6048f9be8a59620be8760a |
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, 217, 302, 215, 289, 332, 453, 426, 299, 362, 103, 313, 164, 468, 434, 10, 22, 181, 36, 499]
Output:
| [
"489"
] | task1315-a72c60a84d1d402e98c0cf8166886e74 |
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: [154, 218, 22, 435, 53, 208, 472, 16, 262, 450, 288, 302, 84, 461, 216, 38, 39, 328, 231, 439]
Output:
| [
"456"
] | task1315-5dc3f505ee1d4aeaba6dd9969cfc0d66 |
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: [176, 338, 87, 230, 97, 472, 487, 348, 79, 178, 360, 258, 226, 304, 383, 382, 336, 62, 216, 439]
Output:
| [
"425"
] | task1315-2743436a1756452c96442cdf38fae290 |
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: [234, 71, 141, 450, 416, 70, 133, 280, 269, 242, 58, 110, 131, 96, 410, 432, 349, 177, 418, 183]
Output:
| [
"392"
] | task1315-c61517ccf7c242ee95d3d987e6b101d8 |
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, 282, 89, 347, 23, 113, 456, 134, 303, 110, 350, 114, 442, 62, 223, 370, 135, 73, 377, 469]
Output:
| [
"446"
] | task1315-d0e6f5961365451e994789a52589b418 |
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: [87, 126, 334, 74, 100, 167, 496, 271, 345, 253, 387, 130, 244, 155, 328, 193, 252, 235, 384, 142]
Output:
| [
"422"
] | task1315-7e48149169034d7e95c404573adc8ae8 |
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: [405, 24, 381, 104, 62, 443, 356, 312, 245, 10, 221, 483, 298, 29, 160, 275, 320, 175, 143, 495]
Output:
| [
"485"
] | task1315-f6230cbc1441432a9aca264652dee2c8 |
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: [259, 255, 382, 364, 422, 258, 423, 63, 474, 455, 40, 47, 404, 251, 326, 130, 113, 94, 84, 98]
Output:
| [
"434"
] | task1315-6a85732ccc3a41b994b3aa315c168245 |
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: [307, 405, 331, 295, 233, 108, 378, 147, 80, 460, 302, 75, 407, 399, 59, 37, 160, 286, 445, 86]
Output:
| [
"423"
] | task1315-5b1c5b1b471447f6a51610fb820a7a25 |
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: [306, 182, 345, 103, 81, 19, 470, 76, 333, 282, 82, 259, 357, 28, 382, 217, 298, 84, 351, 85]
Output:
| [
"451"
] | task1315-f7770d87e87547a3aff127feabcc4c22 |
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: [400, 268, 494, 256, 335, 438, 63, 89, 254, 464, 79, 157, 49, 481, 289, 111, 313, 217, 239, 308]
Output:
| [
"445"
] | task1315-5c3f846806d44fbe85623e4e0fa40267 |
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: [258, 453, 485, 246, 242, 312, 327, 319, 171, 39, 288, 292, 81, 93, 189, 223, 467, 489, 95, 408]
Output:
| [
"450"
] | task1315-f407f34c045143d7ab667525cc2d7bec |
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: [55, 414, 419, 282, 36, 339, 435, 232, 490, 441, 396, 265, 53, 64, 58, 145, 222, 338, 306, 44]
Output:
| [
"454"
] | task1315-c4836caad00549bbb31c10129a3bfa72 |
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: [224, 196, 257, 482, 183, 324, 103, 137, 421, 192, 326, 371, 200, 190, 425, 365, 298, 406, 187, 288]
Output:
| [
"379"
] | task1315-fd021e8466c845a3a27ac587182c3337 |
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: [95, 43, 93, 232, 133, 340, 102, 337, 262, 250, 10, 267, 58, 442, 273, 438, 242, 325, 260, 203]
Output:
| [
"432"
] | task1315-0e164c67e21949078e5f14f428104072 |
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: [188, 20, 455, 106, 135, 176, 77, 216, 457, 465, 101, 358, 259, 179, 196, 127, 391, 366, 218, 138]
Output:
| [
"445"
] | task1315-435b36b0aaf5434d8f486738a29c3a07 |
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: [493, 77, 40, 244, 311, 50, 336, 250, 157, 155, 350, 351, 71, 216, 26, 461, 37, 388, 243, 328]
Output:
| [
"467"
] | task1315-9921f01f6f0447ffbf20a1c71602ce81 |
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: [340, 390, 158, 178, 330, 32, 373, 84, 101, 365, 223, 413, 246, 120, 215, 172, 311, 74, 143, 228]
Output:
| [
"381"
] | task1315-a3a54ffe4e6843fc9a47382669c4fabd |
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: [93, 486, 392, 88, 59, 119, 356, 200, 65, 224, 314, 403, 365, 276, 405, 347, 339, 217, 419, 41]
Output:
| [
"445"
] | task1315-5dd61b9e2288404f96ac58556299af2b |
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: [281, 373, 145, 280, 368, 379, 99, 171, 484, 64, 499, 357, 455, 353, 199, 112, 491, 356, 314, 447]
Output:
| [
"435"
] | task1315-2b9ab60c7f7a41c089e17a5f15f7ae77 |
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, 149, 461, 317, 457, 157, 11, 422, 71, 272, 69, 25, 469, 410, 443, 207, 421, 289, 141, 491]
Output:
| [
"480"
] | task1315-6b69670a615243c28e47428c38407dd4 |
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: [172, 441, 362, 60, 216, 244, 287, 411, 113, 114, 118, 209, 404, 127, 382, 161, 65, 56, 446, 21]
Output:
| [
"425"
] | task1315-24d16a7232be4322ac2a31ef789cd752 |
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: [269, 494, 422, 139, 436, 445, 135, 101, 467, 133, 206, 434, 217, 215, 353, 374, 59, 70, 155, 267]
Output:
| [
"435"
] | task1315-8fbb409288c248dba6f07a9298918f13 |
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: [409, 463, 252, 471, 273, 247, 228, 410, 467, 433, 455, 483, 56, 402, 87, 99, 152, 12, 466, 222]
Output:
| [
"471"
] | task1315-0f36cee0be3f4fd594df0191ccb6f562 |
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: [394, 96, 237, 138, 129, 418, 198, 18, 420, 465, 375, 33, 216, 59, 245, 276, 387, 144, 378, 431]
Output:
| [
"447"
] | task1315-262f6742afcb48a18fc91a4c750290aa |
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: [201, 413, 361, 111, 411, 416, 101, 478, 73, 128, 281, 56, 239, 33, 130, 64, 206, 288, 301, 138]
Output:
| [
"445"
] | task1315-ef52d09a1b0a44998c10625616850933 |
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: [338, 470, 159, 421, 176, 453, 322, 346, 142, 231, 245, 200, 488, 255, 436, 459, 388, 35, 412, 261]
Output:
| [
"453"
] | task1315-b14b00e52e8049d9a9b7bb54b844a3cd |
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: [423, 213, 491, 98, 184, 12, 198, 349, 145, 353, 14, 214, 261, 233, 194, 225, 436, 311, 123, 149]
Output:
| [
"479"
] | task1315-0005f8995d1449dfb9c5ad4f6f19c3ad |
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: [40, 208, 12, 109, 408, 270, 344, 281, 153, 453, 166, 266, 157, 433, 68, 17, 201, 234, 169, 42]
Output:
| [
"441"
] | task1315-3c2b1f4155b443e78f3702274f8670f0 |
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: [468, 47, 379, 239, 487, 129, 150, 25, 294, 76, 29, 385, 214, 290, 422, 252, 355, 435, 114, 480]
Output:
| [
"462"
] | task1315-9442d739d42e400c8c2871437205b4e2 |
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: [319, 78, 368, 417, 317, 116, 92, 294, 214, 306, 469, 106, 347, 162, 311, 217, 144, 221, 416, 446]
Output:
| [
"391"
] | task1315-2ce78e3d2dec43faa48bbc31f14be6f9 |
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: [100, 186, 178, 334, 221, 146, 426, 377, 49, 116, 273, 492, 318, 464, 253, 404, 114, 346, 348, 216]
Output:
| [
"443"
] | task1315-7d1f0df802934ccc8a25f45f9d34acf5 |
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: [439, 406, 106, 253, 361, 393, 232, 269, 64, 208, 234, 354, 231, 307, 47, 31, 377, 80, 400, 294]
Output:
| [
"408"
] | task1315-32fffe26261b4c59b9f96eeae38b92ec |
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: [199, 461, 73, 177, 360, 257, 168, 273, 18, 19, 151, 356, 234, 89, 138, 85, 172, 425, 56, 228]
Output:
| [
"443"
] | task1315-9d1fcc3804f34f9b88cb929b3c288a08 |
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: [183, 51, 382, 122, 494, 156, 71, 84, 461, 468, 90, 302, 380, 104, 87, 402, 360, 184, 283, 413]
Output:
| [
"443"
] | task1315-94f242f3af2c4de8aa448b77212e5e7e |
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: [340, 480, 122, 311, 195, 267, 155, 326, 16, 389, 126, 241, 39, 174, 319, 451, 268, 482, 416, 397]
Output:
| [
"466"
] | task1315-cd4b19a88eac4565af646f5edec2e63f |
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, 149, 371, 183, 388, 287, 340, 133, 412, 100, 304, 48, 415, 362, 252, 109, 301, 86, 194, 102]
Output:
| [
"367"
] | task1315-f73bd087fb4b4a2b8a8d2460df0305d4 |
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: [136, 71, 264, 213, 168, 416, 435, 215, 465, 114, 325, 93, 306, 212, 183, 455, 123, 274, 87, 412]
Output:
| [
"394"
] | task1315-cb2f1db976724c19a58631b393bd803c |
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: [265, 377, 171, 447, 370, 12, 37, 24, 199, 327, 126, 138, 229, 363, 22, 378, 16, 223, 253, 252]
Output:
| [
"435"
] | task1315-b7596ea24fe94606abd67d3da614d600 |
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: [209, 106, 76, 239, 240, 168, 129, 479, 22, 318, 39, 325, 341, 55, 130, 71, 345, 485, 285, 246]
Output:
| [
"463"
] | task1315-acaace94bb0449f6bf0a38465cba37d4 |
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, 25, 209, 322, 402, 157, 242, 368, 289, 356, 485, 106, 104, 377, 355, 29, 62, 239, 253, 186]
Output:
| [
"460"
] | task1315-47f22e69f0d948808bde7f26c08d945d |
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: [197, 352, 296, 289, 302, 172, 411, 222, 230, 493, 75, 443, 53, 250, 179, 241, 198, 80, 488, 107]
Output:
| [
"440"
] | task1315-f5273f4566fe48489848a26aa0ed8804 |
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: [492, 205, 74, 388, 224, 64, 484, 446, 407, 102, 192, 398, 181, 215, 490, 90, 35, 358, 220, 368]
Output:
| [
"457"
] | task1315-0f0f2f46640a4f7ba6231767100aae17 |
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: [197, 44, 239, 426, 356, 403, 75, 159, 55, 106, 199, 254, 92, 210, 334, 319, 288, 402, 129, 499]
Output:
| [
"455"
] | task1315-c67a9f06487f4186b1b8ccc0b45ff09e |
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: [71, 226, 452, 449, 418, 319, 249, 38, 17, 281, 213, 32, 209, 344, 481, 294, 236, 287, 264, 191]
Output:
| [
"464"
] | task1315-3af4b5c93b434b4c9387adba2742c141 |
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, 240, 275, 447, 221, 74, 380, 208, 191, 204, 472, 350, 61, 107, 290, 410, 351, 207, 357, 391]
Output:
| [
"411"
] | task1315-1f9e2eed8feb4ccfb582a90d9d026cd9 |
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: [44, 23, 60, 376, 408, 202, 423, 267, 326, 357, 200, 79, 178, 36, 230, 243, 220, 304, 168, 457]
Output:
| [
"434"
] | task1315-58d89a3d98a04d0ca68d1007bc324641 |
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: [382, 362, 223, 266, 355, 279, 459, 151, 249, 282, 296, 197, 265, 51, 246, 222, 480, 428, 81, 216]
Output:
| [
"429"
] | task1315-d3013661aecc4144af5fcb2413c3b245 |
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: [73, 222, 89, 56, 211, 16, 409, 136, 12, 153, 285, 109, 466, 474, 290, 408, 54, 379, 220, 309]
Output:
| [
"462"
] | task1315-0ce0404e30954b9cad8fa07c7f57d81c |
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: [71, 449, 282, 270, 245, 186, 279, 406, 413, 212, 67, 160, 218, 196, 134, 441, 200, 300, 96, 327]
Output:
| [
"382"
] | task1315-f831344c433a40cdb0fc32eae862bdfa |
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: [51, 189, 324, 136, 62, 257, 47, 81, 49, 128, 445, 177, 249, 241, 463, 59, 115, 405, 48, 495]
Output:
| [
"448"
] | task1315-76c044af293e41f4848e8be38b9c4066 |
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, 94, 73, 170, 373, 116, 152, 90, 46, 206, 13, 389, 299, 442, 104, 226, 265, 339, 200, 405]
Output:
| [
"429"
] | task1315-8b6fb7f7e185461a916df915efc5d612 |
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: [341, 472, 329, 362, 15, 148, 440, 198, 318, 379, 81, 295, 214, 282, 479, 233, 278, 55, 413, 184]
Output:
| [
"464"
] | task1315-e8e1363928a64d3785e0285c9debc7a7 |
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, 84, 276, 334, 46, 324, 478, 407, 125, 212, 378, 288, 289, 162, 194, 376, 155, 379, 487, 323]
Output:
| [
"441"
] | task1315-c5e37c4c283a46e7a1aee387e8df2c74 |
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: [227, 156, 78, 249, 225, 147, 125, 33, 316, 421, 208, 215, 186, 486, 53, 29, 207, 308, 176, 403]
Output:
| [
"457"
] | task1315-ec8d39c2c1534ba0966a803f4354ee66 |
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: [165, 200, 41, 175, 194, 416, 362, 18, 372, 69, 381, 456, 46, 81, 299, 433, 315, 167, 60, 117]
Output:
| [
"438"
] | task1315-c5edaf0f804243c1807ec069fed26008 |
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: [140, 233, 141, 280, 235, 423, 60, 206, 19, 292, 81, 83, 245, 450, 350, 176, 282, 463, 267, 276]
Output:
| [
"444"
] | task1315-bb86988e658542c9ae4c1f09671a759a |
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: [356, 43, 452, 148, 455, 206, 196, 394, 90, 107, 374, 139, 123, 425, 293, 352, 315, 218, 440, 110]
Output:
| [
"412"
] | task1315-b2faf535b9c8443ba44c9c7d739bb388 |
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: [134, 140, 371, 497, 383, 213, 197, 442, 438, 257, 281, 54, 247, 276, 181, 360, 236, 448, 160, 123]
Output:
| [
"443"
] | task1315-5ef7686c75cc4afa84ddf33c8ffa43f6 |
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: [154, 363, 245, 461, 244, 457, 274, 286, 490, 339, 304, 317, 408, 115, 413, 47, 42, 28, 19, 106]
Output:
| [
"471"
] | task1315-58155f23e0144e98a02ead80ca680601 |
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: [230, 334, 215, 305, 378, 394, 67, 241, 362, 231, 434, 269, 272, 124, 366, 214, 330, 228, 125, 421]
Output:
| [
"367"
] | task1315-f26aef7c156b4ee99494a3cd5bac3781 |
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: [38, 263, 454, 92, 170, 328, 293, 488, 23, 273, 103, 380, 333, 141, 307, 25, 161, 418, 189, 321]
Output:
| [
"465"
] | task1315-24d5e85f38e14b45a5094facbfc8258d |
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: [341, 290, 135, 284, 463, 121, 153, 32, 125, 279, 250, 201, 480, 254, 261, 192, 278, 406, 120, 441]
Output:
| [
"448"
] | task1315-2720484b1da74c9b8a54da57d64b00b6 |
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: [312, 354, 273, 324, 296, 391, 328, 443, 152, 303, 385, 119, 140, 157, 491, 52, 473, 186, 284, 377]
Output:
| [
"439"
] | task1315-b9aea82b60e84193829d2a98fd5ee699 |
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, 306, 171, 220, 96, 235, 292, 425, 136, 263, 266, 474, 388, 430, 143, 51, 351, 274, 347, 346]
Output:
| [
"423"
] | task1315-32162107285c4d57ad061f78761afb47 |
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: [374, 53, 362, 441, 431, 162, 68, 272, 207, 367, 326, 154, 465, 304, 225, 159, 103, 330, 259, 360]
Output:
| [
"412"
] | task1315-3bf24f3318bd4a1b928e4ea6c6ac36a8 |
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, 263, 460, 60, 418, 311, 246, 178, 103, 241, 168, 445, 28, 113, 192, 340, 470, 36, 283, 104]
Output:
| [
"442"
] | task1315-75af4734577d43e1bd7341dc41d25909 |
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: [261, 417, 397, 447, 23, 462, 199, 299, 71, 263, 92, 389, 159, 182, 302, 155, 350, 378, 188, 233]
Output:
| [
"439"
] | task1315-c5a716cbe6b24a7ea688ed244abe2ab4 |
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: [444, 425, 422, 206, 410, 134, 474, 208, 464, 313, 429, 83, 269, 98, 49, 172, 116, 296, 403, 459]
Output:
| [
"425"
] | task1315-8de1d9cc7faa469682bad5f154a44d9d |
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: [421, 390, 263, 376, 486, 468, 247, 60, 283, 304, 259, 431, 488, 127, 456, 148, 344, 377, 305, 407]
Output:
| [
"428"
] | task1315-c854c67aa5da45559b68f6fe9114975d |
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: [403, 279, 182, 232, 337, 41, 138, 193, 436, 233, 388, 152, 91, 61, 463, 117, 413, 483, 450, 24]
Output:
| [
"459"
] | task1315-0b6e893718784935a9e0ebddca73e754 |
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: [369, 197, 105, 154, 275, 446, 318, 216, 53, 195, 127, 451, 37, 491, 190, 317, 443, 386, 315, 77]
Output:
| [
"454"
] | task1315-d0ace66dca934b4eb95a4319f5789045 |
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: [358, 257, 170, 485, 214, 33, 354, 151, 156, 74, 116, 421, 422, 245, 418, 277, 50, 168, 194, 127]
Output:
| [
"452"
] | task1315-a91cbae5267b42a4b2aec502ab589767 |
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: [422, 43, 178, 310, 41, 107, 320, 236, 24, 443, 14, 371, 464, 230, 191, 197, 342, 362, 402, 148]
Output:
| [
"450"
] | task1315-ff50aaca57e7412ea9047df488f98b4b |
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, 191, 236, 329, 347, 89, 170, 429, 376, 121, 268, 397, 225, 61, 463, 66, 444, 473, 266, 43]
Output:
| [
"430"
] | task1315-3c45fe9b3731409183689d780eed28cc |
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: [452, 110, 73, 261, 427, 350, 316, 156, 462, 496, 106, 214, 296, 65, 367, 241, 25, 143, 183, 335]
Output:
| [
"471"
] | task1315-87dcac9f98cb4377930320bffdc0bab9 |
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: [312, 327, 250, 149, 99, 482, 446, 317, 95, 372, 325, 367, 356, 437, 195, 48, 72, 463, 278, 363]
Output:
| [
"434"
] | task1315-e11b12d2c63a4079826f6ae414def1fd |
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: [162, 32, 109, 191, 340, 80, 33, 310, 54, 100, 49, 93, 425, 156, 63, 155, 201, 426, 277, 64]
Output:
| [
"394"
] | task1315-3e8b8221e6af4ace95d4601343c718d3 |
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: [484, 249, 241, 189, 152, 391, 429, 275, 491, 132, 252, 56, 270, 408, 398, 167, 390, 256, 183, 120]
Output:
| [
"435"
] | task1315-003507eacc40400e961862e35709a319 |
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: [77, 139, 400, 409, 85, 354, 277, 334, 389, 415, 388, 193, 207, 398, 38, 127, 469, 44, 135, 179]
Output:
| [
"431"
] | task1315-9a6bac226d024a46b20adb8644254cd3 |
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: [104, 333, 387, 71, 369, 84, 438, 68, 15, 29, 386, 281, 420, 437, 103, 72, 220, 301, 170, 165]
Output:
| [
"423"
] | task1315-8f6609ecfcbf4b61a64cbb0f2806d570 |
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: [498, 252, 402, 153, 179, 454, 103, 316, 468, 287, 445, 356, 275, 19, 262, 68, 303, 16, 45, 349]
Output:
| [
"482"
] | task1315-0759e8be6e6f45788e4256bcb5497025 |
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: [362, 49, 24, 479, 332, 186, 411, 116, 128, 209, 104, 431, 375, 63, 435, 367, 451, 62, 93, 226]
Output:
| [
"455"
] | task1315-fcebb2f05be44d27896732a6d5119dda |
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, 200, 268, 33, 272, 131, 301, 144, 276, 432, 46, 499, 133, 377, 177, 262, 464, 437, 433, 308]
Output:
| [
"466"
] | task1315-64fe0a17b1ee4822a2121b3e0401432f |
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: [288, 350, 334, 38, 293, 408, 397, 228, 243, 192, 349, 470, 141, 421, 356, 440, 153, 373, 417, 172]
Output:
| [
"432"
] | task1315-f43256c1f2244c1dac89727c67b9bd6d |
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: [51, 310, 128, 338, 12, 415, 29, 68, 82, 66, 435, 33, 482, 25, 345, 302, 152, 285, 221, 216]
Output:
| [
"470"
] | task1315-b5e9e935be8b4ac8b822a90b954a9250 |
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: [154, 425, 267, 492, 204, 337, 255, 79, 426, 101, 103, 230, 265, 80, 473, 340, 396, 394, 92, 69]
Output:
| [
"423"
] | task1315-aa17d11569a04d3986569988f56a3c70 |
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: [117, 405, 408, 138, 454, 451, 319, 89, 99, 444, 154, 106, 88, 221, 322, 259, 149, 439, 368, 26]
Output:
| [
"428"
] | task1315-22fc6dc0d6a24d08915c903ea1e2f884 |
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: [169, 102, 65, 89, 439, 351, 227, 203, 324, 14, 450, 342, 295, 147, 409, 363, 108, 444, 174, 63]
Output:
| [
"436"
] | task1315-582ed62364ec43de8ef22692a22c6365 |
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: [308, 310, 137, 185, 362, 450, 263, 236, 294, 429, 435, 457, 316, 128, 337, 121, 331, 356, 381, 360]
Output:
| [
"336"
] | task1315-501abf6d023543de85205ec10751b27a |
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: [63, 463, 250, 15, 396, 388, 117, 14, 211, 478, 154, 80, 496, 112, 368, 217, 16, 475, 300, 126]
Output:
| [
"482"
] | task1315-b898f8f5f1914a80be3cb9ef06147e37 |
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: [195, 88, 399, 111, 266, 288, 365, 106, 36, 390, 259, 356, 351, 394, 41, 187, 455, 68, 391, 343]
Output:
| [
"419"
] | task1315-3f49ffba1c314ed28cdd1aa5fe43906d |
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: [486, 403, 242, 441, 132, 270, 268, 357, 43, 497, 26, 458, 159, 108, 11, 208, 243, 376, 361, 136]
Output:
| [
"486"
] | task1315-3ceb6761e74c4837b1f68eb88ffd416b |
End of preview. Expand
in Dataset Viewer.
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task1315_find_range_array
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks},
author={Yizhong Wang and Swaroop Mishra and Pegah Alipoormolabashi and Yeganeh Kordi and Amirreza Mirzaei and Anjana Arunkumar and Arjun Ashok and Arut Selvan Dhanasekaran and Atharva Naik and David Stap and Eshaan Pathak and Giannis Karamanolakis and Haizhi Gary Lai and Ishan Purohit and Ishani Mondal and Jacob Anderson and Kirby Kuznia and Krima Doshi and Maitreya Patel and Kuntal Kumar Pal and Mehrad Moradshahi and Mihir Parmar and Mirali Purohit and Neeraj Varshney and Phani Rohitha Kaza and Pulkit Verma and Ravsehaj Singh Puri and Rushang Karia and Shailaja Keyur Sampat and Savan Doshi and Siddhartha Mishra and Sujan Reddy and Sumanta Patro and Tanay Dixit and Xudong Shen and Chitta Baral and Yejin Choi and Noah A. Smith and Hannaneh Hajishirzi and Daniel Khashabi},
year={2022},
eprint={2204.07705},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2204.07705},
}
More details can also be found in the following paper:
@misc{brüelgabrielsson2024compressserveservingthousands,
title={Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead},
author={Rickard Brüel-Gabrielsson and Jiacheng Zhu and Onkar Bhardwaj and Leshem Choshen and Kristjan Greenewald and Mikhail Yurochkin and Justin Solomon},
year={2024},
eprint={2407.00066},
archivePrefix={arXiv},
primaryClass={cs.DC},
url={https://arxiv.org/abs/2407.00066},
}
Contact Information
For any comments or questions, please email Rickard Brüel Gabrielsson
- Downloads last month
- 69