From 843640cbc1831b74a7f3ec0c271734e61c4139ea Mon Sep 17 00:00:00 2001 From: xutongxie <2108935165@qq.com> Date: Tue, 4 Oct 2022 14:49:58 +0000 Subject: [PATCH] =?UTF-8?q?update=20class=5F102/05=E6=9C=8821=E6=97=A5--?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=AE=9E=E7=8E=B0map=E5=92=8Cset+=E5=93=88?= =?UTF-8?q?=E5=B8=8C=E8=A1=A8/Map=E5=92=8CSet/MySet.h.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xutongxie <2108935165@qq.com> --- .../Map\345\222\214Set/MySet.h" | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git "a/class_102/05\346\234\21021\346\227\245--\346\250\241\346\213\237\345\256\236\347\216\260map\345\222\214set+\345\223\210\345\270\214\350\241\250/Map\345\222\214Set/MySet.h" "b/class_102/05\346\234\21021\346\227\245--\346\250\241\346\213\237\345\256\236\347\216\260map\345\222\214set+\345\223\210\345\270\214\350\241\250/Map\345\222\214Set/MySet.h" index 7ae12e7..e6a7188 100644 --- "a/class_102/05\346\234\21021\346\227\245--\346\250\241\346\213\237\345\256\236\347\216\260map\345\222\214set+\345\223\210\345\270\214\350\241\250/Map\345\222\214Set/MySet.h" +++ "b/class_102/05\346\234\21021\346\227\245--\346\250\241\346\213\237\345\256\236\347\216\260map\345\222\214set+\345\223\210\345\270\214\350\241\250/Map\345\222\214Set/MySet.h" @@ -78,8 +78,7 @@ namespace bit ss.insert(422); copy = ss; - for (auto e : copy) - { + for (auto e : copy){ cout << e << " "; } cout << endl; -- Gitee