From 2e8268338b0f9925d7632a36339b5164ee82055c Mon Sep 17 00:00:00 2001 From: ch4r1ty <81227726+ch4r1ty@users.noreply.github.com> Date: Tue, 30 Sep 2025 21:01:52 -0400 Subject: [PATCH] =?UTF-8?q?nit.=20=E6=9B=B4=E6=96=B0=E4=BA=86python?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A2=BC=E6=B2=92=E6=9C=89=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E7=9A=84=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 之前的python代碼沒有顔色,現在好了 --- ...\345\217\202\344\274\232dijkstra\346\234\264\347\264\240.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/problems/kamacoder/0047.\345\217\202\344\274\232dijkstra\346\234\264\347\264\240.md" "b/problems/kamacoder/0047.\345\217\202\344\274\232dijkstra\346\234\264\347\264\240.md" index 47ef1625bd..191d453fbc 100644 --- "a/problems/kamacoder/0047.\345\217\202\344\274\232dijkstra\346\234\264\347\264\240.md" +++ "b/problems/kamacoder/0047.\345\217\202\344\274\232dijkstra\346\234\264\347\264\240.md" @@ -806,7 +806,7 @@ public class Main { ### Python -``` +```Python import sys def dijkstra(n, m, edges, start, end):