#include#includeusing namespace std;
int main()
cout<
統計字母'a'出現的次數
/**all gight reserved.
*檔名稱:temp.cpp
*版本號:v1.0
統計字串中(大/小寫)字母個數
/**all gight reserved.
*檔名稱:temp.cpp
*版本號:v1.0
統計每乙個數字字元出現的次數
/**all gight reserved.
*檔名稱:temp.cpp
*版本號:v1.0
統計每乙個字母出現的個數
/**all gight reserved.
*檔名稱:temp.cpp
*版本號:v1.0
第十三周專案5 2 2 字串複製
問題及 檔名稱 test.cpp 作 者 陳文青 完成日期 2014年11月25日 版 本 號 v1.0 問題描述 完成類似字串複製的功能,將str1和str2接起來存放到str3中 程式輸入 程式輸出 將str1和str2接起來存放到str3中 includeusing namespace std...
第十三周專案5 2 3 字串複製
問題及 檔名稱 test.cpp 作 者 陳文青 完成日期 2014年11月25日 版 本 號 v1.0 問題描述 完成類似字串複製的功能,去除str中的空格,仍儲存在str中 程式輸入 程式輸出 去除str中的空格,仍儲存在str中 includeusing namespace std int m...
第十三周 專案五 字串操作(2 1)
問題及 檔名稱 project4.cpp 作 者 李楠 完成日期 2014年11月21日 版 本 號 v1.0 問題描述 把空格去掉,複製字串 輸入描述 略 程式輸出 略 includeusing namespace std int main i str2 j 0 切記!cout 執行結果 問題及 ...