diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-04 00:05:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-04 00:05:09 +0800 |
| commit | aad372caf0e020d9f13886d1887b502e5b6fa4e7 (patch) | |
| tree | 604753672966200c33769e6d62b26abde28a2ac0 /my_snippets/cpp.snippets | |
| parent | 49fc7f3dbc6e2a601ab525fb267ee93f98765071 (diff) | |
more snippets
Diffstat (limited to 'my_snippets/cpp.snippets')
| -rw-r--r-- | my_snippets/cpp.snippets | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/my_snippets/cpp.snippets b/my_snippets/cpp.snippets index 08c8e3a..6bed2e9 100644 --- a/my_snippets/cpp.snippets +++ b/my_snippets/cpp.snippets @@ -19,7 +19,8 @@ using std::set; using std::unordered_set; using std::stack; using std::queue; - +using std::pair; +using std::make_pair; int main() |
