c#include <bits/stdc++.h> using namespace std; int arr[100001]; int dp[100001]; int main(){ cin.tie(NULL); cout.tie(NULL);
#include <bits/stdc++.h> using namespace std; int arr[100001]; int dp[100001]; int main(){ cin.tie(NULL); cout.tie(NULL);