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