#include<iostream> #include<algorithm> using namespace std; int main() { int n; cin>>n; string s1,s2,s3; cin>>s1>>s2>>s3; &nb...