aboutsummaryrefslogtreecommitdiff
path: root/my_snippets/cpp.snippets
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-11-04 00:05:09 +0800
committerjdhao <jdhao@hotmail.com>2021-11-04 00:05:09 +0800
commitaad372caf0e020d9f13886d1887b502e5b6fa4e7 (patch)
tree604753672966200c33769e6d62b26abde28a2ac0 /my_snippets/cpp.snippets
parent49fc7f3dbc6e2a601ab525fb267ee93f98765071 (diff)
more snippets
Diffstat (limited to 'my_snippets/cpp.snippets')
-rw-r--r--my_snippets/cpp.snippets3
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()