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