id int64 11k 153k | difficulty stringclasses 3
values | multi_step bool 1
class | instruction stringlengths 32 1.12k | env_name stringclasses 15
values | tools stringclasses 16
values | parameters stringclasses 67
values | answer stringlengths 1 1.09k | steps stringclasses 1
value | tags stringclasses 15
values |
|---|---|---|---|---|---|---|---|---|---|
111,001 | easy | false | Single operation only. Initial [17, 8, 21, 7]. Apply remove(17). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [8, 21, 7] | [] | ["list", "single_round"] |
111,002 | easy | false | Single operation only. Initial [1, 16, 30]. Apply remove(1). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [16, 30] | [] | ["list", "single_round"] |
111,003 | easy | false | Single operation only. Initial [20, 28, 36]. Apply append(17). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [20, 28, 36, 17] | [] | ["list", "single_round"] |
111,004 | easy | false | Single operation only. Initial [5, 28, 2, 12]. Apply remove(5). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [28, 2, 12] | [] | ["list", "single_round"] |
111,005 | easy | false | Single operation only. Initial [12, 13, 24]. Apply insert(index=2,value=36). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [12, 13, 36, 24] | [] | ["list", "single_round"] |
111,006 | easy | false | Single operation only. Initial [5, 17, 25]. Apply append(11). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [5, 17, 25, 11] | [] | ["list", "single_round"] |
111,007 | easy | false | Single operation only. Initial [10, 16, 18, 37]. Apply reverse(). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [37, 18, 16, 10] | [] | ["list", "single_round"] |
111,008 | easy | false | Single operation only. Initial [23, 24, 28, 34]. Apply remove(24). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [23, 28, 34] | [] | ["list", "single_round"] |
111,009 | easy | false | Single operation only. Initial [19, 39, 12, 1]. Apply append(25). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [19, 39, 12, 1, 25] | [] | ["list", "single_round"] |
111,010 | easy | false | Single operation only. Initial [13, 35, 4, 23]. Apply insert(index=2,value=21). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [13, 35, 21, 4, 23] | [] | ["list", "single_round"] |
111,011 | easy | false | Single operation only. Initial [25, 8, 1]. Apply insert(index=0,value=15). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [15, 25, 8, 1] | [] | ["list", "single_round"] |
111,012 | easy | false | Single operation only. Initial [7, 12, 14, 11]. Apply insert(index=4,value=19). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [7, 12, 14, 11, 19] | [] | ["list", "single_round"] |
111,013 | easy | false | Single operation only. Initial [32, 27, 36, 22]. Apply reverse(). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [22, 36, 27, 32] | [] | ["list", "single_round"] |
111,014 | easy | false | Single operation only. Initial [12, 38, 21, 13]. Apply remove(38). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [12, 21, 13] | [] | ["list", "single_round"] |
111,015 | easy | false | Single operation only. Initial [30, 3, 32, 38]. Apply remove(38). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [30, 3, 32] | [] | ["list", "single_round"] |
111,016 | easy | false | Single operation only. Initial [9, 33, 13, 32]. Apply insert(index=0,value=23). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [23, 9, 33, 13, 32] | [] | ["list", "single_round"] |
111,017 | easy | false | Single operation only. Initial [3, 22, 24, 34]. Apply append(30). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [3, 22, 24, 34, 30] | [] | ["list", "single_round"] |
111,018 | easy | false | Single operation only. Initial [25, 10, 30, 27]. Apply insert(index=2,value=31). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [25, 10, 31, 30, 27] | [] | ["list", "single_round"] |
111,019 | easy | false | Single operation only. Initial [40, 3, 1]. Apply remove(1). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [40, 3] | [] | ["list", "single_round"] |
111,020 | easy | false | Single operation only. Initial [20, 1, 29, 4]. Apply insert(index=2,value=14). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "reverse"] | {} | [20, 1, 14, 29, 4] | [] | ["list", "single_round"] |
112,001 | medium | false | Single operation only. Initial [56, 129, 90, 161, 140, 92]. Apply sort(). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [56, 90, 92, 129, 140, 161] | [] | ["list", "single_round"] |
112,002 | medium | false | Single operation only. Initial [249, 99, 154, 217, 41, 149, 256, 86]. Apply append(67). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [249, 99, 154, 217, 41, 149, 256, 86, 67] | [] | ["list", "single_round"] |
112,003 | medium | false | Single operation only. Initial [156, 51, 46, 188, 147, 84, 137]. Apply append(212). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [156, 51, 46, 188, 147, 84, 137, 212] | [] | ["list", "single_round"] |
112,004 | medium | false | Single operation only. Initial [194, 81, 246, 120, 206, 74, 224]. Apply sort(). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [74, 81, 120, 194, 206, 224, 246] | [] | ["list", "single_round"] |
112,005 | medium | false | Single operation only. Initial [42, 248, 251, 55, 199, 89]. Apply sort(). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [42, 55, 89, 199, 248, 251] | [] | ["list", "single_round"] |
112,006 | medium | false | Single operation only. Initial [162, 159, 140, 200, 121, 161, 252]. Apply remove(162). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [159, 140, 200, 121, 161, 252] | [] | ["list", "single_round"] |
112,007 | medium | false | Single operation only. Initial [72, 44, 88, 247, 61, 166, 129, 146]. Apply append(162). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [72, 44, 88, 247, 61, 166, 129, 146, 162] | [] | ["list", "single_round"] |
112,008 | medium | false | Single operation only. Initial [54, 112, 163, 104, 181, 76, 67]. Apply append(245). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [54, 112, 163, 104, 181, 76, 67, 245] | [] | ["list", "single_round"] |
112,009 | medium | false | Single operation only. Initial [218, 148, 248, 104, 195, 212, 88, 42]. Apply reverse(). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [42, 88, 212, 195, 104, 248, 148, 218] | [] | ["list", "single_round"] |
112,010 | medium | false | Single operation only. Initial [225, 260, 51, 117, 130, 232, 64]. Apply sort(). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [51, 64, 117, 130, 225, 232, 260] | [] | ["list", "single_round"] |
112,011 | medium | false | Single operation only. Initial [219, 83, 217, 166, 164, 114]. Apply remove(219). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [83, 217, 166, 164, 114] | [] | ["list", "single_round"] |
112,012 | medium | false | Single operation only. Initial [183, 191, 148, 145, 152, 184]. Apply sort(). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [145, 148, 152, 183, 184, 191] | [] | ["list", "single_round"] |
112,013 | medium | false | Single operation only. Initial [141, 119, 253, 250, 156, 41]. Apply append(233). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [141, 119, 253, 250, 156, 41, 233] | [] | ["list", "single_round"] |
112,014 | medium | false | Single operation only. Initial [227, 205, 113, 247, 139, 142, 79, 212]. Apply reverse(). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [212, 79, 142, 139, 247, 113, 205, 227] | [] | ["list", "single_round"] |
112,015 | medium | false | Single operation only. Initial [235, 220, 188, 239, 96, 201]. Apply sort(). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [96, 188, 201, 220, 235, 239] | [] | ["list", "single_round"] |
112,016 | medium | false | Single operation only. Initial [209, 48, 241, 153, 51, 169]. Apply remove(169). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [209, 48, 241, 153, 51] | [] | ["list", "single_round"] |
112,017 | medium | false | Single operation only. Initial [64, 40, 132, 102, 172, 165, 222, 94]. Apply remove(102). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [64, 40, 132, 172, 165, 222, 94] | [] | ["list", "single_round"] |
112,018 | medium | false | Single operation only. Initial [136, 193, 113, 169, 92, 195]. Apply append(137). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [136, 193, 113, 169, 92, 195, 137] | [] | ["list", "single_round"] |
112,019 | medium | false | Single operation only. Initial [58, 122, 158, 155, 166, 46, 200, 135]. Apply reverse(). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [135, 200, 46, 166, 155, 158, 122, 58] | [] | ["list", "single_round"] |
112,020 | medium | false | Single operation only. Initial [108, 159, 86, 79, 77, 190]. Apply insert(index=4,value=65). Return final list. | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [108, 159, 86, 79, 65, 77, 190] | [] | ["list", "single_round"] |
113,001 | hard | false | Single operation only on 2D list. Initial [[4656, 1686, 3642, 3789, 1265, 1767, 1188, 2031, 2065, 4256, 2882], [2900, 1370, 4898, 4439, 2871, 4173, 595, 4818, 1869, 4794, 1615], [2349, 1985, 3029, 4484, 1455, 4687, 3815, 3553, 2220, 4071, 461], [648, 4418, 1818, 2063, 4451, 4277, 1338, 2712, 3265, 705, 1336], [3372, 45... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[4656, 1686, 3642, 3789, 1265, 1767, 1188, 2031, 2065, 4256, 2882], [2900, 1370, 4898, 4439, 2871, 4173, 595, 4818, 1869, 4794, 1615], [2349, 1985, 3029, 4484, 1455, 4687, 3815, 3553, 2220, 4071, 461], [648, 4418, 1818, 2063, 4451, 4277, 1338, 2712, 3265, 705, 1336], [3372, 453, 2256, 3397, 898, 2846, 3159, 1721, 1707... | [] | ["list", "single_round"] |
113,002 | hard | false | Single operation only on 2D list. Initial [[1099, 3586, 4603, 1303, 356, 3408, 4951, 857, 2368, 4543], [1459, 1090, 2920, 947, 3076, 1398, 4771, 2330, 3045, 1157], [2647, 811, 2927, 4110, 807, 3255, 1285, 1140, 2285, 3705], [3888, 2497, 1790, 3895, 1107, 2439, 2213, 4231, 3669, 1227], [3829, 2794, 474, 3034, 4962, 3958... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[1099, 3586, 4603, 1303, 356, 3408, 4951, 857, 2368, 4543], [1459, 1090, 2920, 947, 3076, 1398, 4771, 2330, 3045, 1157], [2647, 811, 2927, 4110, 807, 3255, 1285, 1140, 2285, 3705], [3888, 2497, 1790, 3895, 1107, 2439, 2213, 4231, 3669, 1227], [3829, 2794, 474, 3034, 4962, 3958, 944, 1842, 4994, 1079], [4021, 2548, 299... | [] | ["list", "single_round"] |
113,003 | hard | false | Single operation only on 2D list. Initial [[2373, 543, 2875, 1895, 4296, 872, 1475, 4004, 3793, 4612, 3096, 2005, 2688], [303, 4974, 4116, 627, 978, 1728, 3555, 452, 1738, 424, 742, 1535, 2486], [3665, 1460, 597, 3487, 1014, 3771, 3125, 1503, 1943, 3764, 340, 2027, 1310], [713, 1013, 4272, 2008, 4102, 4385, 1318, 2377,... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[303, 543, 568, 627, 633, 753, 438, 452, 467, 424, 340, 1044, 342], [534, 583, 597, 1179, 978, 872, 1106, 761, 582, 1323, 742, 1535, 410], [713, 1013, 778, 1506, 1014, 1101, 1318, 1503, 1051, 1483, 1035, 2005, 942], [1478, 1460, 1376, 1895, 1136, 1609, 1475, 2377, 1738, 1763, 1176, 2027, 1298], [1960, 2259, 1433, 2008... | [] | ["list", "single_round"] |
113,004 | hard | false | Single operation only on 2D list. Initial [[3336, 3595, 3059, 621, 4939, 3462, 2724, 4632, 3906, 2912, 2488, 2241], [1201, 3697, 4628, 874, 4765, 835, 3498, 905, 3694, 2052, 1278, 459], [845, 419, 3499, 3218, 4443, 4458, 2320, 4998, 1144, 3476, 1515, 4386], [3286, 2384, 1949, 1996, 4532, 1732, 3146, 3995, 3693, 1698, 1... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[621, 2241, 2488, 2724, 2912, 3059, 3336, 3462, 3595, 3906, 4632, 4939], [459, 835, 874, 905, 1201, 1278, 2052, 3498, 3694, 3697, 4628, 4765], [419, 845, 1144, 1515, 2320, 3218, 3476, 3499, 4386, 4443, 4458, 4998], [1698, 1732, 1771, 1949, 1996, 2384, 3146, 3286, 3693, 3995, 4532, 4991], [877, 942, 1065, 1122, 1466, 1... | [] | ["list", "single_round"] |
113,005 | hard | false | Single operation only on 2D list. Initial [[4696, 2145, 4129, 4160, 3074, 4110, 2583, 1562, 3666, 3949, 1078, 1985, 346], [3127, 982, 1170, 4630, 3076, 3155, 2538, 1656, 4497, 2481, 2307, 4759, 395], [2847, 2426, 1236, 2807, 2893, 1807, 582, 4366, 4442, 509, 2502, 1042, 561], [2621, 3269, 1282, 1804, 338, 3288, 3052, 8... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[2145, 4129, 4160, 3074, 4110, 2583, 1562, 3666, 3949, 1078, 1985, 346], [982, 1170, 4630, 3076, 3155, 2538, 1656, 4497, 2481, 2307, 4759, 395], [2426, 1236, 2807, 2893, 1807, 582, 4366, 4442, 509, 2502, 1042, 561], [3269, 1282, 1804, 338, 3288, 3052, 855, 544, 731, 1736, 823, 2846], [2372, 2987, 993, 1566, 3236, 1618... | [] | ["list", "single_round"] |
113,006 | hard | false | Single operation only on 2D list. Initial [[4213, 794, 3527, 1752, 1708, 4669, 2994, 4463, 3137, 2132, 4523, 2935, 1342], [2650, 1098, 1046, 3467, 4939, 4315, 4886, 608, 3264, 1102, 1576, 3059, 4559], [1592, 1731, 3009, 1608, 3051, 4683, 1754, 2241, 2626, 539, 4922, 4014, 1066], [4590, 4049, 1082, 1604, 2924, 1368, 339... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[4213, 794, 3527, 1752, 1708, 4669, 2994, 4463, 3137, 2132, 2935, 1342], [2650, 1098, 1046, 3467, 4939, 4315, 4886, 608, 3264, 1102, 3059, 4559], [1592, 1731, 3009, 1608, 3051, 4683, 1754, 2241, 2626, 539, 4014, 1066], [4590, 4049, 1082, 1604, 2924, 1368, 3394, 375, 2378, 3425, 2450, 1852], [755, 4618, 4322, 1855, 272... | [] | ["list", "single_round"] |
113,007 | hard | false | Single operation only on 2D list. Initial [[2840, 619, 2120, 3290, 4844, 1068, 3169, 3317, 2437, 2279], [1994, 4169, 1476, 2708, 3447, 4192, 2767, 775, 3899, 1813], [1382, 3059, 1728, 4393, 4887, 4401, 1365, 714, 1676, 1232], [462, 4499, 3135, 4841, 3335, 2155, 1570, 1511, 2745, 4075], [3030, 4011, 1983, 3311, 2413, 27... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[410, 569, 1476, 638, 407, 768, 332, 714, 585, 671], [462, 619, 1728, 1055, 599, 832, 375, 775, 654, 877], [1017, 667, 1983, 1095, 754, 1053, 1365, 921, 1676, 1232], [1382, 702, 2002, 2560, 1399, 1068, 1570, 1022, 2437, 1242], [1994, 2005, 2120, 2708, 2064, 1887, 1761, 1323, 2745, 1444], [2096, 3059, 2380, 3290, 2413,... | [] | ["list", "single_round"] |
113,008 | hard | false | Single operation only on 2D list. Initial [[1580, 4460, 950, 1963, 3337, 4251, 1316, 4507, 3233, 1142], [3741, 1264, 1269, 3414, 3782, 1875, 2931, 4299, 1362, 4399], [440, 4125, 970, 1694, 4008, 1605, 1443, 3170, 3301, 3063], [4810, 2772, 4339, 3361, 2345, 2872, 2841, 976, 1932, 4978], [1183, 2211, 3245, 2021, 4075, 24... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[950, 1142, 1316, 1580, 1963, 3233, 3337, 4251, 4460, 4507], [1264, 1269, 1362, 1875, 2931, 3414, 3741, 3782, 4299, 4399], [440, 970, 1443, 1605, 1694, 3063, 3170, 3301, 4008, 4125], [976, 1932, 2345, 2772, 2841, 2872, 3361, 4339, 4810, 4978], [407, 1183, 1509, 1744, 2021, 2211, 2490, 3245, 3585, 4075], [958, 1310, 13... | [] | ["list", "single_round"] |
113,009 | hard | false | Single operation only on 2D list. Initial [[2850, 889, 3034, 2190, 3165, 1616, 2903, 1539, 807, 2576], [1654, 381, 1848, 4435, 3246, 3939, 4723, 1063, 2796, 1681], [856, 1667, 3872, 3749, 1940, 1139, 1522, 3983, 2904, 4892], [317, 2813, 4200, 4623, 1118, 1335, 2373, 794, 3571, 3816], [4883, 814, 1867, 2897, 2962, 4990,... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[2850, 889, 3034, 3165, 1616, 2903, 1539, 807, 2576], [1654, 381, 1848, 3246, 3939, 4723, 1063, 2796, 1681], [856, 1667, 3872, 1940, 1139, 1522, 3983, 2904, 4892], [317, 2813, 4200, 1118, 1335, 2373, 794, 3571, 3816], [4883, 814, 1867, 2962, 4990, 4889, 2043, 766, 4502], [2123, 3525, 1515, 4295, 4781, 764, 2431, 4144,... | [] | ["list", "single_round"] |
113,010 | hard | false | Single operation only on 2D list. Initial [[2885, 2747, 4445, 3823, 4667, 2606, 3148, 458, 2975, 601, 1988, 2767, 897], [4591, 2452, 1472, 502, 2053, 3048, 2797, 1849, 2104, 4915, 4499, 1298, 2495], [3076, 1211, 1246, 3513, 2075, 4257, 726, 4507, 2974, 3246, 3214, 3501, 2378], [3504, 2212, 3072, 3388, 1439, 3220, 2730,... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[2747, 4445, 3823, 4667, 2606, 3148, 458, 2975, 601, 1988, 2767, 897], [2452, 1472, 502, 2053, 3048, 2797, 1849, 2104, 4915, 4499, 1298, 2495], [1211, 1246, 3513, 2075, 4257, 726, 4507, 2974, 3246, 3214, 3501, 2378], [2212, 3072, 3388, 1439, 3220, 2730, 4545, 4142, 1260, 4152, 3411, 374], [4613, 2942, 2463, 710, 592, ... | [] | ["list", "single_round"] |
113,011 | hard | false | Single operation only on 2D list. Initial [[463, 1951, 699, 2185, 4404, 2531, 4178, 1709, 3570, 3294, 2269, 3794], [4110, 2388, 4671, 4572, 3810, 735, 4865, 1430, 4092, 1279, 690, 491], [3910, 392, 461, 2942, 4995, 1488, 4099, 2017, 1354, 3090, 1379, 2773], [4936, 541, 3603, 706, 4956, 3334, 488, 1108, 2022, 1895, 4952... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[463, 392, 461, 706, 526, 735, 343, 397, 494, 1008, 471, 491], [763, 541, 699, 890, 2535, 852, 488, 1108, 1041, 1279, 690, 939], [1057, 1036, 1308, 2185, 2604, 985, 2020, 1358, 1354, 1504, 747, 1418], [1605, 1415, 1604, 2913, 2664, 1488, 2149, 1430, 2022, 1630, 1379, 1476], [1692, 1937, 1701, 2942, 3322, 2007, 2514, 1... | [] | ["list", "single_round"] |
113,012 | hard | false | Single operation only on 2D list. Initial [[2587, 2150, 3656, 1204, 344, 509, 4592, 4919, 1628, 2708, 1752, 2934], [4576, 1291, 835, 4836, 3654, 4057, 4697, 2572, 3374, 3388, 2860, 4789], [1526, 766, 2090, 2803, 3425, 656, 911, 1336, 2289, 2013, 3919, 2516], [927, 3475, 4782, 4746, 1161, 655, 2301, 3226, 2433, 1118, 37... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[2587, 3656, 1204, 344, 509, 4592, 4919, 1628, 2708, 1752, 2934], [4576, 835, 4836, 3654, 4057, 4697, 2572, 3374, 3388, 2860, 4789], [1526, 2090, 2803, 3425, 656, 911, 1336, 2289, 2013, 3919, 2516], [927, 4782, 4746, 1161, 655, 2301, 3226, 2433, 1118, 379, 3836], [1149, 1811, 2886, 3035, 4663, 3110, 1358, 1083, 444, 2... | [] | ["list", "single_round"] |
113,013 | hard | false | Single operation only on 2D list. Initial [[4874, 3451, 577, 4393, 655, 1129, 3973, 3541, 4677, 2326, 3194, 4371, 1135], [1329, 3976, 1837, 1572, 325, 1253, 3452, 3324, 2855, 3672, 713, 3239, 2289], [4788, 2001, 4969, 4355, 1974, 621, 2783, 1797, 3189, 4087, 2056, 3345, 3004], [3876, 575, 4716, 3922, 3841, 4359, 1092, ... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[577, 655, 1129, 1135, 2326, 3194, 3451, 3541, 3973, 4371, 4393, 4677, 4874], [325, 713, 1253, 1329, 1572, 1837, 2289, 2855, 3239, 3324, 3452, 3672, 3976], [621, 1797, 1974, 2001, 2056, 2783, 3004, 3189, 3345, 4087, 4355, 4788, 4969], [575, 634, 1092, 1623, 2305, 3119, 3841, 3876, 3922, 4184, 4267, 4359, 4716], [940, ... | [] | ["list", "single_round"] |
113,014 | hard | false | Single operation only on 2D list. Initial [[1624, 1311, 4892, 2860, 4710, 1337, 2576, 1718, 3649, 2374, 2391, 901, 3343], [4974, 4561, 1395, 4316, 1637, 2500, 2540, 4721, 582, 522, 4345, 2690, 3660], [1449, 4541, 2046, 2061, 2068, 4803, 4441, 3525, 1875, 4390, 4763, 1049, 4341], [2180, 3933, 4298, 4677, 361, 2301, 4833... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[1624, 1311, 4892, 2860, 4710, 1337, 2576, 1718, 3649, 2374, 2391, 901, 3343], [4974, 4561, 1395, 4316, 1637, 2500, 2540, 4721, 582, 522, 4345, 2690, 3660], [1449, 4541, 2046, 2061, 2068, 4803, 4441, 3525, 1875, 4390, 4763, 1049, 4341], [2180, 3933, 4298, 4677, 361, 2301, 4833, 3139, 3657, 1420, 2870, 1792, 2736], [22... | [] | ["list", "single_round"] |
113,015 | hard | false | Single operation only on 2D list. Initial [[2276, 3038, 2596, 570, 4279, 3416, 3838, 1353, 1798, 1161], [1804, 3141, 3511, 2693, 3865, 1726, 2152, 3782, 3298, 3715], [2797, 2238, 4748, 3129, 4259, 4651, 3849, 1693, 4225, 4602], [3703, 1647, 3577, 1594, 3517, 3282, 4009, 2195, 4499, 3825], [777, 3836, 3157, 4265, 2570, ... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[570, 1161, 1353, 1798, 2276, 2596, 3038, 3416, 3838, 4279], [1726, 1804, 2152, 2693, 3141, 3298, 3511, 3715, 3782, 3865], [1693, 2238, 2797, 3129, 3849, 4225, 4259, 4602, 4651, 4748], [1594, 1647, 2195, 3282, 3517, 3577, 3703, 3825, 4009, 4499], [777, 840, 1954, 2027, 2487, 2570, 3157, 3720, 3836, 4265], [547, 808, 2... | [] | ["list", "single_round"] |
113,016 | hard | false | Single operation only on 2D list. Initial [[4607, 1500, 1183, 3938, 556, 3512, 2682, 645, 4401, 4064, 4679], [748, 568, 2586, 1954, 3835, 1839, 4141, 4968, 3452, 4990, 1586], [3033, 4349, 3409, 2539, 395, 3127, 4718, 4090, 3356, 1898, 3118], [4555, 999, 3194, 4803, 2772, 1215, 2576, 4129, 4641, 2208, 2113], [376, 2433,... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[4269, 1495, 4675, 3920, 3603, 1394, 623, 3723, 3256, 1694, 4331], [4560, 3053, 2811, 956, 3853, 4294, 1222, 3635, 3800, 1697, 1942], [1912, 3471, 2856, 1617, 2213, 2375, 2878, 1806, 1234, 3446, 3814], [4411, 4492, 1067, 973, 3165, 2405, 760, 3096, 1202, 4153, 4278], [851, 865, 1686, 4277, 1025, 4717, 3308, 4387, 797,... | [] | ["list", "single_round"] |
113,017 | hard | false | Single operation only on 2D list. Initial [[4638, 1171, 990, 2242, 2421, 3958, 1337, 950, 1146, 2935, 829], [2539, 1965, 3332, 1071, 3371, 4199, 4048, 4071, 3590, 2856, 3420], [4865, 4486, 2882, 3286, 1803, 1752, 688, 4460, 4713, 838, 4082], [2295, 2929, 446, 4290, 3564, 2094, 4147, 1676, 1271, 4744, 4358], [1781, 3738... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[4638, 1171, 990, 2242, 2421, 3958, 1337, 950, 1146, 2935, 829], [2539, 1965, 3332, 1071, 3371, 4199, 4048, 4071, 3590, 2856, 3420], [4865, 4486, 2882, 3286, 1803, 1752, 688, 4460, 4713, 838, 4082], [2295, 2929, 446, 4290, 3564, 2094, 4147, 1676, 1271, 4744, 4358], [1781, 3738, 3257, 3547, 2374, 4590, 2900, 3989, 800,... | [] | ["list", "single_round"] |
113,018 | hard | false | Single operation only on 2D list. Initial [[1165, 1558, 1462, 2653, 3867, 863, 1320, 2127, 4254, 4809, 1945, 1242, 827], [2095, 1208, 3747, 733, 1542, 2992, 667, 404, 715, 1721, 3536, 1087, 4357], [1494, 4109, 586, 1145, 978, 4886, 1441, 3804, 3388, 3075, 2260, 589, 2562], [349, 4114, 3130, 500, 534, 310, 1429, 4687, 8... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[349, 347, 476, 500, 479, 310, 667, 342, 524, 541, 723, 589, 444], [1165, 1208, 586, 527, 534, 478, 965, 404, 715, 935, 1612, 633, 827], [1228, 1558, 1024, 545, 941, 863, 1175, 461, 858, 997, 1945, 788, 1607], [1238, 1674, 1267, 733, 978, 946, 1320, 1418, 1873, 1123, 2260, 1087, 1987], [1494, 1966, 1368, 1145, 984, 25... | [] | ["list", "single_round"] |
113,019 | hard | false | Single operation only on 2D list. Initial [[1287, 2857, 3904, 4293, 4425, 3064, 3109, 965, 687, 439, 2770, 4568, 3835], [1391, 2412, 2430, 444, 4560, 1431, 3706, 2825, 4690, 4872, 1778, 4849, 3041], [3017, 3671, 4966, 3168, 4459, 2691, 3291, 3164, 394, 952, 4676, 2431, 2959], [2558, 2255, 4691, 1837, 3462, 314, 332, 43... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[1287, 2857, 3904, 4293, 4425, 3064, 3109, 965, 687, 439, 2770, 4670, 4568, 3835], [1391, 2412, 2430, 444, 4560, 1431, 3706, 2825, 4690, 4872, 1778, 4670, 4849, 3041], [3017, 3671, 4966, 3168, 4459, 2691, 3291, 3164, 394, 952, 4676, 4670, 2431, 2959], [2558, 2255, 4691, 1837, 3462, 314, 332, 4368, 1219, 867, 3001, 467... | [] | ["list", "single_round"] |
113,020 | hard | false | Single operation only on 2D list. Initial [[3277, 2933, 2569, 3649, 3855, 2467, 2701, 3187, 768, 2394, 3330, 4942], [2588, 2556, 982, 3600, 382, 3113, 4647, 3124, 2185, 1913, 4011, 4666], [4493, 4752, 2189, 2427, 1759, 845, 3894, 4983, 1069, 2938, 414, 1263], [2574, 1553, 2393, 2442, 2333, 1385, 1048, 573, 2579, 864, 2... | ListManipulationEnv | ["append", "remove", "insert", "sort", "reverse"] | {} | [[576, 3706, 712, 3695, 2965, 706, 2517, 4181, 4404, 2355, 1133, 3364], [2439, 3797, 1981, 4156, 2357, 450, 4525, 1286, 2816, 644, 4708, 4064], [755, 2827, 2346, 2878, 332, 3536, 305, 2941, 2930, 4384, 2481, 4878], [3418, 4914, 2278, 3104, 2388, 3182, 847, 301, 4694, 2996, 3105, 1653], [341, 2295, 2110, 4874, 2537, 226... | [] | ["list", "single_round"] |
121,001 | easy | false | How many days are between April 4 and April 13, 2021? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 9 | [] | ["datetime", "single_round"] |
121,002 | easy | false | What date is 3 days after October 12, 2022? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2022-10-15 | [] | ["datetime", "single_round"] |
121,003 | easy | false | What day of the week is June 8, 2020? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Monday | [] | ["datetime", "single_round"] |
121,004 | easy | false | How many days are between February 11 and February 17, 2025? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 6 | [] | ["datetime", "single_round"] |
121,005 | easy | false | What date is 6 days after January 19, 2023? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2023-01-25 | [] | ["datetime", "single_round"] |
121,006 | easy | false | What day of the week is July 7, 2025? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Monday | [] | ["datetime", "single_round"] |
121,007 | easy | false | How many days are between December 14 and December 20, 2023? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 6 | [] | ["datetime", "single_round"] |
121,008 | easy | false | What date is 5 days after April 10, 2020? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2020-04-15 | [] | ["datetime", "single_round"] |
121,009 | easy | false | What day of the week is July 7, 2020? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Tuesday | [] | ["datetime", "single_round"] |
121,010 | easy | false | How many days are between September 4 and September 18, 2021? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 14 | [] | ["datetime", "single_round"] |
121,011 | easy | false | What date is 7 days after August 15, 2020? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2020-08-22 | [] | ["datetime", "single_round"] |
121,012 | easy | false | What day of the week is June 23, 2023? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Friday | [] | ["datetime", "single_round"] |
121,013 | easy | false | How many days are between June 5 and June 25, 2026? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 20 | [] | ["datetime", "single_round"] |
121,014 | easy | false | What date is 6 days after November 20, 2021? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2021-11-26 | [] | ["datetime", "single_round"] |
121,015 | easy | false | What day of the week is April 8, 2023? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Saturday | [] | ["datetime", "single_round"] |
121,016 | easy | false | How many days are between October 11 and October 19, 2021? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 8 | [] | ["datetime", "single_round"] |
121,017 | easy | false | What date is 1 days after November 12, 2025? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2025-11-13 | [] | ["datetime", "single_round"] |
121,018 | easy | false | What day of the week is December 28, 2026? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Monday | [] | ["datetime", "single_round"] |
121,019 | easy | false | How many days are between January 15 and January 22, 2021? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 7 | [] | ["datetime", "single_round"] |
121,020 | easy | false | What date is 2 days after October 12, 2024? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2024-10-14 | [] | ["datetime", "single_round"] |
122,001 | medium | false | How many days are between October 22 and December 14, 2022? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 53 | [] | ["datetime", "single_round"] |
122,002 | medium | false | What date is 10 days after December 27, 2024? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2025-01-06 | [] | ["datetime", "single_round"] |
122,003 | medium | false | What date is 11 days after February 25, 2032? (Note: 2032 is a leap year.) Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2032-03-07 | [] | ["datetime", "single_round"] |
122,004 | medium | false | How many days are between March 22 and May 3, 2024? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 42 | [] | ["datetime", "single_round"] |
122,005 | medium | false | What date is 21 days after December 31, 2021? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2022-01-21 | [] | ["datetime", "single_round"] |
122,006 | medium | false | What date is 6 days after February 25, 2024? (Note: 2024 is a leap year.) Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2024-03-02 | [] | ["datetime", "single_round"] |
122,007 | medium | false | How many days are between August 27 and September 2, 2025? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 6 | [] | ["datetime", "single_round"] |
122,008 | medium | false | What date is 14 days after December 28, 2022? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2023-01-11 | [] | ["datetime", "single_round"] |
122,009 | medium | false | What date is 13 days after February 25, 2020? (Note: 2020 is a leap year.) Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2020-03-09 | [] | ["datetime", "single_round"] |
122,010 | medium | false | How many days are between October 22 and November 11, 2024? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 20 | [] | ["datetime", "single_round"] |
122,011 | medium | false | What date is 14 days after December 31, 2022? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2023-01-14 | [] | ["datetime", "single_round"] |
122,012 | medium | false | What date is 9 days after February 25, 2028? (Note: 2028 is a leap year.) Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2028-03-05 | [] | ["datetime", "single_round"] |
122,013 | medium | false | How many days are between March 20 and April 10, 2022? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 21 | [] | ["datetime", "single_round"] |
122,014 | medium | false | What date is 25 days after December 27, 2020? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2021-01-21 | [] | ["datetime", "single_round"] |
122,015 | medium | false | What date is 8 days after February 25, 2032? (Note: 2032 is a leap year.) Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2032-03-04 | [] | ["datetime", "single_round"] |
122,016 | medium | false | How many days are between September 23 and October 10, 2021? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 17 | [] | ["datetime", "single_round"] |
122,017 | medium | false | What date is 16 days after December 25, 2026? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2027-01-10 | [] | ["datetime", "single_round"] |
122,018 | medium | false | What date is 13 days after February 25, 2028? (Note: 2028 is a leap year.) Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2028-03-09 | [] | ["datetime", "single_round"] |
122,019 | medium | false | How many days are between November 27 and December 9, 2025? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 12 | [] | ["datetime", "single_round"] |
122,020 | medium | false | What date is 25 days after December 31, 2021? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2022-01-25 | [] | ["datetime", "single_round"] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.