From d2a328ed1ba0e9e9c3d8ca66d973a6ad346b742a Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 19 Feb 2023 14:23:37 +0100 Subject: cannot_solve upgrade --- solve.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'solve.py') 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: -- cgit 1.4.1