#include #include #include "bongi.hpp" using namespace std; int main() { ////////////////////////////////////////////////// // read the input int N, K; cin >> N >> K; vector a(N); for (int i=0; i> a[i]; vector > solution(K); ////////////////////////////////////////////////// // TODO: replace this by a smart algorithm for (int i=0; i