Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
nit. 更新了python的代碼沒有渲染的問題
之前的python代碼沒有顔色,現在好了
  • Loading branch information
ch4r1ty authored Oct 1, 2025
commit 2e8268338b0f9925d7632a36339b5164ee82055c
2 changes: 1 addition & 1 deletion problems/kamacoder/0047.参会dijkstra朴素.md
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ public class Main {

### Python

```
```Python
import sys

def dijkstra(n, m, edges, start, end):
Expand Down