From 4836734b78125d97681dab6e1e900d06474971b2 Mon Sep 17 00:00:00 2001 From: Eyre_S Date: Wed, 26 Oct 2022 23:50:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=B0=8F=E4=BA=BA=E7=9A=84=20id=20=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=87=BA=E9=97=AE=E9=A2=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quiz4/quiz4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiz4/quiz4.cpp b/quiz4/quiz4.cpp index db0e15a..bb452ad 100644 --- a/quiz4/quiz4.cpp +++ b/quiz4/quiz4.cpp @@ -83,7 +83,7 @@ int main () { } std::cout << "=====" << std::endl - << "最终剩下了小人 #" << (*first).id << " !" << std::endl; + << "最终剩下了小人 #" << (*next_one).id << " !" << std::endl; return 0;