string a="abc";
for (int i = 0; i < 1e7; ++i)
{
 "a"+"b";
 a=reverse(a);
}