problem
stringlengths
7
1.6k
solution
stringlengths
8
133
Given a list of numbers separated by spaces, find the mode of the numbers. The input is [1944, 3168, 3168, 7001, 3168, 4540, 3168, 3168, 6473, 4153, 3168, 3168]
\boxed{3168}\
Given a list of numbers separated by spaces, find four numbers in the list that add up to be a multiple of 10. The input is [3227, 2712, 6693, 3972, 3043]
\boxed{2712, 6693, 3972, 3043}\
Given a list of numbers $l$ separated by spaces and a positive integer $k$, find the $k$th largest number. The input is ([3076, 1240, 3411, 1344, 1412], '2')
\boxed{3076}\
Find the maximum number in each list of the given nested JSON structure. The input is [2869, 8217, 7665, 2077, 8130, 7741]
\boxed{2869, 8217, 7665, 2077, 8130, 7741}\
Given a list of numbers separated by spaces, find the mode of the numbers. The input is [7, 2, 5, 3, 19, 6, 3, 32, 2023, 2, 15, 8]
\boxed{3, 2}
Given a list of numbers $l$ separated by spaces and a positive integer $k$, find the $k$th largest number. The input is ([2274, 7186, 8551, 3241, 5261], '2')
\boxed{7186}\
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find four numbers in the list that add up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$.The input is ((24706, 24766), '[6248, 9414, 8440, 2216, 7862, 9470, 6828]')
\boxed{6248, 2216, 9470, 6828}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find two numbers in the list that add up to the target value. The input is (9400, '[3037, 2930, 6470]')
\boxed{2930, 6470}\
Given a list of numbers separated by spaces, find the largest number. The input is [9527, 1360, 8074, 6503]
\boxed{9527}\
Given a list of numbers $l$ separated by spaces and a positive integer $k$, find the $k$th largest number. The input is ([2, 2, 55, 4, 4], '2')
\boxed{4}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find two numbers in the list that add up to the target value. The input is (14291, '[8035, 9136, 8830, 6256]')
\boxed{8035, 6256}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find a set of numbers in the list that add up to the target value. The input is (870, '[8, 10, 5, 15, 435, 2, 1, 2, 435, 1]')
\boxed{435, 435}\
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find a subset in the list that adds up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$. The input is ((23, 25), '[0, 8, 4, 5, 6, 7]')
\boxed{4, 5, 7, 8}\
Given a list of numbers separated by spaces, find three numbers in the list that add up to be a multiple of 10. The input is [5191, 4459, 3094, 8120]
\boxed{5191, 4459, 8120}\
Given two integer arrays $l_1$ and $l_2$, return the longest common subarray that appears in both arrays. A subarray is a contiguous sequence of numbers within an array. The input is [9, 2, 9, 8, 46, 6, 80, 5]
\boxed{2, 9, 46, 80}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find three numbers in the list that add up to the target value. The input is (16745, '[7285, 3228, 5482, 6540, 4723]')
\boxed{5482, 6540, 4723}\
Given a list of numbers separated by spaces, find a subset in the list that adds up to be a multiple of 10. The input is [1664, 1664, 1664, 1664, 1662, 1663, 1664]
\boxed{1662, 1664, 1664}\
Given a list of numbers separated by spaces, find the smallest number. The input is [76, 77, 78, 10, 2, 123, 22, 1024, 4, 23, 1, 5, 1, 0, 22, 1, 99, 11]
\boxed{0}
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find four numbers in the list that add up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$.The input is ((25, 28), '[1, 8, 9, 7, 4, 2]')
\boxed{8, 9, 7, 2}\
Given a list of numbers separated by spaces, find a subset in the list that adds up to be a multiple of 10. The input is [9, 9, 8, 7, 0, 3]
\boxed{0}\
Given a list of numbers $l$ separated by spaces and a positive integer $k$, find the $k$th largest number. The input is ([9136, 4302, 5978, 8650, 7874, 1828], '3')
\boxed{7874}\
Given a list of numbers separated by spaces, find a subset in the list that adds up to be a multiple of 10. The input is [3, 6, 3, 7, 8, 10, 5, 7, 1, 5]
\boxed{10}\
Given a list of numbers separated by spaces, find four numbers in the list that add up to be a multiple of 10. The input is [0, 7, 4, 9, 2]
\boxed{0, 7, 4, 9}\
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find a subset in the list that adds up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$. The input is ((14257, 14354), '[5034, 9320, 4921, 1603, 2461, 1339, 1832, 1841]')
\boxed{1339, 1832, 1841, 9320}\
Given a list of numbers separated by spaces, sort the numbers in ascending order. The input is [3731, 6974, 3375, 3874, 1089, 9260]
\boxed{3731, 6974, 3375, 3874, 1089, 9260}\
Given a list of numbers separated by spaces, find four numbers in the list that add up to be a multiple of 10. The input is [9097, 3092, 3136, 8713, 1475]
\boxed{9097, 3092, 3136, 1475}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find two numbers in the list that add up to the target value. The input is (8458, '[5149, 1049, 3977, 7409]')
\boxed{1049, 7409}\
Find the maximum number in each list of the given nested JSON structure. The input is [7741, 6905, 4083, 6003, 4394]
\boxed{7741, 6905, 4083, 6003, 4394}\
Given a list of numbers separated by spaces, sort the numbers in ascending order. The input is [1841, 5804, 1314]
\boxed{1841, 5804, 1314}\
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find a subset in the list that adds up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$. The input is ((18328, 18389), '[1363, 3926, 1351, 4502, 7112, 5669, 7431, 8502]')
\boxed{1351, 3926, 5669, 7431}\
Given a list of numbers separated by spaces, find a subset in the list that adds up to be a multiple of 10. The input is [10, 6, 1, 4, 1, 5, 9, 5, 8]
\boxed{10}\
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find a subset in the list that adds up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$. The input is ((32110, 32123), '[5359, 8319, 1964, 8745, 4544, 5143, 2627, 5683, 3192]')
\boxed{1964, 2627, 3192, 4544, 5359, 5683, 8745}\
Given a list of numbers separated by spaces, sort the numbers in ascending order. The input is [5, 1]
\boxed{5, 1}
Given a list of numbers separated by spaces, sort the numbers in ascending order. The input is [5613, 2323, 7988]
\boxed{5613, 2323, 7988}\
Given a list of numbers separated by spaces, find the mode of the numbers. The input is [3, 5, 3, 14, 3, 2, 7, 4, 7, 5, 24]
\boxed{3}
Given a list of numbers $l$ separated by spaces and a target value $k$, find two numbers in the list that add up to the target value. The input is (10, '[6, 12, 5, 10, 5]')
\boxed{5, 5}
Given a list of numbers separated by spaces, sort the numbers in ascending order. The input is [4365, 1727]
\boxed{4365, 1727}\
Given a list of numbers separated by spaces, find four numbers in the list that add up to be a multiple of 10. The input is [3685, 6555, 3197, 1700, 6153]
\boxed{3685, 6555, 3197, 6153}\
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find four numbers in the list that add up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$.The input is ((13, 21), '[0, 11, 2, 8, 0, 11, 0]')
\boxed{0, 11, 8, 0}\
Given a list of numbers separated by spaces, find three numbers in the list that add up to be a multiple of 10. The input is [8, 0, 0, 1, 20, 5]
\boxed{0, 0, 20}\
Given a list of numbers separated by spaces, find a subset in the list that adds up to be a multiple of 10. The input is [8850, 8849, 8850, 8850, 8850, 8849]
\boxed{8850}\
Given a list of numbers separated by spaces, sort the numbers in ascending order. The input is [1990, 5735, 6399, 6748, 6010]
\boxed{1990, 5735, 6399, 6748, 6010}\
Given a list of numbers separated by spaces, sort the numbers in ascending order. The input is [2809, 8759, 5444, 6609, 4701]
\boxed{2809, 8759, 5444, 6609, 4701}\
Given a list of numbers separated by spaces, find four numbers in the list that add up to be a multiple of 10. The input is [6346, 7265, 5406, 6700, 8228]
\boxed{6346, 5406, 6700, 8228}\
Given a list of numbers separated by spaces, find the mode of the numbers. The input is [5710, 3615, 8473, 8460, 7291, 6331, 7985, 9234, 3094, 7161, 3836, 9234, 9234, 9234, 6983, 4555, 6218]
\boxed{9234}\
Given a list of numbers separated by spaces, find the largest number. The input is [8755, 9492]
\boxed{9492}\
Given a list of numbers separated by spaces, find four numbers in the list that add up to be a multiple of 10. The input is [8580, 2261, 6139, 6230, 7435]
\boxed{8580, 2261, 6139, 6230}\
Given a list of numbers separated by spaces, find the smallest number. The input is [7696, 3554, 8971]
\boxed{3554}\
Given a list of numbers separated by spaces, find the largest number. The input is [123456789, 490, 65, 0, 4512, 3, 543, 132, 78901, 10, 1]
\boxed{123456789}
Given a list of numbers separated by spaces, sort the numbers in ascending order. The input is [10, 2, 7, 6, 102, 2, 3]
\boxed{6, 7, 3, 102, 2, 10}
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find four numbers in the list that add up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$.The input is ((15, 22), '[1, 8, 9, 1, 4]')
\boxed{1, 8, 9, 1}\
Given a list of numbers separated by spaces, remove duplicate numbers so that every number appears only once, and output the remaining numbers in their original order.The input is [3048, 1684, 4019, 6120]
\boxed{3048, 1684, 4019, 6120}\
Given a list of numbers separated by spaces, find three numbers in the list that add up to be a multiple of 10. The input is [2570, 1122, 1487, 7864, 3959]
\boxed{1487, 7864, 3959}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find a set of numbers in the list that add up to the target value. The input is (28249, '[9804, 4390, 7717, 5324, 1014, 6088, 9109]')
\boxed{9804, 4390, 7717, 5324, 1014}\
Given a list of numbers separated by spaces, find the smallest number. The input is [4738, 6950, 3464]
\boxed{3464}\
Given a list of numbers separated by spaces, remove duplicate numbers so that every number appears only once, and output the remaining numbers in their original order.The input is [102, 5, 52, 5, 46]
\boxed{5, 102, 46, 52}
Given a list of numbers separated by spaces, find three numbers in the list that add up to be a multiple of 10. The input is [6040, 6205, 6194, 4791]
\boxed{6205, 6194, 4791}\
Given a list of numbers separated by spaces, find three numbers in the list that add up to be a multiple of 10. The input is [5391, 9824, 2209, 7047]
\boxed{9824, 2209, 7047}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find three numbers in the list that add up to the target value. The input is (10571, '[6325, 2097, 8034, 3972, 2382, 4502]')
\boxed{2097, 3972, 4502}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find two numbers in the list that add up to the target value. The input is (19, '[10, 9, 0, 3, 13]')
\boxed{10, 9}
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find a subset in the list that adds up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$. The input is ((57, 59), '[8, 8, 8, 14, 3, 2, 8, 5, 3, 2]')
\boxed{2, 2, 3, 5, 8, 8, 8, 8, 14}\
Given a list of numbers separated by spaces, remove duplicate numbers so that every number appears only once, and output the remaining numbers in their original order.The input is [7, 9, 0, 4, 10, 7, 3, 20, 0]
\boxed{7, 4, 9, 20, 3, 0, 10}
Given a list of numbers $l$ separated by spaces and a target value $k$, find three numbers in the list that add up to the target value. The input is (17570, '[4815, 2579, 6107, 6648]')
\boxed{4815, 6107, 6648}\
Given a list of numbers separated by spaces, find the smallest number. The input is [8354, 6952, 6960, 9968, 4891, 4065, 8244, 9496, 5384, 6952]
\boxed{4065}\
Given a list of numbers separated by spaces, find the mode of the numbers. The input is [12, 3]
\boxed{12, 3}
Given a list of numbers separated by spaces, remove duplicate numbers so that every number appears only once, and output the remaining numbers in their original order.The input is [9621, 2909, 2777, 5625, 9375, 3415]
\boxed{9621, 2909, 2777, 5625, 9375, 3415}\
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find a subset in the list that adds up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$. The input is ((99, 101), '[4, 2, 7, 10, 88, 2, 1]')
\boxed{2, 10, 88}\
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find four numbers in the list that add up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$.The input is ((19705, 21338), '[8010, 9306, 2894, 2043, 6758, 9643]')
\boxed{9306, 2894, 2043, 6758}\
Given a list of numbers separated by spaces, find the largest number. The input is [77, 6, 295, 3]
\boxed{295}
Given two integer arrays $l_1$ and $l_2$, return the longest common subarray that appears in both arrays. A subarray is a contiguous sequence of numbers within an array. The input is [8, 3, 2, 173, 8, 50, 4, 8, 15, 5, 5, 3, 7, 78345, 3]
\boxed{3, 4, 8, 15, 78345}\
Given two integer arrays $l_1$ and $l_2$, return the longest common subarray that appears in both arrays. A subarray is a contiguous sequence of numbers within an array. The input is [3, 22, 1, 10, 2, 7, 22]
\boxed{1, 2, 7, 22}\
Given a list of numbers separated by spaces, find the smallest number. The input is [300, 89, 23, 0]
\boxed{0}
Given a list of numbers separated by spaces, find the mode of the numbers. The input is [5983, 1757, 5704, 1144, 4793, 1144, 1144, 1144, 2987]
\boxed{1144}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find four numbers in the list that add up to the target value. The input is (25936, '[8043, 6472, 9218, 2140, 2203]')
\boxed{8043, 6472, 9218, 2203}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find a set of numbers in the list that add up to the target value. The input is (23908, '[4742, 2618, 8499, 4860, 7177, 3490, 9065]')
\boxed{4742, 8499, 7177, 3490}\
Given a list of numbers separated by spaces, sort the numbers in ascending order. The input is [3, 3, 321, 0]
\boxed{321, 0, 3}
Given a list of numbers separated by spaces, find the mode of the numbers. The input is [555, 9, 6, 7, 5, 4, 2, 4, 3]
\boxed{4}
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find a subset in the list that adds up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$. The input is ((12036, 12047), '[2609, 1876, 1666, 7737, 7229, 7748, 4299, 2636]')
\boxed{1666, 2636, 7737}\
Given a list of numbers $l$ separated by spaces and a positive integer $k$, find the $k$th largest number. The input is ([36, 11, 0, 73, 10, 1, 1, 5, 34, 2], '5')
\boxed{10}\
Find the maximum number in each list of the given nested JSON structure. The input is [4747, 9272, 6950, 4779, 1896, 3572, 4633]
\boxed{4747, 9272, 6950, 4779, 1896, 3572, 4633}\
Given a list of numbers separated by spaces, find the mode of the numbers. The input is [6, 3, 15, 1, 9, 7, 12, 0, 5, 9, 5, 5]
\boxed{5}
Given a list of numbers $l$ separated by spaces and a target value $k$, find three numbers in the list that add up to the target value. The input is (8, '[2, 9, 9, 3, 3]')
\boxed{2, 3, 3}\
Given a list of numbers separated by spaces, find three numbers in the list that add up to be a multiple of 10. The input is [6, 2, 6, 2, 2, 1]
\boxed{6, 2, 2}\
Given a list of numbers separated by spaces, find the largest number. The input is [2469, 8239]
\boxed{8239}\
Given a list of numbers separated by spaces, find a subset in the list that adds up to be a multiple of 10. The input is [1, 0, 9, 1, 2, 5, 1]
\boxed{0}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find two numbers in the list that add up to the target value. The input is (17763, '[6475, 8671, 9092, 2933]')
\boxed{8671, 9092}\
Given a list of numbers separated by spaces, find the smallest number. The input is [8555, 2404, 4957]
\boxed{2404}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find two numbers in the list that add up to the target value. The input is (2, '[1, 6, 1]')
\boxed{1, 1}
Given a list of numbers $l$ separated by spaces and a target value $k$, find two numbers in the list that add up to the target value. The input is (16444, '[6846, 7361, 9083]')
\boxed{7361, 9083}\
Given a list of numbers $l$ separated by spaces and a target value $k$, find four numbers in the list that add up to the target value. The input is (68, '[9, 12, 38, 0, 9]')
\boxed{9, 12, 38, 9}\
Given a list of numbers separated by spaces, find the smallest number. The input is [8680, 5491]
\boxed{5491}\
Find the maximum number in each list of the given nested JSON structure. The input is [7153, 2855, 5267, 9287, 5347, 2034, 1123]
\boxed{7153, 2855, 5267, 9287, 5347, 2034, 1123}\
Given a list of numbers separated by spaces, find the mode of the numbers. The input is [10, 4, 2, 4, 88, 43, 0, 17, 0, 13, 1]
\boxed{0, 4}
Given a list of numbers $l$ separated by spaces and a target value $k$, find four numbers in the list that add up to the target value. The input is (23465, '[5598, 7475, 9481, 2604, 3905]')
\boxed{7475, 9481, 2604, 3905}\
Given a list of numbers separated by spaces, sort the numbers in ascending order. The input is [75, 7, 1, 5]
\boxed{1, 75, 7, 5}
Given two integer arrays $l_1$ and $l_2$, return the longest common subarray that appears in both arrays. A subarray is a contiguous sequence of numbers within an array. The input is [14, 7, 240, 2, 55, 87345, 10, 0, 0, 7]
\boxed{14, 240, 87345}\
Given a list of numbers $l$ separated by spaces and two numbers $a$ and $b$, find a subset in the list that adds up to a value that is in the range $(a, b)$, i.e. greater than $a$ and less than $b$. The input is ((7, 9), '[8, 11, 1, 2, 2, 3, 6, 6]')
\boxed{8}\
Find the maximum number in each list of the given nested JSON structure. The input is [7627, 8470, 9372, 1495, 6616]
\boxed{7627, 8470, 9372, 1495, 6616}\
Given a list of numbers separated by spaces, find the largest number. The input is [549, 23, 456, 205, 132, 21, 51, 9, 999, 111, 333, 0]
\boxed{999}
Given a list of numbers separated by spaces, find the smallest number. The input is [8232, 6616, 3061, 2369, 2810, 5267, 3588]
\boxed{2369}\