From 40b117c41f25a473d885624e4b737af7363417f3 Mon Sep 17 00:00:00 2001 From: xingyou wu <3050128610@qq.com> Date: Wed, 19 Mar 2025 14:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=AC=E5=B1=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 15lanqiao/test7.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/15lanqiao/test7.cpp b/15lanqiao/test7.cpp index 8454f54..0a919af 100644 --- a/15lanqiao/test7.cpp +++ b/15lanqiao/test7.cpp @@ -1,3 +1,4 @@ +// 爬山 #include using namespace std; const int N = 1e5 + 10; @@ -20,7 +21,7 @@ int main(){ cout << s << endl; return 0; } -/* test samples +/* test samples -> 18 4 1 1 4 5 6 49 */ \ No newline at end of file