求給定字符串中最長迴文子串

5. Longest Palindromic Substring 這個是在本機測試,然後一次點亮的,嘻嘻   1 char* longestPalindrome(char* s) { 2 char *p = s; /* first char */ 3 char *left, *right; /* store the poin
相關文章
相關標籤/搜索