Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
input
stringlengths
853
863
output
sequencelengths
1
1
id
stringlengths
41
41
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [92, 279, 68, 155, 250, 39, 192, 80, 232, 131, 99, 101, 146, 30, 96, 62, 182, 58, 272, 211], k=12 Output:
[ "99" ]
task1194-55c77c0f2a34472084a55cf45a692b42
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [204, 46, 228, 236, 63, 26, 95, 85, 257, 114, 247, 41, 74, 40, 207, 268, 169, 193, 238, 156], k=15 Output:
[ "74" ]
task1194-89af76e7e0be425cafa79b0a4fdc55b0
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [208, 225, 278, 177, 33, 240, 267, 68, 166, 91, 196, 13, 237, 216, 29, 294, 39, 281, 201, 297], k=14 Output:
[ "166" ]
task1194-af387efb434342c1afdcbf48478ea79b
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [82, 197, 212, 266, 30, 149, 57, 227, 294, 299, 176, 21, 31, 214, 224, 117, 181, 19, 37, 42], k=1 Output:
[ "299" ]
task1194-8ddd74b0cfeb4adda6f63bee0d792a01
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [207, 128, 222, 158, 264, 260, 163, 131, 114, 284, 275, 248, 86, 123, 41, 84, 56, 238, 133, 94], k=19 Output:
[ "56" ]
task1194-87d293a8c99b45d48cfb7090ed7cc7f6
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [203, 69, 186, 280, 93, 245, 223, 80, 170, 210, 106, 172, 121, 263, 159, 131, 162, 276, 213, 232], k=9 Output:
[ "203" ]
task1194-cec37db564dd407fa205720d567817e7
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [282, 270, 176, 119, 140, 70, 113, 56, 260, 194, 126, 274, 84, 145, 80, 202, 51, 103, 112, 240], k=2 Output:
[ "274" ]
task1194-308d1b3975274e599f37eca0ae6f0f5e
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [108, 101, 147, 157, 189, 216, 282, 132, 60, 46, 14, 25, 109, 43, 82, 255, 19, 128, 11, 182], k=1 Output:
[ "282" ]
task1194-4f4d6313b5404ac696d95583d6d16def
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [80, 208, 212, 33, 134, 151, 103, 290, 258, 121, 59, 221, 58, 81, 20, 166, 111, 177, 12, 176], k=8 Output:
[ "166" ]
task1194-8cfe027a19cc45d489bd33083cc7c027
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [199, 68, 40, 72, 86, 169, 42, 46, 215, 64, 110, 276, 39, 217, 103, 196, 126, 219, 143, 159], k=12 Output:
[ "103" ]
task1194-9df72529861f4245b40b9ad500e487ea
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [150, 220, 280, 32, 136, 112, 267, 194, 200, 74, 140, 45, 113, 270, 33, 146, 116, 266, 193, 233], k=2 Output:
[ "270" ]
task1194-04e2154ca7b745b7bb1c000e52935c81
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [68, 23, 35, 80, 108, 120, 52, 75, 26, 166, 50, 271, 230, 284, 91, 119, 212, 278, 268, 229], k=10 Output:
[ "119" ]
task1194-984f738f9fe441c29a584b69da11fde5
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [75, 213, 202, 285, 124, 60, 108, 232, 178, 228, 193, 185, 224, 282, 186, 279, 264, 150, 235, 95], k=6 Output:
[ "232" ]
task1194-534affe367584e069f19fa7b65056579
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [72, 258, 46, 125, 104, 92, 48, 73, 174, 94, 229, 143, 193, 244, 39, 100, 271, 295, 47, 64], k=12 Output:
[ "94" ]
task1194-976d0a7844004435b043797316634600
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [255, 270, 154, 199, 18, 122, 289, 285, 179, 259, 196, 110, 34, 35, 53, 216, 230, 251, 14, 172], k=9 Output:
[ "199" ]
task1194-d8c9dd727f8a408383a1eeab987a5211
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [265, 266, 70, 83, 280, 46, 184, 127, 114, 242, 188, 160, 270, 98, 95, 119, 112, 263, 109, 86], k=15 Output:
[ "98" ]
task1194-0ee6762c39334acdb00efc50ef1dd81e
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [266, 187, 217, 296, 23, 185, 263, 136, 138, 15, 167, 82, 134, 183, 273, 14, 97, 133, 190, 84], k=20 Output:
[ "14" ]
task1194-0712b696ca4f40ba99373edcb4b2d762
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [52, 229, 213, 60, 22, 228, 222, 74, 181, 249, 209, 170, 24, 103, 66, 47, 76, 245, 142, 35], k=2 Output:
[ "245" ]
task1194-b7fe48775e154f388b8b8eb812e2f76b
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [121, 259, 111, 17, 195, 134, 116, 277, 36, 203, 110, 11, 65, 220, 22, 240, 274, 288, 173, 85], k=11 Output:
[ "121" ]
task1194-5846361ccc8a4b3da10fab9b0aa26733
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [297, 176, 184, 245, 143, 204, 191, 188, 52, 16, 41, 197, 244, 93, 59, 276, 227, 120, 277, 138], k=14 Output:
[ "138" ]
task1194-2dd1843d682f4c92b15159ef365c0ef6
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [242, 184, 50, 65, 64, 132, 210, 13, 75, 189, 206, 80, 296, 245, 191, 97, 141, 171, 200, 215], k=16 Output:
[ "75" ]
task1194-c49cf6dedd2643fdb56ae27787d74800
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [190, 182, 128, 18, 241, 135, 93, 298, 40, 144, 262, 147, 140, 204, 254, 11, 168, 276, 117, 13], k=10 Output:
[ "147" ]
task1194-0533eafd06544457aa4c508db362185c
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [231, 292, 157, 189, 141, 193, 166, 171, 273, 285, 17, 11, 108, 165, 185, 66, 251, 287, 149, 57], k=14 Output:
[ "149" ]
task1194-1dbe5bdd3486425c8886f91ae5e71230
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [49, 182, 91, 224, 295, 254, 143, 70, 20, 174, 120, 168, 278, 139, 72, 78, 21, 89, 39, 131], k=3 Output:
[ "254" ]
task1194-638f3b039da64ca283a9741e9c8d351f
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [199, 145, 265, 71, 11, 82, 30, 24, 13, 119, 224, 22, 68, 150, 206, 81, 298, 124, 75, 16], k=12 Output:
[ "75" ]
task1194-3ad3982dab864b488907c1bffb877824
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [163, 216, 118, 11, 107, 135, 270, 154, 219, 153, 238, 262, 161, 282, 276, 43, 200, 185, 10, 217], k=5 Output:
[ "238" ]
task1194-0f088fae987641f2af97a0a0da8f6df0
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [120, 104, 231, 246, 115, 267, 125, 205, 69, 166, 18, 130, 129, 154, 101, 142, 68, 10, 92, 201], k=17 Output:
[ "69" ]
task1194-d9e239d5a6f84ed982b803dbf6d4f5ce
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [183, 45, 154, 276, 235, 104, 289, 184, 176, 151, 100, 67, 210, 132, 284, 117, 43, 144, 180, 254], k=14 Output:
[ "132" ]
task1194-5082f31dd7d1446b9d4bc6d50002d932
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [296, 211, 166, 25, 64, 124, 108, 215, 93, 277, 67, 126, 24, 15, 240, 30, 256, 186, 294, 236], k=4 Output:
[ "256" ]
task1194-45992c6b7b264551a3d4cfcbd55a5879
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [270, 194, 176, 246, 186, 76, 20, 226, 151, 260, 157, 263, 265, 141, 123, 225, 98, 48, 25, 67], k=20 Output:
[ "20" ]
task1194-cf62d30f663949709e9369e34141e1a5
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [260, 193, 189, 214, 51, 228, 61, 209, 212, 265, 286, 128, 160, 116, 114, 88, 245, 175, 62, 77], k=15 Output:
[ "114" ]
task1194-2667615acf17490e83cf57059af4ad6b
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [16, 10, 255, 45, 203, 197, 168, 85, 266, 245, 232, 298, 199, 26, 181, 202, 214, 82, 283, 120], k=1 Output:
[ "298" ]
task1194-7c7411dd38394ebf8fdbd1eaf05bf6a2
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [103, 160, 30, 195, 116, 102, 142, 194, 45, 281, 274, 180, 298, 263, 173, 282, 210, 34, 57, 248], k=8 Output:
[ "195" ]
task1194-cf99db4df2364c6da03bf356e9d42ee0
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [241, 11, 160, 281, 22, 137, 172, 126, 90, 66, 261, 181, 226, 65, 259, 83, 177, 278, 21, 98], k=7 Output:
[ "181" ]
task1194-bc2608a323734cffbf98cd048f914b6f
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [55, 259, 84, 222, 28, 10, 197, 81, 214, 215, 273, 180, 256, 91, 242, 211, 103, 166, 247, 95], k=14 Output:
[ "95" ]
task1194-8f236952ea2540a78c5e9c8f2bfe2e3d
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [61, 191, 28, 285, 59, 145, 223, 266, 225, 274, 154, 203, 193, 12, 227, 188, 137, 69, 211, 11], k=4 Output:
[ "227" ]
task1194-0c2c5dbaa13749a8951bc1fdd5bdb094
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [202, 81, 91, 150, 255, 227, 95, 48, 128, 254, 117, 228, 183, 61, 243, 259, 196, 148, 221, 274], k=11 Output:
[ "183" ]
task1194-1de3554d406d4701a361a5bf3091a307
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [171, 73, 239, 246, 40, 240, 262, 77, 244, 131, 119, 194, 199, 80, 42, 164, 45, 245, 108, 92], k=10 Output:
[ "164" ]
task1194-855c38d0ab58425badd111761534f9cf
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [127, 288, 143, 278, 154, 204, 45, 223, 61, 79, 122, 110, 244, 100, 275, 153, 20, 94, 10, 16], k=16 Output:
[ "61" ]
task1194-d51af164b1e24233a71d2bbc014d3447
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [232, 117, 292, 139, 178, 294, 256, 296, 50, 102, 28, 15, 34, 148, 159, 276, 25, 188, 287, 155], k=20 Output:
[ "15" ]
task1194-4b62552f082545f68c50e8f38a2cc79f
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [127, 150, 271, 167, 241, 211, 97, 74, 248, 131, 147, 116, 258, 81, 185, 65, 73, 118, 285, 266], k=5 Output:
[ "248" ]
task1194-cc44b8c075594d4e9216b5d7086435a7
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [83, 143, 65, 213, 262, 235, 230, 226, 222, 205, 224, 179, 180, 183, 166, 82, 104, 148, 16, 20], k=10 Output:
[ "180" ]
task1194-0b5072df699749a59108925e954f1fd1
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [156, 11, 295, 47, 230, 49, 109, 267, 121, 169, 128, 124, 216, 220, 237, 24, 224, 105, 35, 22], k=7 Output:
[ "216" ]
task1194-af3721f7635b4ef89fbeb508b6fb1669
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [253, 158, 127, 155, 113, 248, 41, 42, 128, 201, 275, 252, 251, 40, 185, 82, 205, 125, 233, 107], k=20 Output:
[ "40" ]
task1194-65af4626c0fc4086a844384fe6a2bd98
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [30, 146, 176, 197, 256, 102, 175, 171, 251, 73, 104, 284, 261, 16, 137, 245, 248, 100, 190, 127], k=11 Output:
[ "171" ]
task1194-39c92be8f43d4a1ab6e162153dd0af6c
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [181, 70, 189, 295, 209, 182, 98, 224, 52, 153, 217, 20, 170, 221, 18, 40, 126, 296, 96, 233], k=1 Output:
[ "296" ]
task1194-fb12a652274244d8abb8cb8eb03cec47
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [122, 192, 254, 187, 244, 116, 87, 90, 230, 248, 94, 293, 257, 186, 96, 177, 294, 261, 104, 18], k=17 Output:
[ "94" ]
task1194-ed56848306214922a3d78667dafcce63
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [109, 71, 25, 182, 65, 202, 184, 161, 272, 286, 299, 156, 194, 150, 129, 230, 266, 283, 297, 252], k=14 Output:
[ "156" ]
task1194-7b9885b9b381404ea36f7b08656050d4
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [70, 141, 240, 15, 156, 178, 52, 187, 149, 260, 209, 182, 120, 53, 173, 185, 129, 130, 293, 222], k=14 Output:
[ "130" ]
task1194-a494aaa367174ea3b6f62054a7ef96a0
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [248, 96, 267, 173, 279, 138, 170, 221, 29, 83, 159, 50, 289, 94, 135, 108, 197, 144, 154, 219], k=16 Output:
[ "96" ]
task1194-a86345c13f104047bb0b15773cf75f85
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [177, 211, 250, 292, 276, 288, 108, 107, 115, 169, 264, 181, 163, 268, 210, 265, 263, 137, 243, 218], k=9 Output:
[ "243" ]
task1194-ff01464a78574c448300d867f1f01857
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [28, 92, 72, 299, 153, 66, 261, 160, 218, 130, 235, 262, 10, 51, 17, 141, 14, 277, 247, 223], k=18 Output:
[ "17" ]
task1194-312f23e2ae494c608f08d698604eaba0
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [110, 261, 22, 294, 94, 275, 282, 201, 185, 24, 232, 222, 114, 50, 93, 216, 56, 55, 150, 251], k=18 Output:
[ "50" ]
task1194-eeb3a0022fde4c4a91e0523dc26651cc
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [66, 115, 22, 184, 132, 94, 272, 34, 257, 59, 117, 250, 140, 277, 288, 273, 99, 39, 142, 136], k=7 Output:
[ "184" ]
task1194-26a6f6bd05564f9a93f8222cdb507945
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [130, 65, 30, 298, 128, 28, 144, 155, 83, 251, 132, 252, 46, 81, 104, 253, 70, 250, 289, 154], k=10 Output:
[ "132" ]
task1194-e120ebc19dc4418d96413f3ec7de2f88
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [266, 13, 153, 185, 187, 160, 94, 108, 238, 169, 176, 110, 177, 93, 70, 285, 63, 261, 277, 140], k=15 Output:
[ "108" ]
task1194-c5ee851e33144c6396ce64339c06b71f
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [163, 251, 187, 53, 156, 212, 145, 230, 76, 266, 82, 85, 99, 43, 29, 273, 101, 96, 35, 189], k=19 Output:
[ "35" ]
task1194-8a886f57be994b5186ebda4aa6d04227
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [108, 185, 144, 126, 179, 74, 118, 59, 186, 132, 192, 225, 17, 167, 218, 77, 261, 48, 244, 293], k=5 Output:
[ "218" ]
task1194-5e3f76e0488c46b1bba7c79072e9aabb
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [233, 137, 292, 100, 146, 263, 188, 165, 255, 155, 226, 192, 127, 202, 46, 17, 50, 29, 80, 216], k=12 Output:
[ "146" ]
task1194-df051414c3634790a6a717a0432a53d5
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [184, 211, 40, 149, 188, 279, 227, 63, 288, 198, 33, 79, 101, 213, 129, 122, 32, 49, 216, 148], k=5 Output:
[ "213" ]
task1194-af1708ab85db42478e4890666d108354
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [296, 189, 200, 89, 286, 140, 184, 267, 273, 58, 117, 75, 158, 94, 176, 266, 248, 52, 147, 163], k=10 Output:
[ "176" ]
task1194-a1a3f65393cc4bb98d2d677783221ad9
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [102, 199, 156, 213, 203, 182, 134, 110, 194, 229, 256, 290, 248, 193, 197, 113, 257, 28, 114, 201], k=1 Output:
[ "290" ]
task1194-12b5349884c14219b7ff845eafbed2f3
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [264, 228, 111, 62, 246, 283, 167, 184, 190, 38, 282, 251, 139, 76, 25, 180, 40, 48, 127, 292], k=8 Output:
[ "190" ]
task1194-93c4ae73fcf949e6ac34fc03c816bc44
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [185, 87, 54, 99, 176, 135, 37, 207, 276, 296, 282, 241, 216, 290, 71, 193, 178, 137, 124, 32], k=2 Output:
[ "290" ]
task1194-2a35c019bd0040b5a209c7190e5e8978
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [214, 278, 164, 224, 256, 162, 155, 283, 289, 195, 137, 274, 179, 297, 42, 118, 135, 228, 266, 115], k=2 Output:
[ "289" ]
task1194-2f53e705d71e49a3a554787cb90a91ed
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [202, 33, 228, 63, 272, 255, 196, 16, 45, 210, 41, 26, 152, 14, 24, 205, 88, 197, 64, 17], k=16 Output:
[ "26" ]
task1194-140d17f520d647f29a98be6a42318951
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [154, 185, 180, 217, 200, 49, 133, 203, 10, 250, 256, 289, 69, 260, 186, 149, 244, 271, 225, 178], k=2 Output:
[ "271" ]
task1194-54b4099dcccb42e4bbcf1a2f1898c319
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [183, 214, 202, 269, 104, 166, 12, 209, 194, 275, 62, 53, 276, 126, 23, 293, 65, 120, 246, 282], k=20 Output:
[ "12" ]
task1194-8277feaaeef349e499dac9017590791f
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [105, 65, 173, 219, 53, 136, 108, 184, 267, 280, 12, 163, 154, 14, 286, 140, 298, 228, 51, 11], k=14 Output:
[ "105" ]
task1194-f1ce5f9cc83741a8b405e76bba3fed9b
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [46, 244, 271, 123, 66, 208, 130, 175, 31, 116, 246, 169, 206, 188, 209, 267, 202, 56, 63, 129], k=18 Output:
[ "56" ]
task1194-022f595f074f48d39ce7178fb2f68687
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [175, 93, 118, 125, 97, 208, 117, 252, 254, 104, 229, 275, 10, 256, 202, 139, 103, 283, 219, 25], k=10 Output:
[ "175" ]
task1194-b3c16cbc4eef48f09c522eb1bb7453d4
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [232, 30, 288, 47, 34, 183, 131, 91, 172, 265, 178, 235, 68, 286, 255, 243, 198, 246, 290, 272], k=17 Output:
[ "68" ]
task1194-b445e3ed6f4d4a2690693b9a1ec0567a
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [200, 50, 36, 91, 67, 124, 247, 137, 64, 34, 222, 44, 138, 237, 21, 159, 60, 71, 288, 270], k=18 Output:
[ "36" ]
task1194-c92cc39907564baf9c15deb0b57d751f
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [143, 131, 100, 99, 57, 115, 33, 273, 88, 210, 74, 164, 53, 93, 191, 223, 173, 194, 66, 48], k=15 Output:
[ "74" ]
task1194-567c224901254bbe8c7dc443f4f685ad
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [51, 228, 298, 227, 49, 137, 197, 222, 280, 117, 69, 53, 299, 196, 179, 169, 54, 42, 147, 95], k=14 Output:
[ "95" ]
task1194-5b84acb1db0d4b5d81a0689c528babfe
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [178, 174, 258, 106, 221, 130, 64, 291, 141, 241, 161, 208, 55, 263, 190, 244, 292, 125, 112, 15], k=18 Output:
[ "64" ]
task1194-ce73c2994b44437b9ee3c3c378b9c5b2
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [213, 158, 296, 17, 126, 62, 257, 15, 154, 81, 151, 193, 127, 102, 12, 186, 31, 199, 50, 39], k=2 Output:
[ "257" ]
task1194-83376e462b904473a111d1adade3406b
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [174, 265, 102, 299, 26, 298, 117, 202, 63, 249, 75, 86, 183, 256, 236, 277, 122, 224, 264, 171], k=10 Output:
[ "202" ]
task1194-55aea5dcbce640d0a1e23a2dc98ceba4
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [93, 190, 59, 182, 99, 137, 276, 102, 273, 138, 229, 49, 270, 85, 277, 178, 235, 121, 51, 19], k=14 Output:
[ "99" ]
task1194-1b83419fb0c64e75b63535ca9bb9b761
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [279, 274, 55, 280, 63, 76, 193, 166, 64, 267, 45, 114, 155, 248, 112, 12, 133, 220, 246, 136], k=8 Output:
[ "193" ]
task1194-b9685dee30bc4601bd8d6f1b7042d19b
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [59, 234, 102, 24, 260, 125, 79, 116, 159, 285, 173, 105, 21, 29, 40, 279, 130, 15, 222, 219], k=16 Output:
[ "40" ]
task1194-9bb0a7686a6447588a2712bcc9341481
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [104, 179, 28, 80, 243, 289, 122, 46, 292, 168, 258, 82, 132, 88, 131, 153, 155, 184, 223, 262], k=20 Output:
[ "28" ]
task1194-2f597d5ad5594a5a949bfc480ca2b158
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [95, 19, 128, 226, 34, 281, 277, 298, 229, 90, 155, 256, 221, 158, 43, 84, 180, 156, 185, 159], k=20 Output:
[ "19" ]
task1194-c4ecd68792c54f04a599a424a853a7f9
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [77, 54, 219, 222, 189, 244, 238, 208, 24, 87, 104, 88, 290, 91, 121, 131, 60, 23, 283, 159], k=19 Output:
[ "24" ]
task1194-c683e7386b7a4abd809420a0134bd8c7
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [87, 141, 139, 48, 188, 47, 70, 55, 86, 181, 66, 228, 44, 272, 92, 97, 187, 246, 235, 239], k=18 Output:
[ "48" ]
task1194-00b8d119bed84ad4baa85473aced80a4
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [45, 55, 282, 26, 67, 11, 244, 283, 290, 51, 164, 276, 124, 268, 129, 132, 25, 47, 225, 21], k=3 Output:
[ "282" ]
task1194-1588f8c8585445dbbfa8aa005ec4c2a0
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [76, 45, 281, 210, 239, 261, 93, 73, 16, 198, 46, 59, 141, 269, 80, 164, 290, 117, 111, 62], k=13 Output:
[ "80" ]
task1194-fe4e884b84b0485ab6f52d2e3d40e209
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [96, 236, 17, 279, 218, 255, 222, 18, 91, 99, 85, 105, 108, 133, 284, 245, 58, 139, 215, 221], k=2 Output:
[ "279" ]
task1194-ae4dd266f49f461da7570b7238cb4ef4
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [231, 252, 289, 108, 20, 117, 191, 25, 240, 275, 124, 63, 60, 97, 166, 152, 81, 248, 249, 156], k=5 Output:
[ "248" ]
task1194-5bfb0833aad840e392a00ada2d13dcc6
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [186, 32, 152, 31, 64, 145, 207, 19, 68, 111, 81, 96, 105, 230, 112, 88, 220, 204, 74, 256], k=9 Output:
[ "112" ]
task1194-a76e56f1e22448c595fb5d188733fb7a
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [175, 129, 86, 215, 223, 274, 87, 50, 34, 35, 206, 89, 250, 103, 291, 100, 195, 182, 155, 276], k=4 Output:
[ "250" ]
task1194-1dcbe1bacc1547b199159681d1a9c347
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [221, 146, 127, 76, 276, 158, 142, 70, 188, 47, 177, 214, 273, 145, 116, 64, 245, 253, 217, 78], k=2 Output:
[ "273" ]
task1194-aba8164bf4644ae38d9f404f876954b2
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [184, 74, 249, 256, 81, 240, 36, 45, 278, 186, 170, 143, 146, 72, 176, 97, 149, 70, 166, 208], k=10 Output:
[ "166" ]
task1194-f84d6ab8c0c44144a4f8a4f05dd27891
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [125, 193, 215, 227, 176, 50, 92, 145, 258, 271, 203, 262, 273, 30, 237, 139, 121, 272, 107, 115], k=11 Output:
[ "176" ]
task1194-2977a805a83d4669a5a6fab6f54c6d2e
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [208, 53, 169, 207, 15, 137, 291, 217, 269, 100, 121, 174, 297, 124, 34, 81, 56, 149, 66, 199], k=13 Output:
[ "121" ]
task1194-65e568511f38426d948d99508275f7e9
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [171, 245, 34, 30, 15, 235, 263, 222, 250, 145, 268, 221, 94, 189, 279, 142, 248, 10, 274, 188], k=14 Output:
[ "145" ]
task1194-3fa0f30068cb42928a58ce1e1cc81a73
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [13, 263, 40, 145, 234, 272, 43, 56, 131, 273, 82, 48, 122, 182, 244, 26, 64, 121, 32, 202], k=4 Output:
[ "244" ]
task1194-a84316c15080440580ba0cabc767e5bb
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [102, 180, 210, 233, 241, 35, 44, 157, 225, 252, 269, 143, 126, 204, 219, 277, 202, 100, 98, 163], k=5 Output:
[ "233" ]
task1194-dc95b6949dd148098a00e2a5fde3cee8
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [33, 112, 63, 191, 56, 73, 258, 291, 134, 78, 160, 89, 60, 124, 185, 43, 17, 209, 67, 150], k=2 Output:
[ "258" ]
task1194-aadd18b9285541a99c00d6243d795cf1
Definition: In this task, you are given a list of integers and an integer k. You need to find the kth largest element in the input list. Positive Example 1 - Input: [128, 277, 83, 280, 193, 19, 111, 154, 41, 292, 29, 53, 232, 153, 131, 151, 121, 262, 270, 132], k=15 Output: 111 Positive Example 2 - Input: [126, 44, 101, 199, 228, 169, 85, 286, 167, 207, 175, 259, 141, 27, 35, 153, 185, 21, 198, 188], k=4 Output: 207 Negative Example 1 - Input: [208, 241, 91, 76, 220, 137, 111, 190, 232, 155, 27, 258, 45, 112, 13, 289, 23, 239, 177, 227], k=8 Output: 241 Negative Example 2 - Input: [240, 22, 137, 62, 14, 121, 102, 294, 299, 15, 269, 205, 26, 17, 212, 272, 65, 189, 200, 261], k=4 Output: 15 Now complete the following example - Input: [216, 267, 28, 235, 47, 167, 70, 198, 120, 125, 159, 230, 249, 256, 58, 246, 175, 54, 204, 248], k=10 Output:
[ "198" ]
task1194-07bc763c87744005849bd8057f92a799

Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task1194_kth_largest_element

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
36
Edit dataset card