From f363e35772c3bafb9532fb91006f10c26e931321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= <308600211@qq.com> Date: Thu, 28 May 2020 17:23:14 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E7=88=B1=E6=83=85=E5=85=AC=E5=BC=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\347\210\261\346\203\205\345\205\254\345\274\217" | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 "\347\210\261\346\203\205\345\205\254\345\274\217" diff --git "a/\347\210\261\346\203\205\345\205\254\345\274\217" "b/\347\210\261\346\203\205\345\205\254\345\274\217" new file mode 100644 index 0000000..7e4dacb --- /dev/null +++ "b/\347\210\261\346\203\205\345\205\254\345\274\217" @@ -0,0 +1,6 @@ +while(_married) +{ + sex--; + if(sex <= 0) + break; +} \ No newline at end of file -- Gitee