|
|
back to boardMy TLE problem Unfortunately, std::string in C++ class is very slow... Re: My TLE problem Class string (VS c++) is good for this problem. But if you write like "res+=char+res" You will get TL. Right: "res+=char", "reverse(res.begin(), res.end())" |
|
|