每日一題3.16.2

每日一題3.16.2 解題思路: 現將兩個字符串中的大小寫字母全部改爲小寫字母,再依次遍歷公共字符串,用臨時變量存儲,比較出最長的公共字符串 代碼實現: #include <iostream> #include <string.h> using namespace std; #define max(a,b) a > b? a : b int getCommonStrLength(char *pFi
相關文章
相關標籤/搜索