about summary refs log tree commit diff
path: root/solve.py
diff options
context:
space:
mode:
Diffstat (limited to 'solve.py')
-rw-r--r--solve.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/solve.py b/solve.py
index 5a62db4..faf8780 100644
--- a/solve.py
+++ b/solve.py
@@ -656,9 +656,8 @@ while True:
 
         print(f"CANNOT SOLVE {s=} {t=}")
         cannot_solve = open("cannot_solve.md", "a")
-        cannot_solve.write(f"# cannot solve\n\n```\n")
-        cannot_solve.write(f"{s} | {t}\n\n")
-        cannot_solve.write(f"```")
+        cannot_solve.write(f"# cannot solve\n\n")
+        cannot_solve.write(f"- `{s} | {t}`\n")
 
         print(f"level {level}, cache hits: {cache_hits}")
         try: