#include using namespace std; int main() { int n, k; cin>>n>>k; vector a(n); for(auto& e: a) cin>>e; int res=0; for(int i=0; i<(1<