#include using namespace std; int main() { int n,k;cin>>n>>k; vector a(n); for(int i=0;i>a[i]; sort(a.begin(),a.end()); cout<