#include using namespace std; int n,k,x; int main() { cin>>n>>k; while(n--) { cin>>x; if(x!=k) cout<