#include using namespace std; int x[100]; int main() { int n,k; cin>>n>>k; for(int i=1;i<=n;i++) cin>>x[i]; for(int i=1;i<=n;i++) if(x[i]!=k) cout<