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 |
|---|---|---|---|---|---|---|---|---|---|
123,001 | hard | false | What day of the week is September 1, 2017? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Friday | [] | ["datetime", "single_round"] |
123,002 | hard | false | How many days are between July 6, 1992 and December 15, 2032? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 14772 | [] | ["datetime", "single_round"] |
123,003 | hard | false | What date is 463 days after September 10, 2023? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2024-12-16 | [] | ["datetime", "single_round"] |
123,004 | hard | false | What day of the week is October 20, 1954? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Wednesday | [] | ["datetime", "single_round"] |
123,005 | hard | false | How many days are between June 11, 2000 and April 24, 2047? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 17118 | [] | ["datetime", "single_round"] |
123,006 | hard | false | What date is 1285 days after November 6, 2025? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2029-05-14 | [] | ["datetime", "single_round"] |
123,007 | hard | false | What day of the week is May 18, 2008? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Sunday | [] | ["datetime", "single_round"] |
123,008 | hard | false | How many days are between November 6, 1959 and February 22, 2029? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 25311 | [] | ["datetime", "single_round"] |
123,009 | hard | false | What date is 1459 days after January 25, 2028? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2032-01-23 | [] | ["datetime", "single_round"] |
123,010 | hard | false | What day of the week is August 13, 1977? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Saturday | [] | ["datetime", "single_round"] |
123,011 | hard | false | How many days are between December 24, 1999 and December 3, 2021? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 8015 | [] | ["datetime", "single_round"] |
123,012 | hard | false | What date is 1983 days after September 25, 2025? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2031-03-01 | [] | ["datetime", "single_round"] |
123,013 | hard | false | What day of the week is February 26, 2047? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Tuesday | [] | ["datetime", "single_round"] |
123,014 | hard | false | How many days are between April 10, 1957 and July 20, 2029? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 26399 | [] | ["datetime", "single_round"] |
123,015 | hard | false | What date is 1059 days after February 17, 2030? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2033-01-11 | [] | ["datetime", "single_round"] |
123,016 | hard | false | What day of the week is May 22, 1902? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Thursday | [] | ["datetime", "single_round"] |
123,017 | hard | false | How many days are between June 18, 1977 and September 3, 2039? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 22722 | [] | ["datetime", "single_round"] |
123,018 | hard | false | What date is 2751 days after January 22, 2028? Answer in YYYY-MM-DD format only. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 2035-08-04 | [] | ["datetime", "single_round"] |
123,019 | hard | false | What day of the week is March 4, 1983? Answer with only the day name (e.g. Monday). | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | Friday | [] | ["datetime", "single_round"] |
123,020 | hard | false | How many days are between March 23, 1990 and February 17, 2021? Answer with only the number. | DateTimeEnv | ["date_diff", "date_add", "day_of_week"] | {} | 11289 | [] | ["datetime", "single_round"] |
131,001 | easy | false | What is the exact output of this Python code?
```
print('HELLO'.lower())
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | hello | [] | ["code_executor", "single_round"] |
131,002 | easy | false | What is the exact output of this Python code?
```
print(len({}))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 0 | [] | ["code_executor", "single_round"] |
131,003 | easy | false | What is the exact output of this Python code?
```
print(2 ** 8)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 256 | [] | ["code_executor", "single_round"] |
131,004 | easy | false | What is the exact output of this Python code?
```
print('hello'.replace('l', 'r'))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | herro | [] | ["code_executor", "single_round"] |
131,005 | easy | false | What is the exact output of this Python code?
```
print(len([1, 2, 3, 4, 5]))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 5 | [] | ["code_executor", "single_round"] |
131,006 | easy | false | What is the exact output of this Python code?
```
print(' spaces '.strip())
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | spaces | [] | ["code_executor", "single_round"] |
131,007 | easy | false | What is the exact output of this Python code?
```
x = 10; y = x * 2; print(y - 5)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 15 | [] | ["code_executor", "single_round"] |
131,008 | easy | false | What is the exact output of this Python code?
```
print(17 // 3)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 5 | [] | ["code_executor", "single_round"] |
131,009 | easy | false | What is the exact output of this Python code?
```
print(not True)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | False | [] | ["code_executor", "single_round"] |
131,010 | easy | false | What is the exact output of this Python code?
```
print('hello'[-1])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | o | [] | ["code_executor", "single_round"] |
131,011 | easy | false | What is the exact output of this Python code?
```
print(int('42'))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 42 | [] | ["code_executor", "single_round"] |
131,012 | easy | false | What is the exact output of this Python code?
```
print('hello'.find('ll'))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 2 | [] | ["code_executor", "single_round"] |
131,013 | easy | false | What is the exact output of this Python code?
```
print(abs(-42))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 42 | [] | ["code_executor", "single_round"] |
131,014 | easy | false | What is the exact output of this Python code?
```
print(list(range(5)))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | [0, 1, 2, 3, 4] | [] | ["code_executor", "single_round"] |
131,015 | easy | false | What is the exact output of this Python code?
```
print(list('abc'))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | ['a', 'b', 'c'] | [] | ["code_executor", "single_round"] |
131,016 | easy | false | What is the exact output of this Python code?
```
print(pow(2, 5))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 32 | [] | ["code_executor", "single_round"] |
131,017 | easy | false | What is the exact output of this Python code?
```
print('-'.join(['a','b','c']))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | a-b-c | [] | ["code_executor", "single_round"] |
131,018 | easy | false | What is the exact output of this Python code?
```
print(3 in [1, 2, 3])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | True | [] | ["code_executor", "single_round"] |
131,019 | easy | false | What is the exact output of this Python code?
```
print(9 ** 0.5)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 3.0 | [] | ["code_executor", "single_round"] |
131,020 | easy | false | What is the exact output of this Python code?
```
print(99 - 42)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 57 | [] | ["code_executor", "single_round"] |
132,001 | medium | false | What is the exact output of this Python code?
```
print([x for x in range(1, 20) if x % 2 != 0 and x % 3 != 0])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | [1, 5, 7, 11, 13, 17, 19] | [] | ["code_executor", "single_round"] |
132,002 | medium | false | What is the exact output of this Python code?
```
print('42'.zfill(6))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 000042 | [] | ["code_executor", "single_round"] |
132,003 | medium | false | What is the exact output of this Python code?
```
print(''.join(sorted('python')))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | hnopty | [] | ["code_executor", "single_round"] |
132,004 | medium | false | What is the exact output of this Python code?
```
print({k:v for k,v in enumerate('hello')})
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | {0: 'h', 1: 'e', 2: 'l', 3: 'l', 4: 'o'} | [] | ["code_executor", "single_round"] |
132,005 | medium | false | What is the exact output of this Python code?
```
d = {'a':1,'b':2,'c':3}; print(list(d.values()))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | [1, 2, 3] | [] | ["code_executor", "single_round"] |
132,006 | medium | false | What is the exact output of this Python code?
```
x = [1, 2, 3]; x.append(4); print(x)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | [1, 2, 3, 4] | [] | ["code_executor", "single_round"] |
132,007 | medium | false | What is the exact output of this Python code?
```
print('hello world'.count('l'))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 3 | [] | ["code_executor", "single_round"] |
132,008 | medium | false | What is the exact output of this Python code?
```
print([x for x in range(2, 20) if all(x % d != 0 for d in range(2, x))])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | [2, 3, 5, 7, 11, 13, 17, 19] | [] | ["code_executor", "single_round"] |
132,009 | medium | false | What is the exact output of this Python code?
```
print('Hello World'.swapcase())
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | hELLO wORLD | [] | ["code_executor", "single_round"] |
132,010 | medium | false | What is the exact output of this Python code?
```
print(oct(511))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 0o777 | [] | ["code_executor", "single_round"] |
132,011 | medium | false | What is the exact output of this Python code?
```
print([i for i in range(20) if i % 3 == 0])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | [0, 3, 6, 9, 12, 15, 18] | [] | ["code_executor", "single_round"] |
132,012 | medium | false | What is the exact output of this Python code?
```
print('abc' * 3 + 'def')
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | abcabcabcdef | [] | ["code_executor", "single_round"] |
132,013 | medium | false | What is the exact output of this Python code?
```
result = []
for i in range(10):
if i % 2 == 0:
result.append(i)
print(result)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | [0, 2, 4, 6, 8] | [] | ["code_executor", "single_round"] |
132,014 | medium | false | What is the exact output of this Python code?
```
print([c for c in 'Hello World' if c.islower()])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | ['e', 'l', 'l', 'o', 'o', 'r', 'l', 'd'] | [] | ["code_executor", "single_round"] |
132,015 | medium | false | What is the exact output of this Python code?
```
nums = [1,2,3,4,5]
print(nums[::-1])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | [5, 4, 3, 2, 1] | [] | ["code_executor", "single_round"] |
132,016 | medium | false | What is the exact output of this Python code?
```
print(list(zip([1,2,3], [4,5,6])))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | [(1, 4), (2, 5), (3, 6)] | [] | ["code_executor", "single_round"] |
132,017 | medium | false | What is the exact output of this Python code?
```
print(len(set('mississippi')))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 4 | [] | ["code_executor", "single_round"] |
132,018 | medium | false | What is the exact output of this Python code?
```
print(hex(1023))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 0x3ff | [] | ["code_executor", "single_round"] |
132,019 | medium | false | What is the exact output of this Python code?
```
print(sorted([5,3,8,1,9,2,7,4,6], reverse=True))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | [9, 8, 7, 6, 5, 4, 3, 2, 1] | [] | ["code_executor", "single_round"] |
132,020 | medium | false | What is the exact output of this Python code?
```
print(sum(x for x in range(1, 11) if x % 2 == 0))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 30 | [] | ["code_executor", "single_round"] |
133,001 | hard | false | What is the exact output of this Python code?
```
s = 0
for i in range(8):
for j in range(i, 8):
for k in range(j, 8):
s += 1
print(s)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 120 | [] | ["code_executor", "single_round"] |
133,002 | hard | false | What is the exact output of this Python code?
```
t = [[0]*4 for _ in range(9)]
for i in range(9):
for j in range(4):
t[i][j] = i * j + i + j
s = sum(t[i][j] for i in range(9) for j in range(4))
print(s)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 414 | [] | ["code_executor", "single_round"] |
133,003 | hard | false | What is the exact output of this Python code?
```
def f(n):
return 1 if n <= 1 else n * f(n-1)
print(f(13))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 6227020800 | [] | ["code_executor", "single_round"] |
133,004 | hard | false | What is the exact output of this Python code?
```
dp = [0] * (20+1)
dp[0] = dp[1] = 1
for i in range(2, 20+1):
dp[i] = dp[i-1] + dp[i-2]
print(dp[20])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 10946 | [] | ["code_executor", "single_round"] |
133,005 | hard | false | What is the exact output of this Python code?
```
t = [[0]*12 for _ in range(3)]
for i in range(3):
for j in range(12):
t[i][j] = i * j + i + j
s = sum(t[i][j] for i in range(3) for j in range(12))
print(s)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 432 | [] | ["code_executor", "single_round"] |
133,006 | hard | false | What is the exact output of this Python code?
```
coins = [1, 5, 10]
amount = 23
dp = [float('inf')] * (amount+1)
dp[0] = 0
for i in range(1, amount+1):
for c in coins:
if c <= i and dp[i-c]+1 < dp[i]:
dp[i] = dp[i-c]+1
print(dp[amount])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 5 | [] | ["code_executor", "single_round"] |
133,007 | hard | false | What is the exact output of this Python code?
```
a = [9, 1, 3, 7, 2, 8, 4]
n = len(a)
dp = [1]*n
for i in range(1, n):
for j in range(i):
if a[j] < a[i] and dp[j]+1 > dp[i]:
dp[i] = dp[j]+1
print(max(dp))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 4 | [] | ["code_executor", "single_round"] |
133,008 | hard | false | What is the exact output of this Python code?
```
coins = [1, 5, 6]
amount = 11
dp = [float('inf')] * (amount+1)
dp[0] = 0
for i in range(1, amount+1):
for c in coins:
if c <= i and dp[i-c]+1 < dp[i]:
dp[i] = dp[i-c]+1
print(dp[amount])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 2 | [] | ["code_executor", "single_round"] |
133,009 | hard | false | What is the exact output of this Python code?
```
dp = [0] * (25+1)
dp[0] = dp[1] = 1
for i in range(2, 25+1):
dp[i] = dp[i-1] + dp[i-2]
print(dp[25])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 121393 | [] | ["code_executor", "single_round"] |
133,010 | hard | false | What is the exact output of this Python code?
```
memo = {}
def fib(n):
if n in memo: return memo[n]
if n < 2: return n
memo[n] = fib(n-1) + fib(n-2)
return memo[n]
print(fib(25))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 75025 | [] | ["code_executor", "single_round"] |
133,011 | hard | false | What is the exact output of this Python code?
```
coins = [1, 5, 11]
amount = 27
dp = [float('inf')] * (amount+1)
dp[0] = 0
for i in range(1, amount+1):
for c in coins:
if c <= i and dp[i-c]+1 < dp[i]:
dp[i] = dp[i-c]+1
print(dp[amount])
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 3 | [] | ["code_executor", "single_round"] |
133,012 | hard | false | What is the exact output of this Python code?
```
a = [5, 1, 4, 2, 3, 8, 6, 7]
n = len(a)
dp = [1]*n
for i in range(1, n):
for j in range(i):
if a[j] < a[i] and dp[j]+1 > dp[i]:
dp[i] = dp[j]+1
print(max(dp))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 5 | [] | ["code_executor", "single_round"] |
133,013 | hard | false | What is the exact output of this Python code?
```
memo = {}
def fib(n):
if n in memo: return memo[n]
if n < 2: return n
memo[n] = fib(n-1) + fib(n-2)
return memo[n]
print(fib(20))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 6765 | [] | ["code_executor", "single_round"] |
133,014 | hard | false | What is the exact output of this Python code?
```
a = [7, 2, 8, 1, 3, 5, 9, 4]
n = len(a)
dp = [1]*n
for i in range(1, n):
for j in range(i):
if a[j] < a[i] and dp[j]+1 > dp[i]:
dp[i] = dp[j]+1
print(max(dp))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 4 | [] | ["code_executor", "single_round"] |
133,015 | hard | false | What is the exact output of this Python code?
```
n = 15
steps = 0
while n != 1:
n = n // 2 if n % 2 == 0 else 3 * n + 1
steps += 1
print(steps)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 17 | [] | ["code_executor", "single_round"] |
133,016 | hard | false | What is the exact output of this Python code?
```
a = [4, 10, 4, 3, 8, 9]
n = len(a)
dp = [1]*n
for i in range(1, n):
for j in range(i):
if a[j] < a[i] and dp[j]+1 > dp[i]:
dp[i] = dp[j]+1
print(max(dp))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 3 | [] | ["code_executor", "single_round"] |
133,017 | hard | false | What is the exact output of this Python code?
```
s = 0
for i in range(6):
for j in range(i, 6):
for k in range(j, 6):
s += 1
print(s)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 56 | [] | ["code_executor", "single_round"] |
133,018 | hard | false | What is the exact output of this Python code?
```
def f(n):
return 1 if n <= 1 else n * f(n-1)
print(f(16))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 20922789888000 | [] | ["code_executor", "single_round"] |
133,019 | hard | false | What is the exact output of this Python code?
```
n = 31
steps = 0
while n != 1:
n = n // 2 if n % 2 == 0 else 3 * n + 1
steps += 1
print(steps)
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 106 | [] | ["code_executor", "single_round"] |
133,020 | hard | false | What is the exact output of this Python code?
```
def f(n):
return 1 if n <= 1 else n * f(n-1)
print(f(18))
```
Answer with only the output, nothing else. | CodeExecutorEnv | ["run_code"] | {} | 6402373705728000 | [] | ["code_executor", "single_round"] |
141,001 | easy | false | Given these meetings: [['09:09', '10:39'], ['10:41', '11:11']]. How many free 1-hour slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 1 | [] | ["schedule", "single_round"] |
141,002 | easy | false | Given these meetings: [['09:54', '10:39'], ['11:14', '11:59']]. How many free 30-minute slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 3 | [] | ["schedule", "single_round"] |
141,003 | easy | false | Do any of these meetings overlap? [['09:43', '10:28'], ['11:12', '12:42']]. Answer with only true or false. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | False | [] | ["schedule", "single_round"] |
141,004 | easy | false | Given these meetings: [['09:24', '10:24'], ['10:56', '11:26'], ['12:00', '13:00']]. How many free 1-hour slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 1 | [] | ["schedule", "single_round"] |
141,005 | easy | false | Given these meetings: [['09:49', '10:49'], ['11:39', '12:24'], ['12:58', '14:28']]. How many free 30-minute slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 4 | [] | ["schedule", "single_round"] |
141,006 | easy | false | Do any of these meetings overlap? [['09:08', '09:38'], ['10:31', '11:01']]. Answer with only true or false. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | False | [] | ["schedule", "single_round"] |
141,007 | easy | false | Given these meetings: [['09:47', '10:32'], ['11:19', '11:49']]. How many free 1-hour slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 1 | [] | ["schedule", "single_round"] |
141,008 | easy | false | Given these meetings: [['09:09', '09:54'], ['10:14', '11:14'], ['11:29', '12:59']]. How many free 30-minute slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 1 | [] | ["schedule", "single_round"] |
141,009 | easy | false | Do any of these meetings overlap? [['09:19', '10:04'], ['10:14', '10:59'], ['11:47', '12:47']]. Answer with only true or false. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | False | [] | ["schedule", "single_round"] |
141,010 | easy | false | Given these meetings: [['09:10', '09:55'], ['10:46', '12:16'], ['12:53', '13:38']]. How many free 1-hour slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 1 | [] | ["schedule", "single_round"] |
141,011 | easy | false | Given these meetings: [['09:40', '10:40'], ['11:37', '12:22']]. How many free 30-minute slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 3 | [] | ["schedule", "single_round"] |
141,012 | easy | false | Do any of these meetings overlap? [['09:37', '11:07'], ['12:02', '12:32'], ['13:05', '14:35']]. Answer with only true or false. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | False | [] | ["schedule", "single_round"] |
141,013 | easy | false | Given these meetings: [['09:21', '09:51'], ['10:17', '11:02'], ['11:50', '13:20']]. How many free 1-hour slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 1 | [] | ["schedule", "single_round"] |
141,014 | easy | false | Given these meetings: [['09:22', '10:07'], ['10:20', '11:05']]. How many free 30-minute slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 1 | [] | ["schedule", "single_round"] |
141,015 | easy | false | Do any of these meetings overlap? [['09:05', '09:35'], ['10:32', '11:17']]. Answer with only true or false. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | False | [] | ["schedule", "single_round"] |
141,016 | easy | false | Given these meetings: [['09:14', '09:59'], ['10:40', '12:10'], ['12:42', '13:42']]. How many free 1-hour slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 1 | [] | ["schedule", "single_round"] |
141,017 | easy | false | Given these meetings: [['09:06', '10:06'], ['10:50', '12:20']]. How many free 30-minute slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 2 | [] | ["schedule", "single_round"] |
141,018 | easy | false | Do any of these meetings overlap? [['09:48', '11:18'], ['11:41', '12:11']]. Answer with only true or false. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | False | [] | ["schedule", "single_round"] |
141,019 | easy | false | Given these meetings: [['09:56', '10:56'], ['11:01', '12:01']]. How many free 1-hour slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 1 | [] | ["schedule", "single_round"] |
141,020 | easy | false | Given these meetings: [['09:17', '10:17'], ['11:05', '12:35'], ['13:22', '13:52']]. How many free 30-minute slots are available between 09:00 and 17:00? Answer with only the number. | ScheduleEnv | ["find_free_slots", "check_conflict"] | {} | 3 | [] | ["schedule", "single_round"] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.