From 61af1132a34eb03217f07b9773f87f9942a43a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=8B=E9=98=B3=E5=A6=82=E8=A1=80?= <2824671438@qq.com> Date: Mon, 27 Apr 2020 09:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E5=9C=A8=E7=AC=AC=E5=9B=9B?= =?UTF-8?q?=E8=A1=8C=EF=BC=8C=E5=88=9D=E5=A7=8B=E5=8C=96=EF=BC=8C=E4=BF=9D?= =?UTF-8?q?=E5=87=86=E8=BF=9B=E5=85=A5=E5=BE=AA=E7=8E=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- C++/whileFalse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C++/whileFalse b/C++/whileFalse index 335730a..15b26b1 100644 --- a/C++/whileFalse +++ b/C++/whileFalse @@ -1,7 +1,7 @@ #include int main() { - int false; + int false=1; while(false){ printf("hello world!! "); } -- Gitee