From 444d4bded9183630b629a0b0d0ef87131b8603c0 Mon Sep 17 00:00:00 2001 From: ljcjames Date: Thu, 11 Aug 2022 21:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 8.10/A - é—¨.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8.10/A - é—¨.cpp b/8.10/A - é—¨.cpp index b5bcf5b..795cbef 100644 --- a/8.10/A - é—¨.cpp +++ b/8.10/A - é—¨.cpp @@ -89,7 +89,7 @@ int main() while (1) { scanf("%d", &n); - if (n == -1) + if (n == -1)// ½áÊø return 0; memset(&w, 0, sizeof(wall) * (n + 1)); w[0].x = 0;