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