leetcode-daily/cpp/2206/220616.cpp

6 lines
138 B
C++

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