mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
fix: Unify Prompts (#254)
* remove cot * fix prompt template * fix pool matrix * spiral matrix fixed
This commit is contained in:
parent
976e1710a6
commit
2f9d94c1e7
31 changed files with 65 additions and 354 deletions
|
|
@ -21,13 +21,6 @@ Every minute, any fresh orange that is 4-directionally adjacent to a rotten oran
|
|||
Your task is determine the minimum number of minutes that must elapse until no cell has a fresh orange.
|
||||
If this is impossible, return -1.
|
||||
|
||||
Example:
|
||||
- Input: Determine the minimum number of minutes that must elapse until no cell in the grid below has a fresh orange:
|
||||
2 1 1
|
||||
1 1 0
|
||||
0 1 1
|
||||
- Output: 4
|
||||
|
||||
Now, determine the minimum number of minutes that must elapse until no cell in the grid below has a fresh orange:
|
||||
{matrix}
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue