#include <vector>
using namespace std;

long long stalkera(int N, int K, vector<int> S) {
    return 77;
}
