爬山
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
Reference in New Issue
Block a user