From b028cc07ac89d97fdb4c14b9f18be71490cf00de Mon Sep 17 00:00:00 2001 From: luxin Date: Wed, 1 Jun 2022 16:44:58 +0800 Subject: [PATCH] =?UTF-8?q?bug=20fixed=20for=20=E5=AF=B9=E9=BD=90=E7=89=B9?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pack01.md" | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git "a/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/6.\345\257\271\351\275\220\347\211\271\346\200\247/pack01.md" "b/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/6.\345\257\271\351\275\220\347\211\271\346\200\247/pack01.md" index ce7f0e3..8f47b43 100644 --- "a/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/6.\345\257\271\351\275\220\347\211\271\346\200\247/pack01.md" +++ "b/data/3.C\350\257\255\350\250\200\351\253\230\351\230\266/3.\344\275\215\350\277\220\347\256\227/6.\345\257\271\351\275\220\347\211\271\346\200\247/pack01.md" @@ -29,7 +29,7 @@ int main(int argc, char**){ ## 答案 ```c -8 bytes +16 bytes ``` ## 选项 @@ -50,4 +50,10 @@ int main(int argc, char**){ ```c 24 bytes +``` + +### 选项4 + +```c +8 bytes ``` \ No newline at end of file -- GitLab