/**
* 5. Longest Palindromic Substring
* Given a string s, return the longest palindromic substring in s.
*
* Refer: more/0005.cpp
*/