From b520b86582649c6cb7b63478c6b908d954dce824 Mon Sep 17 00:00:00 2001 From: xingyou wu <3050128610@qq.com> Date: Fri, 11 Apr 2025 21:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=94=E8=B5=9B=E4=B8=87=E8=83=BD=E6=A8=A1?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- others/test5.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/others/test5.cpp b/others/test5.cpp index 295d321..069be6a 100644 --- a/others/test5.cpp +++ b/others/test5.cpp @@ -6,6 +6,6 @@ using namespace std; signed main(){ ios::sync_with_stdio(0), cin.tie(0), cout.tie(0); - cout << "hello lanqiao" << endl; + return 0; -} \ No newline at end of file +}