OSDN Git Service

code updated
authorShuhao Zhang <594422141@qq.com>
Mon, 25 Feb 2019 16:42:10 +0000 (00:42 +0800)
committerGitHub <noreply@github.com>
Mon, 25 Feb 2019 16:42:10 +0000 (00:42 +0800)
docs/intro/common-tricks.md

index 44d9bd6..a684f4e 100644 (file)
@@ -42,6 +42,7 @@
 使用namespace能使程序可读性更好,便于调试。
 
 ```cpp
+//NOI 2018 屠龙勇士 40分部分分代码
 #include <iostream>
 #include <algorithm>
 #include <cmath>