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