OSDN Git Service

Update mst.md
authorIr1dXD <sirius.caffrey@gmail.com>
Thu, 29 Aug 2019 04:33:38 +0000 (12:33 +0800)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 04:33:38 +0000 (12:33 +0800)
docs/graph/mst.md

index b035882..104f3a0 100644 (file)
@@ -519,7 +519,7 @@ int main() {
 
 ??? note "[「LOJ 137」最小瓶颈路 加强版](https://loj.ac/problem/137)"
 
-    ```
+    ```cpp
     #include<bits/stdc++.h>
 
     using namespace std;