Skip to content

Commit 4fd216d

Browse files
Merge pull request #2971 from ch4r1ty/patch-1
nit. 更新了python的代碼沒有渲染的問題
2 parents 18af64f + 2e82683 commit 4fd216d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/kamacoder/0047.参会dijkstra朴素.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ public class Main {
806806

807807
### Python
808808

809-
```
809+
```Python
810810
import sys
811811

812812
def dijkstra(n, m, edges, start, end):

0 commit comments

Comments
 (0)