#include using namespace std; typedef long long ll; typedef vector VI; typedef vector VLL; #define rep(i,n) for(int i=0; i<(int)(n); i++) int main(){ string s,h; cin >> s; int size = s.size(); h = s.substr(0,size/2); for(int i=size/2; i