diff options
| author | jdhao <jdhao@hotmail.com> | 2022-03-19 14:48:46 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-03-19 14:48:46 +0800 |
| commit | 36bdde7fc938af68112e9063e9b2550761fcab89 (patch) | |
| tree | 03f9079c1b85e2257a3dd14e4873eb1c38423e81 /my_snippets | |
| parent | 4dd1350f258d32d125aede625bf884369fce6007 (diff) | |
update C++ snippets
Diffstat (limited to 'my_snippets')
| -rw-r--r-- | my_snippets/cpp.snippets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/my_snippets/cpp.snippets b/my_snippets/cpp.snippets index 907bd7a..148c8d0 100644 --- a/my_snippets/cpp.snippets +++ b/my_snippets/cpp.snippets @@ -8,6 +8,7 @@ snippet bare "barebone code template" #include <unordered_set> #include <stack> #include <queue> +#include <numeric> using std::cout; using std::endl; |
