inputs stringlengths 467 947 | targets stringlengths 84 100 | _template_idx int64 0 9 | _task_source stringclasses 1
value | _task_name stringclasses 1
value | _template_type stringclasses 2
values |
|---|---|---|---|---|---|
Given the task definition, example input & output, solve the new input case.
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the ... | [396, 348, 356, 333, 63, 417, 274, 59, 23, 37, 50, 277, 117, 245, 377, 405, 414, 85] | 1 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [35, 303, 342, 95, 102, 132, 331, 164, 108, 276, 381, 301, 143, 44, 74, 398, 56, 256] | 6 | NIv2 | task1150_delete_max_min | fs_opt |
Detailed Instructions: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Y... | [30, 181, 201, 208, 147, 314, 381, 310, 353, 370, 300, 214, 366, 368, 308, 318, 274, 347] | 4 | NIv2 | task1150_delete_max_min | fs_opt |
Teacher: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer sho... | [64, 257, 233, 185, 260, 98, 220, 63, 103, 234, 330, 333, 262, 213, 264, 106, 336, 338] | 2 | NIv2 | task1150_delete_max_min | fs_opt |
instruction:
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer... | [148, 89, 290, 291, 220, 178, 40, 425, 386, 174, 151, 60, 224, 378, 314, 234, 357, 193]
| 9 | NIv2 | task1150_delete_max_min | fs_opt |
Part 1. Definition
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your ... | [226, 166, 67, 285, 388, 172, 184, 220, 299, 98, 165, 449, 41, 99, 248, 126, 182, 434] | 7 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [392, 241, 376, 353, 118, 439, 277, 155, 88, 429, 291, 144, 86, 383, 486, 276, 420, 243]
| 5 | NIv2 | task1150_delete_max_min | fs_opt |
TASK DEFINITION: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your an... | [349, 427, 315, 172, 391, 481, 333, 65, 87, 329, 266, 48, 32, 291, 265, 342, 458, 256]
| 8 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [291, 400, 38, 256, 388, 312, 222, 189, 175, 75, 174, 37, 342, 194, 79, 117, 226, 473] | 3 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [262, 391, 257, 118, 326, 343, 209, 249, 88, 79, 236, 305, 83, 180, 318, 382, 285, 378]
| 5 | NIv2 | task1150_delete_max_min | fs_opt |
Teacher: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer sho... | [191, 71, 487, 480, 196, 95, 83, 352, 80, 264, 46, 222, 367, 337, 334, 175, 322, 296] | 2 | NIv2 | task1150_delete_max_min | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the ... | [115, 198, 156, 33, 182, 291, 266, 72, 348, 74, 443, 168, 214, 118, 133, 65, 318, 375] | 1 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [115, 198, 156, 33, 182, 291, 266, 72, 348, 74, 443, 168, 214, 118, 133, 65, 318, 375]
| 7 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [398, 302, 117, 340, 76, 379, 182, 435, 194, 316, 445, 248, 123, 288, 301, 33, 360, 404] | 8 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [90, 238, 46, 361, 360, 194, 149, 237, 376, 111, 408, 435, 429, 421, 374, 100, 424, 343]
| 0 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [107, 213, 316, 252, 111, 446, 189, 63, 209, 263, 164, 287, 24, 89, 354, 193, 296, 161]
| 1 | NIv2 | task1150_delete_max_min | fs_opt |
TASK DEFINITION: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your an... | [417, 138, 283, 185, 305, 188, 35, 243, 291, 310, 39, 199, 239, 70, 381, 358, 30, 380]
| 8 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [69, 112, 338, 121, 75, 108, 327, 432, 190, 463, 88, 431, 344, 236, 478, 441, 453, 460]
| 1 | NIv2 | task1150_delete_max_min | fs_opt |
Teacher: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer sho... | [493, 143, 217, 317, 225, 487, 161, 24, 457, 309, 405, 450, 52, 363, 330, 263, 102, 126] | 2 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [493, 143, 217, 317, 225, 487, 161, 24, 457, 309, 405, 450, 52, 363, 330, 263, 102, 126]
| 1 | NIv2 | task1150_delete_max_min | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the ... | [35, 75, 406, 87, 39, 419, 145, 307, 110, 241, 402, 449, 471, 189, 221, 283, 225, 386] | 1 | NIv2 | task1150_delete_max_min | fs_opt |
Detailed Instructions: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Y... | [197, 210, 43, 382, 223, 247, 65, 332, 73, 230, 394, 224, 377, 238, 329, 249, 131, 420] | 4 | NIv2 | task1150_delete_max_min | fs_opt |
instruction:
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer... | [35, 75, 406, 87, 39, 419, 145, 307, 110, 241, 402, 449, 471, 189, 221, 283, 225, 386]
| 9 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [197, 210, 43, 382, 223, 247, 65, 332, 73, 230, 394, 224, 377, 238, 329, 249, 131, 420]
| 3 | NIv2 | task1150_delete_max_min | fs_opt |
Teacher: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer sho... | [353, 380, 45, 217, 195, 41, 206, 261, 387, 316, 92, 134, 468, 305, 314, 415, 381, 65] | 2 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [178, 395, 138, 410, 194, 82, 406, 211, 99, 220, 330, 103, 45, 285, 264, 281, 430, 195]
****
| 4 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [233, 451, 63, 323, 428, 102, 201, 347, 349, 283, 324, 205, 114, 427, 459, 281, 432, 328]
| 0 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [404, 426, 303, 243, 105, 238, 120, 64, 152, 285, 111, 75, 312, 368, 379, 143, 438, 195] | 8 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [324, 432, 172, 445, 78, 405, 194, 220, 436, 461, 448, 42, 166, 450, 478, 474, 175, 27]
| 5 | NIv2 | task1150_delete_max_min | fs_opt |
instruction:
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer... | [475, 33, 286, 351, 181, 408, 370, 144, 293, 297, 301, 305, 482, 363, 469, 368, 474, 397]
| 9 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [149, 218, 201, 435, 351, 391, 136, 289, 187, 50, 257, 276, 129, 372, 285, 334, 312, 117]
| 7 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [140, 15, 240, 110, 245, 201, 350, 222, 65, 319, 268, 176, 98, 256, 344, 383, 299, 394]
****
| 4 | NIv2 | task1150_delete_max_min | fs_opt |
Part 1. Definition
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your ... | [429, 421, 445, 366, 393, 324, 384, 463, 440, 477, 352, 434, 425, 330, 442, 321, 369, 259] | 7 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [191, 78, 114, 201, 87, 147, 148, 370, 189, 312, 42, 132, 68, 342, 121, 73, 329, 364] | 9 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [191, 78, 114, 201, 87, 147, 148, 370, 189, 312, 42, 132, 68, 342, 121, 73, 329, 364]
| 1 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [35, 303, 342, 95, 102, 132, 331, 164, 108, 276, 381, 301, 143, 44, 74, 398, 56, 256]
****
| 4 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [412, 140, 260, 335, 394, 456, 453, 482, 286, 467, 288, 66, 424, 160, 111, 103, 408, 69] | 3 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [448, 100, 369, 389, 316, 149, 153, 193, 434, 387, 173, 217, 322, 417, 384, 115, 101, 401]
| 6 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [156, 423, 473, 440, 222, 445, 74, 196, 326, 390, 99, 197, 314, 404, 341, 433, 308, 134]
| 6 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [47, 152, 484, 82, 218, 464, 382, 405, 458, 399, 455, 191, 351, 327, 297, 456, 99, 16]
| 1 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [349, 475, 128, 394, 133, 34, 155, 291, 428, 219, 44, 81, 132, 96, 240, 430, 326, 205] | 6 | NIv2 | task1150_delete_max_min | fs_opt |
Teacher: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer sho... | [232, 29, 315, 409, 43, 155, 471, 68, 350, 90, 368, 277, 286, 323, 452, 119, 54, 455] | 2 | NIv2 | task1150_delete_max_min | fs_opt |
Detailed Instructions: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Y... | [172, 161, 153, 207, 319, 418, 247, 387, 460, 200, 121, 413, 175, 150, 83, 256, 462, 265] | 4 | NIv2 | task1150_delete_max_min | fs_opt |
Part 1. Definition
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your ... | [316, 127, 149, 295, 384, 178, 131, 398, 38, 255, 33, 102, 187, 107, 336, 356, 45, 66] | 7 | NIv2 | task1150_delete_max_min | fs_opt |
TASK DEFINITION: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your an... | [172, 161, 153, 207, 319, 418, 247, 387, 460, 200, 121, 413, 175, 150, 83, 256, 462, 265]
| 8 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [316, 127, 149, 295, 384, 178, 131, 398, 38, 255, 33, 102, 187, 107, 336, 356, 45, 66]
| 6 | NIv2 | task1150_delete_max_min | fs_opt |
TASK DEFINITION: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your an... | [252, 371, 47, 329, 84, 113, 310, 464, 98, 275, 250, 453, 187, 91, 147, 435, 61, 153]
| 8 | NIv2 | task1150_delete_max_min | fs_opt |
TASK DEFINITION: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your an... | [218, 206, 376, 271, 360, 378, 419, 249, 132, 211, 181, 306, 276, 413, 125, 79, 104, 163]
| 8 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [448, 100, 369, 389, 316, 149, 153, 193, 434, 387, 173, 217, 322, 417, 384, 115, 101, 401] | 6 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [86, 429, 305, 267, 424, 292, 315, 306, 104, 31, 44, 80, 397, 274, 217, 230, 213, 414]
| 6 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [156, 423, 473, 440, 222, 445, 74, 196, 326, 390, 99, 197, 314, 404, 341, 433, 308, 134] | 6 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [127, 371, 252, 472, 257, 150, 361, 121, 230, 313, 392, 157, 67, 143, 336, 408, 211, 140]
****
| 4 | NIv2 | task1150_delete_max_min | fs_opt |
Part 1. Definition
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your ... | [94, 277, 177, 271, 398, 153, 345, 441, 248, 395, 43, 233, 439, 241, 99, 238, 264, 377] | 7 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [349, 475, 128, 394, 133, 34, 155, 291, 428, 219, 44, 81, 132, 96, 240, 430, 326, 205]
| 7 | NIv2 | task1150_delete_max_min | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the numbe... | [147, 440, 399, 367, 222, 372, 111, 57, 322, 106, 280, 94, 44, 464, 431, 205, 422, 90] | 0 | NIv2 | task1150_delete_max_min | fs_opt |
instruction:
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer... | [147, 440, 399, 367, 222, 372, 111, 57, 322, 106, 280, 94, 44, 464, 431, 205, 422, 90]
| 9 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [223, 362, 140, 488, 384, 349, 312, 482, 487, 213, 466, 480, 268, 438, 369, 247, 477, 276]
| 3 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [278, 195, 442, 163, 419, 246, 457, 267, 228, 186, 299, 354, 294, 201, 75, 317, 312, 284]
| 7 | NIv2 | task1150_delete_max_min | fs_opt |
instruction:
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer... | [441, 91, 166, 388, 242, 419, 379, 268, 340, 112, 330, 382, 150, 431, 188, 176, 98, 353]
| 9 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [432, 95, 162, 299, 309, 194, 186, 97, 201, 431, 233, 93, 464, 407, 141, 462, 129, 258] | 3 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [438, 404, 178, 314, 150, 153, 185, 169, 435, 413, 42, 414, 339, 29, 307, 398, 375, 137] | 9 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [220, 74, 306, 242, 105, 176, 191, 121, 395, 117, 378, 42, 390, 458, 82, 404, 236, 374]
| 1 | NIv2 | task1150_delete_max_min | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the ... | [435, 351, 125, 187, 467, 142, 162, 302, 465, 348, 67, 145, 32, 339, 191, 193, 416, 362] | 1 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [112, 420, 247, 383, 265, 209, 428, 353, 259, 427, 149, 322, 309, 213, 408, 118, 342, 434]
****
| 4 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [392, 479, 350, 154, 365, 482, 375, 137, 94, 402, 220, 343, 175, 466, 83, 104, 413, 296]
| 3 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [251, 295, 130, 340, 258, 247, 213, 462, 303, 129, 345, 440, 415, 354, 276, 298, 259, 482]
| 6 | NIv2 | task1150_delete_max_min | fs_opt |
Detailed Instructions: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Y... | [358, 412, 408, 190, 313, 238, 259, 199, 119, 367, 272, 101, 277, 287, 137, 250, 413, 302] | 4 | NIv2 | task1150_delete_max_min | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the ... | [203, 33, 336, 212, 419, 339, 463, 243, 152, 71, 202, 200, 309, 150, 177, 361, 207, 209] | 1 | NIv2 | task1150_delete_max_min | fs_opt |
Detailed Instructions: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Y... | [148, 321, 253, 119, 467, 179, 322, 205, 348, 288, 439, 54, 393, 131, 352, 268, 349, 132] | 4 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [105, 120, 160, 362, 375, 190, 275, 69, 349, 154, 302, 234, 488, 305, 350, 241, 437, 97]
| 1 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [409, 431, 47, 252, 397, 205, 428, 147, 165, 173, 203, 241, 360, 49, 346, 282, 27, 192]
| 0 | NIv2 | task1150_delete_max_min | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the numbe... | [469, 350, 32, 157, 330, 257, 466, 244, 103, 247, 323, 236, 420, 126, 208, 318, 451, 207] | 0 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [131, 176, 381, 470, 198, 77, 294, 142, 202, 357, 146, 337, 287, 383, 262, 298, 442, 356]
****
| 4 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [106, 391, 309, 73, 281, 120, 59, 360, 52, 156, 217, 192, 394, 288, 432, 356, 349, 273] | 9 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [212, 272, 69, 27, 321, 344, 361, 193, 457, 130, 458, 443, 191, 337, 421, 233, 355, 247] | 3 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [212, 272, 69, 27, 321, 344, 361, 193, 457, 130, 458, 443, 191, 337, 421, 233, 355, 247]
****
| 4 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [183, 191, 395, 418, 148, 265, 425, 177, 257, 357, 314, 186, 97, 292, 407, 420, 140, 173]
| 6 | NIv2 | task1150_delete_max_min | fs_opt |
Teacher: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer sho... | [443, 370, 299, 267, 111, 436, 329, 237, 472, 235, 454, 372, 344, 378, 310, 170, 262, 290] | 2 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [134, 471, 453, 333, 255, 40, 94, 230, 241, 116, 109, 310, 375, 478, 160, 198, 420, 45]
| 1 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [138, 466, 396, 427, 43, 221, 440, 116, 290, 104, 371, 304, 365, 460, 146, 117, 448, 148] | 6 | NIv2 | task1150_delete_max_min | fs_opt |
TASK DEFINITION: In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your an... | [138, 466, 396, 427, 43, 221, 440, 116, 290, 104, 371, 304, 365, 460, 146, 117, 448, 148]
| 8 | NIv2 | task1150_delete_max_min | fs_opt |
Part 1. Definition
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your ... | [72, 78, 206, 464, 264, 183, 291, 317, 432, 212, 415, 327, 266, 210, 192, 359, 319, 86] | 7 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [209, 150, 109, 416, 204, 253, 341, 181, 294, 228, 106, 189, 441, 239, 248, 335, 486, 92] | 9 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | Output: [72, 78, 206, 464, 264, 183, 291, 317, 432, 212, 415, 327, 266, 210, 192, 359, 319, 86]
| 2 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [448, 210, 304, 231, 82, 440, 268, 211, 374, 106, 324, 473, 73, 175, 355, 365, 103, 467] | 8 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [209, 150, 109, 416, 204, 253, 341, 181, 294, 228, 106, 189, 441, 239, 248, 335, 486, 92]
| 0 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | Output: [383, 259, 183, 294, 144, 28, 348, 479, 41, 488, 376, 399, 150, 486, 334, 33, 220, 366]
| 2 | NIv2 | task1150_delete_max_min | fs_opt |
Part 1. Definition
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your ... | [148, 89, 290, 291, 220, 178, 40, 425, 386, 174, 151, 60, 224, 378, 314, 234, 357, 193] | 7 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [343, 388, 113, 57, 169, 354, 297, 78, 456, 45, 61, 166, 221, 203, 265, 304, 121, 96] | 9 | NIv2 | task1150_delete_max_min | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the ... | [15, 147, 431, 30, 323, 141, 119, 248, 89, 335, 255, 352, 38, 175, 69, 283, 315, 403] | 1 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [140, 259, 99, 233, 295, 254, 411, 426, 93, 483, 24, 355, 404, 314, 79, 21, 58, 246]
| 6 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [15, 147, 431, 30, 323, 141, 119, 248, 89, 335, 255, 352, 38, 175, 69, 283, 315, 403]
| 1 | NIv2 | task1150_delete_max_min | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the numbe... | [148, 107, 218, 464, 221, 443, 295, 328, 59, 419, 248, 213, 298, 467, 135, 75, 281, 65] | 0 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [349, 427, 315, 172, 391, 481, 333, 65, 87, 329, 266, 48, 32, 291, 265, 342, 458, 256] | 6 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [148, 107, 218, 464, 221, 443, 295, 328, 59, 419, 248, 213, 298, 467, 135, 75, 281, 65]
****
| 4 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [291, 400, 38, 256, 388, 312, 222, 189, 175, 75, 174, 37, 342, 194, 79, 117, 226, 473]
****
| 4 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [299, 252, 143, 181, 132, 154, 336, 101, 303, 359, 285, 182, 311, 240, 219, 141, 144, 224]
| 6 | NIv2 | task1150_delete_max_min | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the numbe... | [81, 263, 467, 175, 373, 328, 59, 187, 353, 55, 123, 401, 30, 397, 405, 57, 321, 62] | 0 | NIv2 | task1150_delete_max_min | fs_opt |
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ... | [81, 263, 467, 175, 373, 328, 59, 187, 353, 55, 123, 401, 30, 397, 405, 57, 321, 62]
****
| 4 | NIv2 | task1150_delete_max_min | fs_opt |
instruction:
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer... | [191, 71, 487, 480, 196, 95, 83, 352, 80, 264, 46, 222, 367, 337, 334, 175, 322, 296]
| 9 | NIv2 | task1150_delete_max_min | fs_opt |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.