#include
using namespace std;
int main() {
int N,K,L;
intgt=0,eg=0,lt=0;
cout<<"N = "; cin>>N;
cout<<"K = "; cin>>K;
cout<<"элементы последовательности через пробел: ";<br> for (int i=0; i{ cin>>L;
if (L>K) gt++;
if (L==K) eg++;
if (L}
cout<<"меньше К: "<<lt<<endl;<br> cout<<"равных К: "<<eg<<endl;<br> cout<<"больших К: "<<gt<<endl;<br>
system("pause");
return(0);
}