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