This commit is contained in:
2025-03-19 14:27:19 +08:00
parent bd7cd46c54
commit 40b117c41f

View File

@@ -1,3 +1,4 @@
// 爬山
#include<bits/stdc++.h> #include<bits/stdc++.h>
using namespace std; using namespace std;
const int N = 1e5 + 10; const int N = 1e5 + 10;
@@ -20,7 +21,7 @@ int main(){
cout << s << endl; cout << s << endl;
return 0; return 0;
} }
/* test samples /* test samples -> 18
4 1 1 4 1 1
4 5 6 49 4 5 6 49
*/ */