OSDN Git Service

Update kth-path.md
author雷蒻 <34390285+hsfzLZH1@users.noreply.github.com>
Sun, 21 Jul 2019 12:48:56 +0000 (20:48 +0800)
committerGitHub <noreply@github.com>
Sun, 21 Jul 2019 12:48:56 +0000 (20:48 +0800)
docs/graph/kth-path.md

index 5d2a384..9cbeeba 100644 (file)
@@ -264,3 +264,7 @@ int main() {
   return 0;
 }
 ```
+
+## 习题
+
+[luogu P2483 \[SDOI2010\]魔法猪学院](https://www.luogu.org/problemnew/show/P2483)