From e5fac173bed2501c69ddf7a3b61bf58107ed1247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=A7=E5=8E=9F=E5=AD=90?= Date: Sat, 31 May 2025 23:34:28 +0800 Subject: [PATCH] =?UTF-8?q?2025.5.31=E7=AC=AC=E4=BA=8C=E6=AC=A1=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot_code_turn/maze_func_path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot_code_turn/maze_func_path.cpp b/bot_code_turn/maze_func_path.cpp index 8daa9b4..2fe168d 100644 --- a/bot_code_turn/maze_func_path.cpp +++ b/bot_code_turn/maze_func_path.cpp @@ -36,7 +36,7 @@ void build_path(int i, int j, int len, int *path, int *map, int *copy_wall) } else { - LCDPrintf("ERROR"); + cout << "error" << endl; exit(1); } }